@wrongstack/sdd 1.0.7 → 1.0.8

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/sdd",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "license": "MIT",
5
5
  "description": "WrongStack Spec-Driven Development engine — standalone package extracted from @wrongstack/core. Task graph generation, tracking, execution, lifecycle management, and AI-driven spec building for SDD workflows.",
6
6
  "repository": {
@@ -27,10 +27,10 @@
27
27
  "!dist/**/*.map"
28
28
  ],
29
29
  "dependencies": {
30
- "@wrongstack/core": "1.0.7",
31
- "@wrongstack/kanban": "1.0.7",
32
- "@wrongstack/primitives": "1.0.7",
33
- "@wrongstack/requirement-intake": "1.0.7"
30
+ "@wrongstack/core": "1.0.8",
31
+ "@wrongstack/kanban": "1.0.8",
32
+ "@wrongstack/primitives": "1.0.8",
33
+ "@wrongstack/requirement-intake": "1.0.8"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^26.2.0",