contractspec 0.0.0-canary-20251225071908 → 0.0.0-canary-20251226144930

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 +50 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,60 @@
1
1
  # contractspec
2
2
 
3
- ## 0.0.0-canary-20251225071908
3
+ ## 0.0.0-canary-20251226144930
4
+
5
+ ### Patch Changes
6
+
7
+ - e9b575d: fix release
8
+ - Updated dependencies [e9b575d]
9
+ - @lssm/app.cli-contractspec@0.0.0-canary-20251226144930
10
+
11
+ ## 1.42.6
12
+
13
+ ### Patch Changes
14
+
15
+ - 1500242: fix tooling
16
+ - Updated dependencies [1500242]
17
+ - @lssm/app.cli-contractspec@1.42.6
18
+
19
+ ## 1.42.5
20
+
21
+ ### Patch Changes
22
+
23
+ - 1299719: fix vscode
24
+ - Updated dependencies [1299719]
25
+ - @lssm/app.cli-contractspec@1.42.5
26
+
27
+ ## 1.42.4
28
+
29
+ ### Patch Changes
30
+
31
+ - ac28b99: fix: generate from openapi
32
+ - Updated dependencies [ac28b99]
33
+ - @lssm/app.cli-contractspec@1.42.4
34
+
35
+ ## 1.42.3
36
+
37
+ ### Patch Changes
38
+
39
+ - 3f5d015: fix(tooling): cicd
40
+ - Updated dependencies [3f5d015]
41
+ - @lssm/app.cli-contractspec@1.42.3
42
+
43
+ ## 1.42.2
44
+
45
+ ### Patch Changes
46
+
47
+ - 1f9ac4c: fix
48
+ - Updated dependencies [1f9ac4c]
49
+ - @lssm/app.cli-contractspec@1.42.2
50
+
51
+ ## 1.42.1
4
52
 
5
53
  ### Patch Changes
6
54
 
7
55
  - f043995: Fix release
8
56
  - Updated dependencies [f043995]
9
- - @lssm/app.cli-contractspec@0.0.0-canary-20251225071908
57
+ - @lssm/app.cli-contractspec@1.42.1
10
58
 
11
59
  ## 1.42.0
12
60
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "contractspec",
3
- "version": "0.0.0-canary-20251225071908",
3
+ "version": "0.0.0-canary-20251226144930",
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
- "@lssm/app.cli-contractspec": "0.0.0-canary-20251225071908"
9
+ "@lssm/app.cli-contractspec": "0.0.0-canary-20251226144930"
10
10
  },
11
11
  "scripts": {
12
12
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",