contractspec 1.47.0 → 1.48.2

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 +26 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # contractspec
2
2
 
3
+ ## 1.48.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [566f813]
8
+ - Updated dependencies [86423e8]
9
+ - @contractspec/app.cli-contractspec@1.48.2
10
+
11
+ ## 1.48.1
12
+
13
+ ### Patch Changes
14
+
15
+ - c560ee7: Tidy contributor guidance, automation rules, and repo onboarding metadata to keep documentation and project setup consistent.
16
+ - @contractspec/app.cli-contractspec@1.48.1
17
+
18
+ ## 1.48.0
19
+
20
+ ### Minor Changes
21
+
22
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [b0444a4]
27
+ - @contractspec/app.cli-contractspec@1.48.0
28
+
3
29
  ## 1.47.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "contractspec",
3
- "version": "1.47.0",
3
+ "version": "1.48.2",
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": "1.47.0"
9
+ "@contractspec/app.cli-contractspec": "1.48.2"
10
10
  },
11
11
  "scripts": {
12
12
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",