@fission-ai/openspec 0.8.0 → 0.8.1
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fission-ai/openspec",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "AI-native system for spec-driven development",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openspec",
|
|
@@ -62,7 +62,10 @@
|
|
|
62
62
|
"test:watch": "vitest",
|
|
63
63
|
"test:ui": "vitest --ui",
|
|
64
64
|
"test:coverage": "vitest --coverage",
|
|
65
|
-
"
|
|
65
|
+
"check:pack-version": "node scripts/pack-version-check.mjs",
|
|
66
|
+
"release": "pnpm run release:ci",
|
|
67
|
+
"release:ci": "pnpm run check:pack-version && pnpm exec changeset publish",
|
|
68
|
+
"release:local": "pnpm exec changeset version && pnpm run check:pack-version && pnpm exec changeset publish",
|
|
66
69
|
"changeset": "changeset"
|
|
67
70
|
}
|
|
68
71
|
}
|