spec-driven-development 0.0.0-canary-20260114030712 → 0.0.0-canary-20260119224109
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/CHANGELOG.md +19 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
# spec-driven-development
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20260119224109
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @contractspec/app.cli-contractspec@0.0.0-canary-20260119224109
|
|
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
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
6
23
|
|
|
@@ -19,7 +36,7 @@
|
|
|
19
36
|
- Updated dependencies [c231a8b]
|
|
20
37
|
- Updated dependencies [42b8d78]
|
|
21
38
|
- Updated dependencies [fd38e85]
|
|
22
|
-
- @contractspec/app.cli-contractspec@
|
|
39
|
+
- @contractspec/app.cli-contractspec@1.47.0
|
|
23
40
|
|
|
24
41
|
## 1.46.2
|
|
25
42
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spec-driven-development",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20260119224109",
|
|
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": "0.0.0-canary-
|
|
10
|
+
"@contractspec/app.cli-contractspec": "0.0.0-canary-20260119224109"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|