spec-driven-development 1.46.0 → 1.47.0

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 (2) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # spec-driven-development
2
2
 
3
+ ## 1.47.0
4
+
5
+ ### Minor Changes
6
+
7
+ - caf8701: feat: add cli vibe command to run workflow
8
+ - c69b849: feat: add api web services (mcp & website)
9
+ - 42b8d78: feat: add cli `contractspec vibe` workflow to simplify usage
10
+ - fd38e85: feat: auto-fix contractspec issues
11
+
12
+ ### Patch Changes
13
+
14
+ - e7ded36: feat: improve stability (adding ts-morph)
15
+ - c231a8b: test: improve workspace stability
16
+ - Updated dependencies [e7ded36]
17
+ - Updated dependencies [caf8701]
18
+ - Updated dependencies [c69b849]
19
+ - Updated dependencies [c231a8b]
20
+ - Updated dependencies [42b8d78]
21
+ - Updated dependencies [fd38e85]
22
+ - @contractspec/app.cli-contractspec@1.47.0
23
+
24
+ ## 1.46.2
25
+
26
+ ### Patch Changes
27
+
28
+ - 7e21625: feat: library services (landing page & api)
29
+ - Updated dependencies [7e21625]
30
+ - @contractspec/app.cli-contractspec@1.46.2
31
+
32
+ ## 1.46.1
33
+
34
+ ### Patch Changes
35
+
36
+ - 2d8a72b: fix: mcp for presentation
37
+ - Updated dependencies [2d8a72b]
38
+ - @contractspec/app.cli-contractspec@1.46.1
39
+
3
40
  ## 1.46.0
4
41
 
5
42
  ### Minor Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "spec-driven-development",
3
- "version": "1.46.0",
3
+ "version": "1.47.0",
4
4
  "description": "CLI tool for creating, building, and validating contract specifications",
5
5
  "bin": {
6
6
  "sdd": "./bin/contractspec.mjs",
7
7
  "spec-driven-development": "./bin/contractspec.mjs"
8
8
  },
9
9
  "dependencies": {
10
- "@contractspec/app.cli-contractspec": "1.46.0"
10
+ "@contractspec/app.cli-contractspec": "1.47.0"
11
11
  },
12
12
  "scripts": {
13
13
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",