From 9f59da48b1a92eb019ff0ae9eeca5557f5ba2414 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Oct 2023 18:02:08 +0200 Subject: [PATCH] chore(packages): add licenses --- package-lock.json | 22 ++++++++++------------ package.json | 3 ++- packages/config/LICENSE | 21 +++++++++++++++++++++ packages/config/package.json | 6 +++++- packages/core/LICENSE | 21 +++++++++++++++++++++ packages/core/package.json | 5 +++-- packages/create-mcfly/LICENSE | 21 +++++++++++++++++++++ packages/create-mcfly/package.json | 5 +++-- 8 files changed, 86 insertions(+), 18 deletions(-) create mode 100644 packages/config/LICENSE create mode 100644 packages/core/LICENSE create mode 100644 packages/create-mcfly/LICENSE diff --git a/package-lock.json b/package-lock.json index 69e5437..f4a04ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3960,13 +3960,13 @@ }, "packages/config": { "name": "@mcflyjs/config", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "devDependencies": {} }, "packages/core": { "name": "@mcflyjs/core", - "version": "0.2.4", + "version": "0.2.5", "license": "MIT", "dependencies": { "esprima": "^4.0.1", @@ -3975,7 +3975,7 @@ } }, "packages/create-mcfly": { - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "dependencies": { "consola": "^3.2.3", @@ -4007,20 +4007,18 @@ } }, "templates/basic/node_modules/@mcflyjs/config": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@mcflyjs/config/-/config-0.0.2.tgz", - "integrity": "sha512-OcufnHOebm8PW55sb0tMJV5y0pMnHiJeVZ4B+5Cg3Wjiz1cCk46qsGuGVLoqNTluaBkDNnJL8k6pdswYOp+mTw==" + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@mcflyjs/config/-/config-0.0.3.tgz", + "integrity": "sha512-wmvny04SZFJM0IpfIK16Zay8yrl5OBq6YgZWdr0tX8sQpXI13sGYvXVhZ7XRXqv6BhhaCxc/qkLvB5Rb4Z0BOA==" }, "templates/basic/node_modules/@mcflyjs/core": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.2.3.tgz", - "integrity": "sha512-mqja1BLx8HntcX1C4j6Jl6EaZazu5DXtq+ryW9GjAYD0155D1LWGhkCH3u8C0CxEgXXyU/SDyTby9Ko319w3+A==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.2.4.tgz", + "integrity": "sha512-AhtRnPkFtdNQWcdhYemZu9ZXZT+t5TrTfqpDWkv2LaYq4p6xrqu+3pzQ0WWrpesZQV3FPW6XGeiyJd1O2q09YA==", "dependencies": { "esprima": "^4.0.1", "h3": "^1.8.2", - "nitropack": "^2.7.0", - "ultrahtml": "^1.5.2", - "unstorage": "^1.9.0" + "ultrahtml": "^1.5.2" } } } diff --git a/package.json b/package.json index 9aa405c..9c875fc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "build": "npm run build -w @mcflyjs/landing-page", "build:preview": "npm run build:preview -w @mcflyjs/landing-page", "template:basic": "npm run dev -w @templates/basic", - "create": "node ./packages/create-mcfly" + "create": "node ./packages/create-mcfly", + "patch:all": "npm version patch -w @mcflyjs/core && npm version patch -w @mcflyjs/config && npm version patch -w create-mcfly" }, "workspaces": [ "packages/config", diff --git a/packages/config/LICENSE b/packages/config/LICENSE new file mode 100644 index 0000000..eae14d7 --- /dev/null +++ b/packages/config/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Ayo Ayco + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/config/package.json b/packages/config/package.json index fd73faa..b03a65e 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,9 +1,13 @@ { "name": "@mcflyjs/config", - "version": "0.0.3", + "version": "0.0.4", "description": "Nitro configuration for McFly apps", "main": "index.ts", "devDependencies": {}, + "files": [ + "index,js", + "LICENSE" + ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/packages/core/LICENSE b/packages/core/LICENSE new file mode 100644 index 0000000..eae14d7 --- /dev/null +++ b/packages/core/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Ayo Ayco + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/core/package.json b/packages/core/package.json index 582b237..09dfc0d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,11 +1,12 @@ { "name": "@mcflyjs/core", - "version": "0.2.4", + "version": "0.2.5", "description": "McFly core package", "main": "event-handler.mjs", "files": [ "event-handler.mjs", - "define-config.mjs" + "define-config.mjs", + "LICENSE" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/packages/create-mcfly/LICENSE b/packages/create-mcfly/LICENSE new file mode 100644 index 0000000..eae14d7 --- /dev/null +++ b/packages/create-mcfly/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Ayo Ayco + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/create-mcfly/package.json b/packages/create-mcfly/package.json index 2dbad84..1b261b8 100644 --- a/packages/create-mcfly/package.json +++ b/packages/create-mcfly/package.json @@ -1,6 +1,6 @@ { "name": "create-mcfly", - "version": "0.2.1", + "version": "0.2.2", "bin": { "create-mcfly": "./index.js" }, @@ -10,7 +10,8 @@ ".": "./index.js" }, "files": [ - "index.js" + "index.js", + "LICENSE" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1"