@twin.org/node 0.0.3-next.66 → 0.0.3-next.67
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 +36 -32
- package/docs/changelog.md +19 -0
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"cliCommandMissing": "CLI command \"{command}\" is not recognised",
|
|
14
14
|
"cliCommandParamMissing": "Parameter \"{param}\" is required for command \"{command}\"",
|
|
15
15
|
"cliCommandParamExtra": "Parameter(s) \"{params}\" are not recognised for command \"{command}\"",
|
|
16
|
-
"cliEnvVarMissing": "Environment variable \"{envVar}\" does not exist"
|
|
16
|
+
"cliEnvVarMissing": "Environment variable \"{envVar}\" does not exist",
|
|
17
|
+
"unknownEnvVars": "Unknown environment variable properties [{keys}]. Check for typos in variable names, for custom variables use the {prefix}ENV_ALLOW_LIST."
|
|
17
18
|
},
|
|
18
19
|
"bootstrapLegacy": {
|
|
19
20
|
"noFeaturesEnabled": "No features are enabled in legacy bootstrap mode, at least one feature must be enabled.",
|
|
@@ -1366,6 +1367,40 @@
|
|
|
1366
1367
|
"responseMessage": "<=== {statusCode} {method} {requestUrl} duration: {elapsedMicroSeconds}µs"
|
|
1367
1368
|
}
|
|
1368
1369
|
},
|
|
1370
|
+
"warn": {
|
|
1371
|
+
"node": {
|
|
1372
|
+
"unknownEnvVars": "Unknown environment variable properties [{keys}], they will be ignored. Check for typos in variable names, for custom variables use the {prefix}ENV_ALLOW_LIST."
|
|
1373
|
+
},
|
|
1374
|
+
"common": {
|
|
1375
|
+
"devOnlyTool": "This tool is intended to be used for development purposes, it is not recommended for use in production scenarios."
|
|
1376
|
+
},
|
|
1377
|
+
"taskSchedulerService": {
|
|
1378
|
+
"taskStalled": "Task with id \"{id}\" is stalled, last run at \"{lastRunTime}\" and exceeded timeout \"{stalledTaskTimeoutMs}\" ms"
|
|
1379
|
+
},
|
|
1380
|
+
"backgroundTaskService": {
|
|
1381
|
+
"maxSystemWorkerCountReached": "The maximum system worker count of {maxSystemWorkerCount} has been reached, can not create any more worker for task type \"{type}\""
|
|
1382
|
+
},
|
|
1383
|
+
"dataspaceControlPlaneService": {
|
|
1384
|
+
"catalogDatasetHasNoOffers": "Dataset has no Offers (odrl:hasPolicy) in Federated Catalogue",
|
|
1385
|
+
"stalledNegotiationCleanedUp": "Stalled negotiation cleaned up (negotiationId: {negotiationId})",
|
|
1386
|
+
"stalledTransferCleanedUp": "Stalled transfer cleaned up (consumerPid: {consumerPid})"
|
|
1387
|
+
},
|
|
1388
|
+
"dataspaceControlPlanePolicyRequester": {
|
|
1389
|
+
"unknownNegotiationFinalized": "Unknown negotiation finalized (negotiationId: {negotiationId})",
|
|
1390
|
+
"negotiationTerminated": "Negotiation terminated by provider (negotiationId: {negotiationId})",
|
|
1391
|
+
"unknownNegotiationTerminated": "Unknown negotiation terminated (negotiationId: {negotiationId})"
|
|
1392
|
+
},
|
|
1393
|
+
"dataspaceDataPlaneService": {
|
|
1394
|
+
"pushSubscriptionNotFoundOnTeardown": "Push subscription not found for consumerPid \"{consumerPid}\" during teardown — treating as no-op",
|
|
1395
|
+
"pushSubscriptionNotFoundForActivity": "Push subscription not found for outbound activity (consumerPid: {consumerPid})"
|
|
1396
|
+
},
|
|
1397
|
+
"policyNegotiationAdminPointService": {
|
|
1398
|
+
"sendTerminateFailed": "Failed to send terminate to consumer for negotiation id: \"{id}\", correlation id: \"{correlationId}\""
|
|
1399
|
+
},
|
|
1400
|
+
"policyNegotiationPointService": {
|
|
1401
|
+
"terminatedCallbackFailed": "Failed to notify requester via terminated() for negotiation id: \"{negotiationId}\""
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1369
1404
|
"node": {
|
|
1370
1405
|
"extensionLoading": "Loading Extension",
|
|
1371
1406
|
"extensionInitialisingEngine": "Initialising engine for extension \"{extension}\"",
|
|
@@ -2336,37 +2371,6 @@
|
|
|
2336
2371
|
"responseMessage": "<=== {statusCode} {method} {requestUrl} duration: {elapsedMicroSeconds}µs"
|
|
2337
2372
|
}
|
|
2338
2373
|
},
|
|
2339
|
-
"warn": {
|
|
2340
|
-
"common": {
|
|
2341
|
-
"devOnlyTool": "This tool is intended to be used for development purposes, it is not recommended for use in production scenarios."
|
|
2342
|
-
},
|
|
2343
|
-
"taskSchedulerService": {
|
|
2344
|
-
"taskStalled": "Task with id \"{id}\" is stalled, last run at \"{lastRunTime}\" and exceeded timeout \"{stalledTaskTimeoutMs}\" ms"
|
|
2345
|
-
},
|
|
2346
|
-
"backgroundTaskService": {
|
|
2347
|
-
"maxSystemWorkerCountReached": "The maximum system worker count of {maxSystemWorkerCount} has been reached, can not create any more worker for task type \"{type}\""
|
|
2348
|
-
},
|
|
2349
|
-
"dataspaceControlPlaneService": {
|
|
2350
|
-
"catalogDatasetHasNoOffers": "Dataset has no Offers (odrl:hasPolicy) in Federated Catalogue",
|
|
2351
|
-
"stalledNegotiationCleanedUp": "Stalled negotiation cleaned up (negotiationId: {negotiationId})",
|
|
2352
|
-
"stalledTransferCleanedUp": "Stalled transfer cleaned up (consumerPid: {consumerPid})"
|
|
2353
|
-
},
|
|
2354
|
-
"dataspaceControlPlanePolicyRequester": {
|
|
2355
|
-
"unknownNegotiationFinalized": "Unknown negotiation finalized (negotiationId: {negotiationId})",
|
|
2356
|
-
"negotiationTerminated": "Negotiation terminated by provider (negotiationId: {negotiationId})",
|
|
2357
|
-
"unknownNegotiationTerminated": "Unknown negotiation terminated (negotiationId: {negotiationId})"
|
|
2358
|
-
},
|
|
2359
|
-
"dataspaceDataPlaneService": {
|
|
2360
|
-
"pushSubscriptionNotFoundOnTeardown": "Push subscription not found for consumerPid \"{consumerPid}\" during teardown — treating as no-op",
|
|
2361
|
-
"pushSubscriptionNotFoundForActivity": "Push subscription not found for outbound activity (consumerPid: {consumerPid})"
|
|
2362
|
-
},
|
|
2363
|
-
"policyNegotiationAdminPointService": {
|
|
2364
|
-
"sendTerminateFailed": "Failed to send terminate to consumer for negotiation id: \"{id}\", correlation id: \"{correlationId}\""
|
|
2365
|
-
},
|
|
2366
|
-
"policyNegotiationPointService": {
|
|
2367
|
-
"terminatedCallbackFailed": "Failed to notify requester via terminated() for negotiation id: \"{negotiationId}\""
|
|
2368
|
-
}
|
|
2369
|
-
},
|
|
2370
2374
|
"cli": {
|
|
2371
2375
|
"progress": {
|
|
2372
2376
|
"done": "Done.",
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.67](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.66...node-v0.0.3-next.67) (2026-06-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* env var validation ([#243](https://github.com/iotaledger/twin-node/issues/243)) ([569945a](https://github.com/iotaledger/twin-node/commit/569945a751eb52d008a681777a3cba881af1b9a4))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* stalled timeout now is provided in seconds ([#241](https://github.com/iotaledger/twin-node/issues/241)) ([ebd827d](https://github.com/iotaledger/twin-node/commit/ebd827d02a9a4f8ad4f4c84d064d02831ef015cb))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* The following workspace dependencies were updated
|
|
19
|
+
* dependencies
|
|
20
|
+
* @twin.org/node-core bumped from 0.0.3-next.66 to 0.0.3-next.67
|
|
21
|
+
|
|
3
22
|
## [0.0.3-next.66](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.65...node-v0.0.3-next.66) (2026-06-23)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.67",
|
|
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": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/node-core": "0.0.3-next.
|
|
17
|
+
"@twin.org/node-core": "0.0.3-next.67"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|