spec-driven-development 0.0.0-canary-20251225044228 → 0.0.0-canary-20251225070736
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 +10 -2
- package/README.md +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# spec-driven-development
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20251225070736
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f043995: Fix release
|
|
8
|
+
- Updated dependencies [f043995]
|
|
9
|
+
- @lssm/app.cli-contractspec@0.0.0-canary-20251225070736
|
|
10
|
+
|
|
11
|
+
## 1.42.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
6
14
|
|
|
@@ -9,4 +17,4 @@
|
|
|
9
17
|
### Patch Changes
|
|
10
18
|
|
|
11
19
|
- Updated dependencies [8eefd9c]
|
|
12
|
-
- @lssm/app.cli-contractspec@
|
|
20
|
+
- @lssm/app.cli-contractspec@1.42.0
|
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# ContractSpec
|
|
2
2
|
|
|
3
|
+
Website: https://contractspec.lssm.tech/
|
|
4
|
+
|
|
5
|
+
|
|
3
6
|
**Stabilize your AI-generated code** — Define contracts once, generate consistent code across API, DB, UI, and events. Safe regeneration. No lock-in.
|
|
4
7
|
|
|
5
8
|
CLI tool for creating, building, and validating contract specifications.
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spec-driven-development",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251225070736",
|
|
4
4
|
"description": "CLI tool for creating, building, and validating contract specifications",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sdd": "./bin/contractspec.mjs"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@lssm/app.cli-contractspec": "0.0.0-canary-
|
|
9
|
+
"@lssm/app.cli-contractspec": "0.0.0-canary-20251225070736"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|