rapidkit 0.12.4 → 0.12.6
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/dist/package.json +8 -5
- package/package.json +8 -5
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rapidkit",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Create RapidKit projects with a single command - The official CLI for RapidKit framework",
|
|
6
6
|
"keywords": [
|
|
@@ -43,7 +43,10 @@
|
|
|
43
43
|
"typecheck": "tsc --noEmit",
|
|
44
44
|
"validate": "npm run typecheck && npm run lint && npm run format:check && npm test",
|
|
45
45
|
"security": "npm audit --audit-level=moderate",
|
|
46
|
-
"
|
|
46
|
+
"security:fix": "npm audit fix",
|
|
47
|
+
"metrics": "npx tsx scripts/metrics.ts",
|
|
48
|
+
"bundle-size": "npm run build && du -sh dist/ && ls -lh dist/",
|
|
49
|
+
"quality": "npm run validate && npm run security && npm run metrics"
|
|
47
50
|
},
|
|
48
51
|
"dependencies": {
|
|
49
52
|
"chalk": "^5.3.0",
|
|
@@ -63,15 +66,15 @@
|
|
|
63
66
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
64
67
|
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
65
68
|
"@typescript-eslint/parser": "^8.46.2",
|
|
66
|
-
"@vitest/coverage-v8": "^
|
|
67
|
-
"@vitest/ui": "^
|
|
69
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
70
|
+
"@vitest/ui": "^4.0.15",
|
|
68
71
|
"eslint": "^8.57.1",
|
|
69
72
|
"husky": "^9.1.7",
|
|
70
73
|
"lint-staged": "^15.5.2",
|
|
71
74
|
"prettier": "^3.6.2",
|
|
72
75
|
"tsup": "^8.5.0",
|
|
73
76
|
"typescript": "^5.5.0",
|
|
74
|
-
"vitest": "^
|
|
77
|
+
"vitest": "^4.0.15"
|
|
75
78
|
},
|
|
76
79
|
"engines": {
|
|
77
80
|
"node": ">=18.0.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rapidkit",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Create RapidKit projects with a single command - The official CLI for RapidKit framework",
|
|
6
6
|
"keywords": [
|
|
@@ -43,7 +43,10 @@
|
|
|
43
43
|
"typecheck": "tsc --noEmit",
|
|
44
44
|
"validate": "npm run typecheck && npm run lint && npm run format:check && npm test",
|
|
45
45
|
"security": "npm audit --audit-level=moderate",
|
|
46
|
-
"
|
|
46
|
+
"security:fix": "npm audit fix",
|
|
47
|
+
"metrics": "npx tsx scripts/metrics.ts",
|
|
48
|
+
"bundle-size": "npm run build && du -sh dist/ && ls -lh dist/",
|
|
49
|
+
"quality": "npm run validate && npm run security && npm run metrics"
|
|
47
50
|
},
|
|
48
51
|
"dependencies": {
|
|
49
52
|
"chalk": "^5.3.0",
|
|
@@ -63,15 +66,15 @@
|
|
|
63
66
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
64
67
|
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
65
68
|
"@typescript-eslint/parser": "^8.46.2",
|
|
66
|
-
"@vitest/coverage-v8": "^
|
|
67
|
-
"@vitest/ui": "^
|
|
69
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
70
|
+
"@vitest/ui": "^4.0.15",
|
|
68
71
|
"eslint": "^8.57.1",
|
|
69
72
|
"husky": "^9.1.7",
|
|
70
73
|
"lint-staged": "^15.5.2",
|
|
71
74
|
"prettier": "^3.6.2",
|
|
72
75
|
"tsup": "^8.5.0",
|
|
73
76
|
"typescript": "^5.5.0",
|
|
74
|
-
"vitest": "^
|
|
77
|
+
"vitest": "^4.0.15"
|
|
75
78
|
},
|
|
76
79
|
"engines": {
|
|
77
80
|
"node": ">=18.0.0"
|