contractspec 0.0.0-canary-20251222120211 → 0.0.0-canary-20251223010757

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # contractspec
2
2
 
3
- ## 0.0.0-canary-20251222120211
3
+ ## 0.0.0-canary-20251223010757
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-20251222120211
12
+ - @lssm/app.cli-contractspec@0.0.0-canary-20251223010757
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "contractspec",
3
- "version": "0.0.0-canary-20251222120211",
3
+ "version": "0.0.0-canary-20251223010757",
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-20251222120211"
9
+ "@lssm/app.cli-contractspec": "0.0.0-canary-20251223010757"
10
10
  },
11
11
  "scripts": {
12
12
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",