chore(core): bump version for release
This commit is contained in:
parent
534de63500
commit
65b8b4a3d6
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -3997,9 +3997,9 @@
|
|||
}
|
||||
},
|
||||
"packages/config/node_modules/@mcflyjs/core": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.4.0.tgz",
|
||||
"integrity": "sha512-0EWHWdePeLUZ+WgT4Lr47+K/YP0J8xLiZso3z1GjDCe5Wf+8gWlCoLOY2LP+WHcJbwg/Y7AyOadGlaB/9+wzXg==",
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.4.1.tgz",
|
||||
"integrity": "sha512-YfFXGlpnKNybtSxaKkH/6SnVH5GUoCzxgoOCgL4jUjp1cu8uprjMM1HFc4QflrIvXzS6M0FFOexpzZ6sVCTeYQ==",
|
||||
"dependencies": {
|
||||
"esprima": "^4.0.1",
|
||||
"h3": "^1.8.2",
|
||||
|
@ -4008,7 +4008,7 @@
|
|||
},
|
||||
"packages/core": {
|
||||
"name": "@mcflyjs/core",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"esprima": "^4.0.1",
|
||||
|
@ -4072,9 +4072,9 @@
|
|||
}
|
||||
},
|
||||
"templates/basic/node_modules/@mcflyjs/core": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.4.0.tgz",
|
||||
"integrity": "sha512-0EWHWdePeLUZ+WgT4Lr47+K/YP0J8xLiZso3z1GjDCe5Wf+8gWlCoLOY2LP+WHcJbwg/Y7AyOadGlaB/9+wzXg==",
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.4.1.tgz",
|
||||
"integrity": "sha512-YfFXGlpnKNybtSxaKkH/6SnVH5GUoCzxgoOCgL4jUjp1cu8uprjMM1HFc4QflrIvXzS6M0FFOexpzZ6sVCTeYQ==",
|
||||
"dependencies": {
|
||||
"esprima": "^4.0.1",
|
||||
"h3": "^1.8.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mcflyjs/core",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"description": "McFly core package",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in a new issue