vona 5.0.228 → 5.0.231
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vona",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.231",
|
|
5
5
|
"description": "Vona is an intuitive, elegant and powerful Node.js framework for rapidly developing enterprise applications of any size",
|
|
6
6
|
"author": "zhennann",
|
|
7
7
|
"homepage": "https://github.com/vonajs/vona#readme",
|
|
@@ -37,14 +37,13 @@
|
|
|
37
37
|
"node": ">=24.1.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"vona-core": "^5.0.
|
|
41
|
-
"vona-suite-a-vona": "^5.0.
|
|
40
|
+
"vona-core": "^5.0.105",
|
|
41
|
+
"vona-suite-a-vona": "^5.0.226"
|
|
42
42
|
},
|
|
43
43
|
"gitHead": "0eab9dc4a5622caffe89e7b1b3f02c08ccbc4c4b",
|
|
44
44
|
"scripts": {
|
|
45
|
-
"lint": "eslint .",
|
|
46
45
|
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
|
47
|
-
"tsc:publish": "npm run clean && tsc",
|
|
46
|
+
"tsc:publish": "npm run clean && vona :bin:buildGeneral && tsc",
|
|
48
47
|
"version": "node ../../scripts/version-vona.ts"
|
|
49
48
|
}
|
|
50
49
|
}
|