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