@ontrails/logtape 1.0.0-beta.42 → 1.0.0-beta.43

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.0-beta.43
4
+
5
+ ### Minor Changes
6
+
7
+ - [`50e2779`](https://github.com/outfitter-dev/trails/commit/50e27796d074851bccd57d7df009db749757b457): Extract the real `@ontrails/logtape` and `@ontrails/pino` adapters from the
8
+ temporary observability subpaths. The new packages own their namesake foreign
9
+ dependencies and preserve Trails record metadata, levels, redaction boundaries,
10
+ and lifecycle behavior; the old subpaths are removed in the pre-v1 hard cut.
11
+
12
+ Add governed Regrade transitions for both exact import replacements and expose
13
+ the observability adapter target through the shared adapter readiness check.
14
+
3
15
  All notable changes to this package are documented through the Trails release process.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontrails/logtape",
3
- "version": "1.0.0-beta.42",
3
+ "version": "1.0.0-beta.43",
4
4
  "files": [
5
5
  "src/**/*.ts",
6
6
  "!src/**/__tests__/**",
@@ -25,7 +25,7 @@
25
25
  "@logtape/logtape": "^2.2.4"
26
26
  },
27
27
  "peerDependencies": {
28
- "@ontrails/observability": "^1.0.0-beta.42",
28
+ "@ontrails/observability": "^1.0.0-beta.43",
29
29
  "zod": "^4.3.5"
30
30
  },
31
31
  "trails": {