@contractspec/lib.observability 1.46.2 → 1.48.0

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 +32 -0
  2. package/package.json +5 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @contractspec/lib.observability
2
2
 
3
+ ## 1.48.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [b0444a4]
12
+ - @contractspec/lib.lifecycle@1.48.0
13
+
14
+ ## 1.47.0
15
+
16
+ ### Minor Changes
17
+
18
+ - caf8701: feat: add cli vibe command to run workflow
19
+ - c69b849: feat: add api web services (mcp & website)
20
+ - 42b8d78: feat: add cli `contractspec vibe` workflow to simplify usage
21
+ - fd38e85: feat: auto-fix contractspec issues
22
+
23
+ ### Patch Changes
24
+
25
+ - e7ded36: feat: improve stability (adding ts-morph)
26
+ - c231a8b: test: improve workspace stability
27
+ - Updated dependencies [e7ded36]
28
+ - Updated dependencies [caf8701]
29
+ - Updated dependencies [c69b849]
30
+ - Updated dependencies [c231a8b]
31
+ - Updated dependencies [42b8d78]
32
+ - Updated dependencies [fd38e85]
33
+ - @contractspec/lib.lifecycle@1.47.0
34
+
3
35
  ## 1.46.2
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.observability",
3
- "version": "1.46.2",
3
+ "version": "1.48.0",
4
4
  "description": "OpenTelemetry-based observability primitives",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -10,7 +10,6 @@
10
10
  "metrics",
11
11
  "typescript"
12
12
  ],
13
- "main": "./dist/index.mjs",
14
13
  "types": "./dist/index.d.mts",
15
14
  "scripts": {
16
15
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
@@ -23,17 +22,17 @@
23
22
  "lint": "bun lint:fix",
24
23
  "lint:fix": "eslint src --fix",
25
24
  "lint:check": "eslint src",
26
- "test": "bun run"
25
+ "test": "bun test"
27
26
  },
28
27
  "dependencies": {
29
- "@contractspec/lib.lifecycle": "1.46.2"
28
+ "@contractspec/lib.lifecycle": "1.48.0"
30
29
  },
31
30
  "peerDependencies": {
32
31
  "@opentelemetry/api": "*"
33
32
  },
34
33
  "devDependencies": {
35
- "@contractspec/tool.tsdown": "1.46.2",
36
- "@contractspec/tool.typescript": "1.46.2",
34
+ "@contractspec/tool.tsdown": "1.48.0",
35
+ "@contractspec/tool.typescript": "1.48.0",
37
36
  "typescript": "^5.9.3"
38
37
  },
39
38
  "exports": {
@@ -52,7 +51,6 @@
52
51
  "./tracing/middleware": "./dist/tracing/middleware.mjs",
53
52
  "./*": "./*"
54
53
  },
55
- "module": "./dist/index.mjs",
56
54
  "publishConfig": {
57
55
  "access": "public",
58
56
  "exports": {