@twin.org/tracing-processors 0.9.2-next.6 → 0.9.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 +21 -0
  2. package/package.json +8 -8
package/docs/changelog.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.2](https://github.com/iotaledger/twin-tracing/compare/tracing-processors-v0.9.2...tracing-processors-v0.9.2) (2026-08-24)
4
+
5
+
6
+ ### Features
7
+
8
+ * release to production ([#27](https://github.com/iotaledger/twin-tracing/issues/27)) ([d1ed9dd](https://github.com/iotaledger/twin-tracing/commit/d1ed9dde0b0d582dbbefb623e003042f5f36f051))
9
+
10
+ ## [0.9.2-next.7](https://github.com/iotaledger/twin-tracing/compare/tracing-processors-v0.9.2-next.6...tracing-processors-v0.9.2-next.7) (2026-08-21)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **tracing-processors:** Synchronize repo versions
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @twin.org/tracing-models bumped from 0.9.2-next.6 to 0.9.2-next.7
23
+
3
24
  ## [0.9.2-next.6](https://github.com/iotaledger/twin-tracing/compare/tracing-processors-v0.9.2-next.5...tracing-processors-v0.9.2-next.6) (2026-08-19)
4
25
 
5
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/tracing-processors",
3
- "version": "0.9.2-next.6",
3
+ "version": "0.9.2",
4
4
  "description": "Processors which record spans for inbound and outbound REST requests.",
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-models": "next",
18
- "@twin.org/context": "next",
19
- "@twin.org/core": "next",
20
- "@twin.org/logging-models": "next",
21
- "@twin.org/nameof": "next",
22
- "@twin.org/tracing-models": "0.9.2-next.6",
23
- "@twin.org/web": "next"
17
+ "@twin.org/api-models": "^0.9.2",
18
+ "@twin.org/context": "^0.9.2",
19
+ "@twin.org/core": "^0.9.2",
20
+ "@twin.org/logging-models": "^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"
24
24
  },
25
25
  "main": "./dist/es/index.js",
26
26
  "types": "./dist/types/index.d.ts",