@contractspec/lib.observability 3.7.15 → 3.7.17
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @contractspec/lib.observability
|
|
2
2
|
|
|
3
|
+
## 3.7.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix workflow runtime imports for sandboxed workflow execution and keep workflow authoring on safe subpaths.
|
|
8
|
+
- Migration: Keep Node-only workflow runner code out of "use workflow" entrypoints.
|
|
9
|
+
- Deprecations: Importing the broad `@contractspec/lib.contracts-spec/workflow` barrel from sandboxed workflow entrypoints is discouraged.
|
|
10
|
+
- Updated dependencies because of Fix workflow runtime imports for sandboxed workflow execution and keep workflow authoring on safe subpaths.
|
|
11
|
+
- Updated dependencies because of Add versioning-backed release capsules, generated patch notes, and guided upgrade flows.
|
|
12
|
+
- @contractspec/lib.contracts-integrations@3.8.9
|
|
13
|
+
- @contractspec/lib.contracts-spec@5.1.0
|
|
14
|
+
- @contractspec/lib.lifecycle@3.7.17
|
|
15
|
+
|
|
16
|
+
## 3.7.16
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 2b59171: fix: crypto package issue due to nodejs only runtime
|
|
21
|
+
- Updated dependencies [2b59171]
|
|
22
|
+
- @contractspec/lib.contracts-integrations@3.8.8
|
|
23
|
+
- @contractspec/lib.contracts-spec@5.0.4
|
|
24
|
+
- @contractspec/lib.lifecycle@3.7.16
|
|
25
|
+
|
|
3
26
|
## 3.7.15
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/dist/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.observability",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.17",
|
|
4
4
|
"description": "OpenTelemetry-based observability primitives",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"scripts": {
|
|
15
15
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
16
16
|
"publish:pkg:canary": "bun publish:pkg --tag canary",
|
|
17
|
-
"build": "bun run
|
|
17
|
+
"build": "bun run build:bundle && bun run build:types",
|
|
18
18
|
"build:bundle": "contractspec-bun-build transpile",
|
|
19
19
|
"build:types": "contractspec-bun-build types",
|
|
20
20
|
"dev": "contractspec-bun-build dev",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"typecheck": "tsc --noEmit"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@contractspec/lib.lifecycle": "3.7.
|
|
31
|
-
"@contractspec/lib.contracts-spec": "5.0
|
|
32
|
-
"@contractspec/lib.contracts-integrations": "3.8.
|
|
30
|
+
"@contractspec/lib.lifecycle": "3.7.17",
|
|
31
|
+
"@contractspec/lib.contracts-spec": "5.1.0",
|
|
32
|
+
"@contractspec/lib.contracts-integrations": "3.8.9"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@opentelemetry/api": "1.9.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@contractspec/tool.typescript": "3.7.
|
|
38
|
+
"@contractspec/tool.typescript": "3.7.13",
|
|
39
39
|
"typescript": "^5.9.3",
|
|
40
|
-
"@contractspec/tool.bun": "3.7.
|
|
40
|
+
"@contractspec/tool.bun": "3.7.13"
|
|
41
41
|
},
|
|
42
42
|
"exports": {
|
|
43
43
|
".": {
|