@twin.org/node 0.9.5-next.1 → 0.9.5-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.
- package/dist/locales/en.json +3 -0
- package/docs/changelog.md +14 -0
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -1498,6 +1498,9 @@
|
|
|
1498
1498
|
"openTelemetryTracingConnector": {
|
|
1499
1499
|
"sampleRatioOutOfRange": "The sample ratio \"{sampleRatio}\" must be between 0 and 1"
|
|
1500
1500
|
},
|
|
1501
|
+
"tracingFacade": {
|
|
1502
|
+
"selfWrapped": "The component \"{instanceType}\" is itself wrapped by this facade, so recording a span would record a span for recording the span, use the facade exclusions to leave it unwrapped"
|
|
1503
|
+
},
|
|
1501
1504
|
"tracingRouteProcessor": {
|
|
1502
1505
|
"startSpanFailed": "The span for the request could not be started",
|
|
1503
1506
|
"endSpanFailed": "The span for the request could not be ended"
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.5-next.2](https://github.com/iotaledger/twin-node/compare/node-v0.9.5-next.1...node-v0.9.5-next.2) (2026-09-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* configure which factories receive tracing facades ([#412](https://github.com/iotaledger/twin-node/issues/412)) ([da56bcb](https://github.com/iotaledger/twin-node/commit/da56bcbeba04d1091b3cd237624951c31ff9c185))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/node-core bumped from 0.9.5-next.1 to 0.9.5-next.2
|
|
16
|
+
|
|
3
17
|
## [0.9.5-next.1](https://github.com/iotaledger/twin-node/compare/node-v0.9.5-next.0...node-v0.9.5-next.1) (2026-09-14)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node",
|
|
3
|
-
"version": "0.9.5-next.
|
|
3
|
+
"version": "0.9.5-next.2",
|
|
4
4
|
"description": "TWIN Node serving APIs using the specified configuration",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"node": ">=24.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/node-core": "0.9.5-next.
|
|
17
|
+
"@twin.org/node-core": "0.9.5-next.2"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|