@twin.org/tracing-rest-client 0.9.2-next.3 → 0.9.2-next.5

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 +37 -0
  2. package/package.json +2 -2
package/docs/changelog.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.2-next.5](https://github.com/iotaledger/twin-tracing/compare/tracing-rest-client-v0.9.2-next.4...tracing-rest-client-v0.9.2-next.5) (2026-08-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * add twin-tracing repository with OTel-aligned tracing API ([59b914c](https://github.com/iotaledger/twin-tracing/commit/59b914ca631c0b765973dfa5099a8f4e6115e325))
9
+ * add twin-tracing repository with OTel-aligned tracing API ([affcd6c](https://github.com/iotaledger/twin-tracing/commit/affcd6c1cf2fbfd34d9a8849e860e5fe66a011e3))
10
+ * linting and dependency update ([c1a2b98](https://github.com/iotaledger/twin-tracing/commit/c1a2b988441deb59592d69c7d3b6527bcb9018b2))
11
+ * linting and dependency update ([b65c083](https://github.com/iotaledger/twin-tracing/commit/b65c083d4f8f83c2046d29d53444b45c7a4188c7))
12
+ * tracing processors ([#9](https://github.com/iotaledger/twin-tracing/issues/9)) ([e5f5d16](https://github.com/iotaledger/twin-tracing/commit/e5f5d1616992440d067830965372d32fc34a939d))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * address PR review on tracing packages ([0832b5f](https://github.com/iotaledger/twin-tracing/commit/0832b5fc0e7414b4e0fd2393532df00e07ff1f43))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @twin.org/tracing-models bumped from 0.9.2-next.4 to 0.9.2-next.5
25
+
26
+ ## [0.9.2-next.4](https://github.com/iotaledger/twin-tracing/compare/tracing-rest-client-v0.9.2-next.3...tracing-rest-client-v0.9.2-next.4) (2026-08-18)
27
+
28
+
29
+ ### Miscellaneous Chores
30
+
31
+ * **tracing-rest-client:** Synchronize repo versions
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * The following workspace dependencies were updated
37
+ * dependencies
38
+ * @twin.org/tracing-models bumped from 0.9.2-next.3 to 0.9.2-next.4
39
+
3
40
  ## [0.9.2-next.3](https://github.com/iotaledger/twin-tracing/compare/tracing-rest-client-v0.9.2-next.2...tracing-rest-client-v0.9.2-next.3) (2026-08-17)
4
41
 
5
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/tracing-rest-client",
3
- "version": "0.9.2-next.3",
3
+ "version": "0.9.2-next.5",
4
4
  "description": "Provides a client for interacting with tracing service endpoints from applications and services.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "@twin.org/core": "next",
20
20
  "@twin.org/entity": "next",
21
21
  "@twin.org/nameof": "next",
22
- "@twin.org/tracing-models": "0.9.2-next.3",
22
+ "@twin.org/tracing-models": "0.9.2-next.5",
23
23
  "@twin.org/web": "next"
24
24
  },
25
25
  "main": "./dist/es/index.js",