chore: bump versions

This commit is contained in:
Ayo 2023-12-22 05:01:21 +01:00
parent cc60a683ac
commit da849d6953
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -4209,9 +4209,9 @@
}
},
"packages/config/node_modules/@mcflyjs/core": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.5.0.tgz",
"integrity": "sha512-wPs9S5j6c11URrOuoksRtkUu3S2hErSyDrVFn24UrLF7HILX8IaIX9WVTgs5tOYAjMasosXyJUx7BEfCttcK8w==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.5.1.tgz",
"integrity": "sha512-r4TqkG2x6qcyctsGtLYv+w+OSpwXEeUMvGv4b23VRSNA5yYXkF9JdiXfXjfajVyW5HpiaWcsJknUz8kvEix7dQ==",
"dependencies": {
"esprima": "^4.0.1",
"h3": "^1.8.2",
@ -4220,7 +4220,7 @@
},
"packages/core": {
"name": "@mcflyjs/core",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"dependencies": {
"esprima": "^4.0.1",
@ -4283,9 +4283,9 @@
}
},
"templates/basic/node_modules/@mcflyjs/core": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.5.0.tgz",
"integrity": "sha512-wPs9S5j6c11URrOuoksRtkUu3S2hErSyDrVFn24UrLF7HILX8IaIX9WVTgs5tOYAjMasosXyJUx7BEfCttcK8w==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.5.1.tgz",
"integrity": "sha512-r4TqkG2x6qcyctsGtLYv+w+OSpwXEeUMvGv4b23VRSNA5yYXkF9JdiXfXjfajVyW5HpiaWcsJknUz8kvEix7dQ==",
"dependencies": {
"esprima": "^4.0.1",
"h3": "^1.8.2",

View file

@ -1,6 +1,6 @@
{
"name": "@mcflyjs/core",
"version": "0.5.1",
"version": "0.5.2",
"description": "McFly core package",
"type": "module",
"main": "index.js",