spec-driven-development 0.0.0-canary-20251223010757 → 0.0.0-canary-20251223012756

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # spec-driven-development
2
2
 
3
- ## 0.0.0-canary-20251223010757
3
+ ## 0.0.0-canary-20251223012756
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,4 +9,4 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/app.cli-contractspec@0.0.0-canary-20251223010757
12
+ - @lssm/app.cli-contractspec@0.0.0-canary-20251223012756
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ContractSpec
1
+ # ContractSpec
2
2
 
3
3
  **Stabilize your AI-generated code** — Define contracts once, generate consistent code across API, DB, UI, and events. Safe regeneration. No lock-in.
4
4
 
@@ -496,9 +496,9 @@ jobs:
496
496
  validate:
497
497
  runs-on: ubuntu-latest
498
498
  steps:
499
- - uses: actions/checkout@v3
500
- - uses: oven-sh/setup-bun@v1
501
- - run: pnpm install
499
+ - uses: actions/checkout6
500
+ - uses: oven-sh/setup-bun@v2
501
+ - run: bun install
502
502
  - run: contractspec validate 'src/contracts/**/*.ts'
503
503
  ```
504
504
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "spec-driven-development",
3
- "version": "0.0.0-canary-20251223010757",
3
+ "version": "0.0.0-canary-20251223012756",
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-20251223010757"
9
+ "@lssm/app.cli-contractspec": "0.0.0-canary-20251223012756"
10
10
  },
11
11
  "scripts": {
12
12
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",