contractspec 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
1
1
  # contractspec
2
2
 
3
- ## 0.0.0-canary-20260114030712
3
+ ## 0.0.0-canary-20260119224109
4
+
5
+ ### Patch Changes
6
+
7
+ - c560ee7: Tidy contributor guidance, automation rules, and repo onboarding metadata to keep documentation and project setup consistent.
8
+ - @contractspec/app.cli-contractspec@0.0.0-canary-20260119224109
9
+
10
+ ## 1.48.0
11
+
12
+ ### Minor Changes
13
+
14
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [b0444a4]
19
+ - @contractspec/app.cli-contractspec@1.48.0
20
+
21
+ ## 1.47.0
4
22
 
5
23
  ### Minor Changes
6
24
 
@@ -19,7 +37,7 @@
19
37
  - Updated dependencies [c231a8b]
20
38
  - Updated dependencies [42b8d78]
21
39
  - Updated dependencies [fd38e85]
22
- - @contractspec/app.cli-contractspec@0.0.0-canary-20260114030712
40
+ - @contractspec/app.cli-contractspec@1.47.0
23
41
 
24
42
  ## 1.46.2
25
43
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "contractspec",
3
- "version": "0.0.0-canary-20260114030712",
3
+ "version": "0.0.0-canary-20260119224109",
4
4
  "description": "CLI tool for creating, building, and validating contract specifications",
5
5
  "bin": {
6
6
  "contractspec": "./bin/contractspec.mjs"
7
7
  },
8
8
  "dependencies": {
9
- "@contractspec/app.cli-contractspec": "0.0.0-canary-20260114030712"
9
+ "@contractspec/app.cli-contractspec": "0.0.0-canary-20260119224109"
10
10
  },
11
11
  "scripts": {
12
12
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",