qa360 1.1.2 → 1.1.3
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qa360",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "QA360 Proof CLI - Quality as Cryptographic Proof",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -24,8 +24,9 @@
|
|
|
24
24
|
"test:watch": "vitest",
|
|
25
25
|
"dev": "tsx watch src/index.ts",
|
|
26
26
|
"clean": "rimraf dist src/core",
|
|
27
|
-
"prepublishOnly": "npm run build:bundle",
|
|
28
|
-
"
|
|
27
|
+
"prepublishOnly": "npm run build:bundle && sed -i.bak 's/\"qa360-core\": \"workspace:\\*\",//g' package.json && rm -f package.json.bak",
|
|
28
|
+
"postpublish": "git checkout package.json 2>/dev/null || true",
|
|
29
|
+
"publish:dry": "npm run build:bundle && sed -i.bak 's/\"qa360-core\": \"workspace:\\*\",//g' package.json && npm publish --dry-run; git checkout package.json",
|
|
29
30
|
"publish:real": "npm run build:bundle && npm publish --access public --provenance"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
@@ -38,7 +39,7 @@
|
|
|
38
39
|
"inquirer": "^8.2.7",
|
|
39
40
|
"js-yaml": "^4.1.0",
|
|
40
41
|
"ora": "^5.4.1",
|
|
41
|
-
|
|
42
|
+
|
|
42
43
|
"sqlite3": "^5.1.6",
|
|
43
44
|
"tweetnacl": "^1.0.3"
|
|
44
45
|
},
|