@ontrails/observability 1.0.0-beta.43 → 1.0.0-beta.45

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 +10 -0
  2. package/package.json +7 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @ontrails/observability
2
2
 
3
+ ## 1.0.0-beta.45
4
+
5
+ ## 1.0.0-beta.44
6
+
7
+ ### Patch Changes
8
+
9
+ - [`b1fbe57`](https://github.com/outfitter-dev/trails/commit/b1fbe574e6f44d1fecb5e3a000270955c0a77b7b): Publish Bun-validated package tarballs through an npm trusted-publishing adapter
10
+ binding, add exact repository metadata for each public workspace package, and
11
+ correct the native Bun release descriptor to its pack-only runtime boundary.
12
+
3
13
  ## 1.0.0-beta.43
4
14
 
5
15
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@ontrails/observability",
3
- "version": "1.0.0-beta.43",
3
+ "version": "1.0.0-beta.45",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "git+https://github.com/outfitter-dev/trails.git",
7
+ "directory": "packages/observability"
8
+ },
4
9
  "files": [
5
10
  "src/**/*.ts",
6
11
  "!src/**/__tests__/**",
@@ -25,7 +30,7 @@
25
30
  "clean": "rm -rf dist *.tsbuildinfo"
26
31
  },
27
32
  "peerDependencies": {
28
- "@ontrails/core": "^1.0.0-beta.43",
33
+ "@ontrails/core": "^1.0.0-beta.45",
29
34
  "zod": "^4.3.5"
30
35
  },
31
36
  "trails": {