@contractspec/app.cli-contractspec 0.0.0-canary-20260119222405 → 0.0.0-canary-20260119224015

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 +9 -9
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # Changelog
2
2
 
3
- ## 0.0.0-canary-20260119222405
3
+ ## 0.0.0-canary-20260119224015
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [c560ee7]
8
- - @contractspec/bundle.workspace@0.0.0-canary-20260119222405
9
- - @contractspec/lib.contracts@0.0.0-canary-20260119222405
10
- - @contractspec/module.ai-chat@0.0.0-canary-20260119222405
11
- - @contractspec/lib.ai-agent@0.0.0-canary-20260119222405
12
- - @contractspec/lib.contracts-transformers@0.0.0-canary-20260119222405
13
- - @contractspec/lib.testing@0.0.0-canary-20260119222405
14
- - @contractspec/module.examples@0.0.0-canary-20260119222405
15
- - @contractspec/module.workspace@0.0.0-canary-20260119222405
8
+ - @contractspec/bundle.workspace@0.0.0-canary-20260119224015
9
+ - @contractspec/lib.contracts@0.0.0-canary-20260119224015
10
+ - @contractspec/module.ai-chat@0.0.0-canary-20260119224015
11
+ - @contractspec/lib.ai-agent@0.0.0-canary-20260119224015
12
+ - @contractspec/lib.contracts-transformers@0.0.0-canary-20260119224015
13
+ - @contractspec/lib.testing@0.0.0-canary-20260119224015
14
+ - @contractspec/module.examples@0.0.0-canary-20260119224015
15
+ - @contractspec/module.workspace@0.0.0-canary-20260119224015
16
16
 
17
17
  ## 1.48.0
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/app.cli-contractspec",
3
- "version": "0.0.0-canary-20260119222405",
3
+ "version": "0.0.0-canary-20260119224015",
4
4
  "description": "CLI tool for creating, building, and validating contract specifications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -30,16 +30,16 @@
30
30
  "dependencies": {
31
31
  "@ai-sdk/anthropic": "3.0.11",
32
32
  "@ai-sdk/openai": "3.0.8",
33
- "@contractspec/bundle.workspace": "0.0.0-canary-20260119222405",
34
- "@contractspec/lib.ai-agent": "0.0.0-canary-20260119222405",
33
+ "@contractspec/bundle.workspace": "0.0.0-canary-20260119224015",
34
+ "@contractspec/lib.ai-agent": "0.0.0-canary-20260119224015",
35
35
  "@contractspec/lib.ai-providers": "1.48.0",
36
- "@contractspec/lib.contracts": "0.0.0-canary-20260119222405",
37
- "@contractspec/lib.contracts-transformers": "0.0.0-canary-20260119222405",
36
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119224015",
37
+ "@contractspec/lib.contracts-transformers": "0.0.0-canary-20260119224015",
38
38
  "@contractspec/lib.schema": "1.48.0",
39
- "@contractspec/lib.testing": "0.0.0-canary-20260119222405",
40
- "@contractspec/module.ai-chat": "0.0.0-canary-20260119222405",
41
- "@contractspec/module.examples": "0.0.0-canary-20260119222405",
42
- "@contractspec/module.workspace": "0.0.0-canary-20260119222405",
39
+ "@contractspec/lib.testing": "0.0.0-canary-20260119224015",
40
+ "@contractspec/module.ai-chat": "0.0.0-canary-20260119224015",
41
+ "@contractspec/module.examples": "0.0.0-canary-20260119224015",
42
+ "@contractspec/module.workspace": "0.0.0-canary-20260119224015",
43
43
  "@inquirer/prompts": "^8.2.0",
44
44
  "ai": "6.0.29",
45
45
  "chalk": "^5.6.2",