chore(core): bump version for release

This commit is contained in:
Ayo 2023-11-19 00:45:20 +01:00
parent c329070dc1
commit 7c69e0ba94
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -3997,9 +3997,9 @@
}
},
"packages/config/node_modules/@mcflyjs/core": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.4.1.tgz",
"integrity": "sha512-YfFXGlpnKNybtSxaKkH/6SnVH5GUoCzxgoOCgL4jUjp1cu8uprjMM1HFc4QflrIvXzS6M0FFOexpzZ6sVCTeYQ==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.4.2.tgz",
"integrity": "sha512-kvFZumx2+R1GpZkfIKZAhMhO0lRT7P1tzZzI+ieVYynfQmRilBG7OrErX7x7doVJb8WWQat4i6LgFR+oT7eR0A==",
"dependencies": {
"esprima": "^4.0.1",
"h3": "^1.8.2",
@ -4008,7 +4008,7 @@
},
"packages/core": {
"name": "@mcflyjs/core",
"version": "0.4.2",
"version": "0.4.3",
"license": "MIT",
"dependencies": {
"esprima": "^4.0.1",
@ -4072,9 +4072,9 @@
}
},
"templates/basic/node_modules/@mcflyjs/core": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.4.1.tgz",
"integrity": "sha512-YfFXGlpnKNybtSxaKkH/6SnVH5GUoCzxgoOCgL4jUjp1cu8uprjMM1HFc4QflrIvXzS6M0FFOexpzZ6sVCTeYQ==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.4.2.tgz",
"integrity": "sha512-kvFZumx2+R1GpZkfIKZAhMhO0lRT7P1tzZzI+ieVYynfQmRilBG7OrErX7x7doVJb8WWQat4i6LgFR+oT7eR0A==",
"dependencies": {
"esprima": "^4.0.1",
"h3": "^1.8.2",

View file

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