kitstore-cli 1.0.31 → 1.0.33
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 +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kitstore-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"description": "CLI tool for Cursor Kit",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"test:golden": "jest tests/golden-files.test.ts",
|
|
26
26
|
"test:golden:update": "UPDATE_GOLDEN=true jest tests/golden-files.test.ts",
|
|
27
27
|
"test:regression": "jest tests/regression/",
|
|
28
|
+
"test:regression:cov": "jest tests/regression/ --coverage --coveragePathIgnorePatterns=node_modules",
|
|
28
29
|
"test:all": "npm run test:unit && npm run test:e2e && npm run test:published",
|
|
29
30
|
"test:watch": "jest --watch",
|
|
30
31
|
"test:cov": "jest --coverage"
|