spec-driven-development 1.46.1 → 1.48.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # spec-driven-development
2
2
 
3
+ ## 1.48.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @contractspec/app.cli-contractspec@1.48.1
8
+
9
+ ## 1.48.0
10
+
11
+ ### Minor Changes
12
+
13
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [b0444a4]
18
+ - @contractspec/app.cli-contractspec@1.48.0
19
+
20
+ ## 1.47.0
21
+
22
+ ### Minor Changes
23
+
24
+ - caf8701: feat: add cli vibe command to run workflow
25
+ - c69b849: feat: add api web services (mcp & website)
26
+ - 42b8d78: feat: add cli `contractspec vibe` workflow to simplify usage
27
+ - fd38e85: feat: auto-fix contractspec issues
28
+
29
+ ### Patch Changes
30
+
31
+ - e7ded36: feat: improve stability (adding ts-morph)
32
+ - c231a8b: test: improve workspace stability
33
+ - Updated dependencies [e7ded36]
34
+ - Updated dependencies [caf8701]
35
+ - Updated dependencies [c69b849]
36
+ - Updated dependencies [c231a8b]
37
+ - Updated dependencies [42b8d78]
38
+ - Updated dependencies [fd38e85]
39
+ - @contractspec/app.cli-contractspec@1.47.0
40
+
41
+ ## 1.46.2
42
+
43
+ ### Patch Changes
44
+
45
+ - 7e21625: feat: library services (landing page & api)
46
+ - Updated dependencies [7e21625]
47
+ - @contractspec/app.cli-contractspec@1.46.2
48
+
3
49
  ## 1.46.1
4
50
 
5
51
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "spec-driven-development",
3
- "version": "1.46.1",
3
+ "version": "1.48.1",
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.1"
10
+ "@contractspec/app.cli-contractspec": "1.48.1"
11
11
  },
12
12
  "scripts": {
13
13
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",