From 51be11da89409cc48a01fd2474dfd55504028d5d Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 7 Nov 2023 11:59:44 +0100 Subject: [PATCH] chore(packages): update LICENSEs --- LICENSE | 2 +- package-lock.json | 32 +++++++++++++++--------------- packages/cli/LICENSE | 2 +- packages/cli/package.json | 2 +- packages/config/LICENSE | 2 +- packages/config/package.json | 2 +- packages/core/LICENSE | 2 +- packages/core/package.json | 2 +- packages/create-mcfly/LICENSE | 2 +- packages/create-mcfly/package.json | 2 +- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/LICENSE b/LICENSE index eae14d7..a0cb95f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Ayo Ayco +Copyright (c) 2023 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 diff --git a/package-lock.json b/package-lock.json index 1d387de..ce5db83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3970,7 +3970,7 @@ }, "packages/cli": { "name": "@mcflyjs/cli", - "version": "0.0.22", + "version": "0.0.23", "license": "MIT", "dependencies": { "citty": "^0.1.4", @@ -3983,7 +3983,7 @@ }, "packages/config": { "name": "@mcflyjs/config", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT", "dependencies": { "@mcflyjs/core": "latest", @@ -3991,9 +3991,9 @@ } }, "packages/config/node_modules/@mcflyjs/core": { - "version": "0.2.13", - "resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.2.13.tgz", - "integrity": "sha512-BMuOoJzcsUla9Hrd4DoeOrAVjVads419r+vs/7d3+2Z72w5Yk00Vx8ebtcwQ9B3dKLLLhGSJiJPKg8IOomQKeQ==", + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.2.14.tgz", + "integrity": "sha512-3R9aVJ2Wf5XaTWWSgMvwBnls9D4czmRKgHoleMZ+1jNCgZn8ZoFM0mZuYbHCtw3gEtZsQALJDtkV1piktyWY6w==", "dependencies": { "esprima": "^4.0.1", "h3": "^1.8.2", @@ -4002,7 +4002,7 @@ }, "packages/core": { "name": "@mcflyjs/core", - "version": "0.2.14", + "version": "0.2.15", "license": "MIT", "dependencies": { "esprima": "^4.0.1", @@ -4011,7 +4011,7 @@ } }, "packages/create-mcfly": { - "version": "0.3.3", + "version": "0.3.4", "license": "MIT", "dependencies": { "consola": "^3.2.3", @@ -4044,9 +4044,9 @@ } }, "templates/basic/node_modules/@mcflyjs/cli": { - "version": "0.0.20", - "resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.20.tgz", - "integrity": "sha512-KmI0CYK3K5t2GRzv6WlXkTbTUiMi/+FZRwUHmeOkEFwmm4AyWVmh6UnDmNIGSpV61whxe2omDaO6Wz0g6nuUaQ==", + "version": "0.0.22", + "resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.22.tgz", + "integrity": "sha512-GV5QmMQKv3iQWXQTUmWKIUrC0CwlIn4aouZu5YVc1/vQ3gAXU8vJ0IBuOKO7Nna4UI9rcNzN0eiDjK4cfHqAOg==", "dependencies": { "citty": "^0.1.4", "consola": "^3.2.3", @@ -4057,18 +4057,18 @@ } }, "templates/basic/node_modules/@mcflyjs/config": { - "version": "0.0.13", - "resolved": "https://registry.npmjs.org/@mcflyjs/config/-/config-0.0.13.tgz", - "integrity": "sha512-Xg24QetInvayc1/Wm8q11RA9FzE/Z3lSMz7m2ht+07nllNgYxqefZTt4gCG1aBi5TDBUf2H/dCrsiBhpIenPWg==", + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@mcflyjs/config/-/config-0.0.14.tgz", + "integrity": "sha512-+4y/b/mWIRr7i3GC3TXzeJGlHVL5Opuhs4oKm0f5VmVQ1GcatOSzbjzzT2qE5Y25CKlmQLRZFrSrfkcgGFqgVA==", "dependencies": { "@mcflyjs/core": "latest", "web-component-base": "latest" } }, "templates/basic/node_modules/@mcflyjs/core": { - "version": "0.2.13", - "resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.2.13.tgz", - "integrity": "sha512-BMuOoJzcsUla9Hrd4DoeOrAVjVads419r+vs/7d3+2Z72w5Yk00Vx8ebtcwQ9B3dKLLLhGSJiJPKg8IOomQKeQ==", + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.2.14.tgz", + "integrity": "sha512-3R9aVJ2Wf5XaTWWSgMvwBnls9D4czmRKgHoleMZ+1jNCgZn8ZoFM0mZuYbHCtw3gEtZsQALJDtkV1piktyWY6w==", "dependencies": { "esprima": "^4.0.1", "h3": "^1.8.2", diff --git a/packages/cli/LICENSE b/packages/cli/LICENSE index eae14d7..a0cb95f 100644 --- a/packages/cli/LICENSE +++ b/packages/cli/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Ayo Ayco +Copyright (c) 2023 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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 4181ceb..8fb3fec 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@mcflyjs/cli", - "version": "0.0.22", + "version": "0.0.23", "description": "McFly CLI tools", "type": "module", "main": "index.js", diff --git a/packages/config/LICENSE b/packages/config/LICENSE index eae14d7..a0cb95f 100644 --- a/packages/config/LICENSE +++ b/packages/config/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Ayo Ayco +Copyright (c) 2023 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 diff --git a/packages/config/package.json b/packages/config/package.json index 8351d40..e861467 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@mcflyjs/config", - "version": "0.0.14", + "version": "0.0.15", "description": "Nitro configuration for McFly apps", "type": "module", "main": "index.js", diff --git a/packages/core/LICENSE b/packages/core/LICENSE index eae14d7..a0cb95f 100644 --- a/packages/core/LICENSE +++ b/packages/core/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Ayo Ayco +Copyright (c) 2023 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 diff --git a/packages/core/package.json b/packages/core/package.json index 7e480f8..fd12c0c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mcflyjs/core", - "version": "0.2.14", + "version": "0.2.15", "description": "McFly core package", "type": "module", "main": "index.js", diff --git a/packages/create-mcfly/LICENSE b/packages/create-mcfly/LICENSE index eae14d7..a0cb95f 100644 --- a/packages/create-mcfly/LICENSE +++ b/packages/create-mcfly/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Ayo Ayco +Copyright (c) 2023 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 diff --git a/packages/create-mcfly/package.json b/packages/create-mcfly/package.json index 3592ca0..6667ee1 100644 --- a/packages/create-mcfly/package.json +++ b/packages/create-mcfly/package.json @@ -1,6 +1,6 @@ { "name": "create-mcfly", - "version": "0.3.3", + "version": "0.3.4", "description": "Create a new McFly app", "type": "module", "bin": {