@twin.org/telemetry-connector-opentelemetry 0.9.1-next.4 → 0.9.1

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/docs/changelog.md +24 -0
  2. package/package.json +10 -10
package/docs/changelog.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1](https://github.com/iotaledger/twin-telemetry/compare/telemetry-connector-opentelemetry-v0.9.1...telemetry-connector-opentelemetry-v0.9.1) (2026-07-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * release to production ([df2151d](https://github.com/iotaledger/twin-telemetry/commit/df2151d24844fd2c3e6092ce3a6f888ac16219a0))
9
+ * release to production ([#50](https://github.com/iotaledger/twin-telemetry/issues/50)) ([192bfe3](https://github.com/iotaledger/twin-telemetry/commit/192bfe3bea060163f2887e51fc6c2ceb74a7683f))
10
+ * release to production ([#68](https://github.com/iotaledger/twin-telemetry/issues/68)) ([157c6a9](https://github.com/iotaledger/twin-telemetry/commit/157c6a944553e5fb2b5a017586cda1b117c4037a))
11
+
12
+ ## [0.9.1-next.5](https://github.com/iotaledger/twin-telemetry/compare/telemetry-connector-opentelemetry-v0.9.1-next.4...telemetry-connector-opentelemetry-v0.9.1-next.5) (2026-07-24)
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * **telemetry-connector-opentelemetry:** Synchronize repo versions
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @twin.org/telemetry-connector-entity-storage bumped from 0.9.1-next.4 to 0.9.1-next.5
25
+ * @twin.org/telemetry-models bumped from 0.9.1-next.4 to 0.9.1-next.5
26
+
3
27
  ## [0.9.1-next.4](https://github.com/iotaledger/twin-telemetry/compare/telemetry-connector-opentelemetry-v0.9.1-next.3...telemetry-connector-opentelemetry-v0.9.1-next.4) (2026-07-02)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/telemetry-connector-opentelemetry",
3
- "version": "0.9.1-next.4",
3
+ "version": "0.9.1",
4
4
  "description": "OpenTelemetry connector for pushing telemetry metrics to OTEL-compatible backends.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,18 +11,18 @@
11
11
  "license": "Apache-2.0",
12
12
  "type": "module",
13
13
  "engines": {
14
- "node": ">=20.0.0"
14
+ "node": ">=24.0.0"
15
15
  },
16
16
  "dependencies": {
17
17
  "@opentelemetry/api": "1.9.1",
18
- "@opentelemetry/exporter-prometheus": "0.219.0",
19
- "@opentelemetry/sdk-metrics": "2.8.0",
20
- "@twin.org/core": "next",
21
- "@twin.org/entity-storage-models": "next",
22
- "@twin.org/logging-models": "next",
23
- "@twin.org/nameof": "next",
24
- "@twin.org/telemetry-connector-entity-storage": "0.9.1-next.4",
25
- "@twin.org/telemetry-models": "0.9.1-next.4"
18
+ "@opentelemetry/exporter-prometheus": "0.221.0",
19
+ "@opentelemetry/sdk-metrics": "2.10.0",
20
+ "@twin.org/core": "^0.9.1",
21
+ "@twin.org/entity-storage-models": "^0.9.1",
22
+ "@twin.org/logging-models": "^0.9.1",
23
+ "@twin.org/nameof": "^0.9.1",
24
+ "@twin.org/telemetry-connector-entity-storage": "^0.9.1",
25
+ "@twin.org/telemetry-models": "^0.9.1"
26
26
  },
27
27
  "main": "./dist/es/index.js",
28
28
  "types": "./dist/types/index.d.ts",