@twin.org/node 0.0.3-next.65 → 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.
@@ -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,38 @@
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
+
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)
23
+
24
+
25
+ ### Features
26
+
27
+ * add standalone federated catalogue example config and endpoint tests ([#235](https://github.com/iotaledger/twin-node/issues/235)) ([ffb51dd](https://github.com/iotaledger/twin-node/commit/ffb51ddda5188c2f21b8ce65343b39a28f4eee4b))
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @twin.org/node-core bumped from 0.0.3-next.65 to 0.0.3-next.66
35
+
3
36
  ## [0.0.3-next.65](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.64...node-v0.0.3-next.65) (2026-06-23)
4
37
 
5
38
 
@@ -1,5 +1,16 @@
1
1
  # Node Configuration
2
2
 
3
+ ## Available Example Configurations
4
+
5
+ Four ready-to-use example files are provided in `apps/node/`. Copy the relevant file to `.env` as a starting point:
6
+
7
+ | File | Role |
8
+ | ----------------------------------- | ------------------------------------------------------------------------- |
9
+ | `.env.example-local-entity-storage` | Full-featured node using local file/entity storage |
10
+ | `.env.example-aws-ec2` | Full-featured node deployed on Amazon AWS EC2 with DynamoDB |
11
+ | `.env.example-iota-testnet` | Full-featured node connected to the IOTA testnet |
12
+ | `.env.example-federated-catalogue` | Standalone federated catalogue server (no dataspace or rights management) |
13
+
3
14
  ## Extension Loading
4
15
 
5
16
  The TWIN Node supports loading extensions dynamically to extend its functionality. Extensions can be loaded from multiple sources using protocol-based syntax.
@@ -99,7 +99,7 @@ cd apps
99
99
  npm install
100
100
  npm run dist
101
101
  cd apps/node
102
- cp .env.example-entity-storage .env
102
+ cp .env.example-local-entity-storage .env
103
103
  ```
104
104
 
105
105
  The .env file can be modified to suit your own use case. For example to set the location for the storage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node",
3
- "version": "0.0.3-next.65",
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.65"
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"