@zmdb/otel 1.0.0-beta.1 → 1.0.0-beta.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/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,12 +7,12 @@ It creates no provider, exporter, sampler, collector client, metrics endpoint, a
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- yarn add @zmdb/otel@1.0.0-beta.1 @opentelemetry/api@^1.9.1
10
+ yarn add @zmdb/otel@1.0.0-beta.2 @opentelemetry/api@^1.9.1
11
11
  ```
12
12
 
13
- > **Prerelease** (`1.0.0-beta.1`). Requires **Node.js 26+** and is **ESM-only**. Ships built ESM `.js` + `.d.ts` under `./dist`.
13
+ > **Prerelease** (`1.0.0-beta.2`). Requires **Node.js 26+** and is **ESM-only**. Ships built ESM `.js` + `.d.ts` under `./dist`.
14
14
 
15
- The sole external peer is `@opentelemetry/api@^1.9.1`. Neither it nor this adapter is installed by `yarn add zmdb@1.0.0-beta.1`.
15
+ The sole external peer is `@opentelemetry/api@^1.9.1`. Neither it nor this adapter is installed by `yarn add @zmdb/core@1.0.0-beta.2`.
16
16
 
17
17
  Install the SDK and exporter selected by the application separately.
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zmdb/otel",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "OpenTelemetry API adapter for the explicit observability ports owned by the zmdb application kernel.",
5
5
  "keywords": [
6
6
  "adapter",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@opentelemetry/api": "^1.9.1",
42
- "@zmdb/app": "1.0.0-beta.1"
42
+ "@zmdb/app": "1.0.0-beta.2"
43
43
  },
44
44
  "engines": {
45
45
  "node": ">=26"