@twin.org/node 0.9.2-next.14 → 0.9.2-next.15
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 +6 -7
- package/docs/changelog.md +14 -0
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -499,9 +499,7 @@
|
|
|
499
499
|
},
|
|
500
500
|
"healthService": {
|
|
501
501
|
"componentHealthCheckFailed": "Health check failed for component \"{className}\"",
|
|
502
|
-
"
|
|
503
|
-
"componentHealthApplicationCheckFailed": "Application health check failed for component \"{className}\"",
|
|
504
|
-
"componentHealthApplicationTeardownFailed": "Application health check teardown failed for component \"{className}\""
|
|
502
|
+
"applicationHealthCheckTaskFailed": "Application health check background task failed"
|
|
505
503
|
},
|
|
506
504
|
"nftAttestationConnector": {
|
|
507
505
|
"attestingFailed": "Attesting the data failed",
|
|
@@ -597,11 +595,11 @@
|
|
|
597
595
|
"actionTypeNotFound": "Action type \"{actionType}\" not found for trigger \"{trigger}\""
|
|
598
596
|
},
|
|
599
597
|
"taskSchedulerService": {
|
|
600
|
-
"taskFailed": "Task with id \"{id}\" failed
|
|
598
|
+
"taskFailed": "Task with id \"{id}\" failed after {duration} ms"
|
|
601
599
|
},
|
|
602
600
|
"backgroundTaskService": {
|
|
603
601
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the entity storage background task \"{namespace}\"",
|
|
604
|
-
"completeFailed": "Failed to complete processing task \"{id}\" with type \"{type}\" with status \"{status}\"",
|
|
602
|
+
"completeFailed": "Failed to complete processing task \"{id}\" with type \"{type}\" with status \"{status}\" in {duration} ms",
|
|
605
603
|
"dispatchFailed": "Failed to dispatch task \"{taskId}\" with type \"{taskType}\"",
|
|
606
604
|
"stateChangeCallbackFailed": "The state change callback failed for task \"{id}\" with type \"{type}\" and status \"{status}\"",
|
|
607
605
|
"taskFinishedProcessingFailed": "Failed to finalise background task processing for task \"{id}\" with method \"{type}\"",
|
|
@@ -2416,11 +2414,12 @@
|
|
|
2416
2414
|
"taskSchedulerService": {
|
|
2417
2415
|
"taskAdded": "Task with id \"{id}\" added",
|
|
2418
2416
|
"taskRemoved": "Task with id \"{id}\" removed",
|
|
2419
|
-
"taskTriggered": "Task with id \"{id}\" triggered at time \"{time}\""
|
|
2417
|
+
"taskTriggered": "Task with id \"{id}\" triggered at time \"{time}\"",
|
|
2418
|
+
"taskCompleted": "Task with id \"{id}\" completed in {duration} ms"
|
|
2420
2419
|
},
|
|
2421
2420
|
"backgroundTaskService": {
|
|
2422
2421
|
"start": "Processing task \"{id}\" with type \"{type}\"",
|
|
2423
|
-
"complete": "Completed processing task \"{id}\" with type \"{type}\" with status \"{status}\"",
|
|
2422
|
+
"complete": "Completed processing task \"{id}\" with type \"{type}\" with status \"{status}\" in {duration} ms",
|
|
2424
2423
|
"initialisingWorker": "Initialising worker for task type \"{type}\"",
|
|
2425
2424
|
"shutdownWorker": "Shutting down worker for task type \"{type}\""
|
|
2426
2425
|
},
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.2-next.15](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.14...node-v0.9.2-next.15) (2026-08-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* silent telemetry and tracing options ([#351](https://github.com/iotaledger/twin-node/issues/351)) ([3a5752f](https://github.com/iotaledger/twin-node/commit/3a5752fc0bf8a028b3ebfc34878524ac799fb81e))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/node-core bumped from 0.9.2-next.14 to 0.9.2-next.15
|
|
16
|
+
|
|
3
17
|
## [0.9.2-next.14](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.13...node-v0.9.2-next.14) (2026-08-19)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node",
|
|
3
|
-
"version": "0.9.2-next.
|
|
3
|
+
"version": "0.9.2-next.15",
|
|
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.2-next.
|
|
17
|
+
"@twin.org/node-core": "0.9.2-next.15"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|