@twin.org/node 0.9.5-next.2 → 0.10.0

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.
@@ -395,9 +395,7 @@
395
395
  "migrationHelper": {
396
396
  "migrateSchemaFailed": "Migration failed for schema \"{schemaName}\".",
397
397
  "transformRequiredForProperty": "A transformation function is required to migrate property \"{from}\" to \"{to}\" of type \"{type}\"",
398
- "coercionProducedUndefined": "Coercion of property \"{property}\" to type \"{type}\" produced undefined but the property is not optional",
399
- "connectorBootstrapFailed": "Connector \"{className}\" failed to bootstrap storage for schema \"{schemaName}\"",
400
- "maxIdentifierLengthTooSmall": "The maximum identifier length {maxIdentifierLength} must be at least {minimum} to fit the migration name suffix"
398
+ "coercionProducedUndefined": "Coercion of property \"{property}\" to type \"{type}\" produced undefined but the property is not optional"
401
399
  },
402
400
  "vaultConnectorHelper": {
403
401
  "invalidSignature": "The JSON Web token signature could not be verified"
@@ -1361,10 +1359,9 @@
1361
1359
  "transferFailed": "The transfer of the notarization failed"
1362
1360
  },
1363
1361
  "dataAccessPointService": {
1364
- "noHandlerForAssetType": "No handler registered for asset type \"{assetType}\"",
1365
- "notAuthorizedToQuery": "Not authorized to query asset type \"{assetType}\"",
1366
- "notAuthorizedToGet": "Not authorized to get asset type \"{assetType}\" with id \"{id}\""
1362
+ "noHandlerForAssetType": "No handler registered for asset type \"{assetType}\""
1367
1363
  },
1364
+ "dataAccessRequestPointService": {},
1368
1365
  "policyAdministrationPointService": {
1369
1366
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the rights management components \"{namespace}\"",
1370
1367
  "policyAlreadyExists": "A policy with id: \"{existingId}\" already exists",
@@ -2815,6 +2812,13 @@
2815
2812
  "contractReady": "Contract ready for use"
2816
2813
  },
2817
2814
  "iotaNotarizationConnector": {},
2815
+ "dataAccessPointService": {
2816
+ "registeredHandler": "Handler registered with id: \"{handlerId}\"",
2817
+ "unregisteredHandler": "Handler unregistered with id: \"{handlerId}\""
2818
+ },
2819
+ "dataAccessRequestPointService": {
2820
+ "missingNodeIdentity": "The node identity is missing"
2821
+ },
2818
2822
  "policyEnforcementPointService": {
2819
2823
  "processing": "Processing information using processor with id: \"{processorId}\", policy id: \"{policyId}\"",
2820
2824
  "intercepting": "Intercepting information for policy id: \"{policyId}\""
package/docs/changelog.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.0](https://github.com/iotaledger/twin-node/compare/node-v0.10.0...node-v0.10.0) (2026-09-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * add auth admin component ([1661e57](https://github.com/iotaledger/twin-node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
9
+ * add extend engine and server methods ([ec09c7e](https://github.com/iotaledger/twin-node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
10
+ * add extend engine and server methods ([0136a6f](https://github.com/iotaledger/twin-node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
11
+ * add fedcat to openapi ([eac69bd](https://github.com/iotaledger/twin-node/commit/eac69bdf94a22c35fe58e7523d9cf78bdc72eb7b))
12
+ * add updated config vars ([ebe8178](https://github.com/iotaledger/twin-node/commit/ebe81788ce53ddf3d6925a5f2f6dac381f84f06c))
13
+ * improve default options and spec ([b538721](https://github.com/iotaledger/twin-node/commit/b538721902e7f65021d2715148ba59409ccce035))
14
+ * initial commit ([522f1e5](https://github.com/iotaledger/twin-node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
15
+ * migrate env config from engine to node ([5da29b8](https://github.com/iotaledger/twin-node/commit/5da29b8d714495308320d237a68e84355bba2b47))
16
+ * node app use JavaScript ([14fe08c](https://github.com/iotaledger/twin-node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
17
+ * release to production ([6319a38](https://github.com/iotaledger/twin-node/commit/6319a38490a2c2809622f8acd170cb92bfa06942))
18
+ * release to production ([4f44403](https://github.com/iotaledger/twin-node/commit/4f444039832edce8fae562baa7c900ccdc2181da))
19
+ * release to production ([2d96e37](https://github.com/iotaledger/twin-node/commit/2d96e3737bd9663bc0d1171c2ff2c7f8b2ab01bb))
20
+ * release to production ([#253](https://github.com/iotaledger/twin-node/issues/253)) ([230efd0](https://github.com/iotaledger/twin-node/commit/230efd0f99af6114e707999b4c1a83a391cc1741))
21
+ * release to production ([#300](https://github.com/iotaledger/twin-node/issues/300)) ([4d2b09f](https://github.com/iotaledger/twin-node/commit/4d2b09f92c7815ad3fe48d54eca0972fefc782f7))
22
+ * release to production ([#364](https://github.com/iotaledger/twin-node/issues/364)) ([dbba3db](https://github.com/iotaledger/twin-node/commit/dbba3dbf3d9efb858b0ea28aaf88378964fcf08e))
23
+ * release to production ([#383](https://github.com/iotaledger/twin-node/issues/383)) ([5d29105](https://github.com/iotaledger/twin-node/commit/5d29105355f85011f9a338ba5069162a0b008849))
24
+ * release to production ([#406](https://github.com/iotaledger/twin-node/issues/406)) ([98ba03e](https://github.com/iotaledger/twin-node/commit/98ba03e70eabbdceca9c5cbfaa01ea5076e5b2a7))
25
+ * release to production [skip ci] ([#417](https://github.com/iotaledger/twin-node/issues/417)) ([37ef5fb](https://github.com/iotaledger/twin-node/commit/37ef5fb19f71399c11146bd1ee6e7c7d844cec00))
26
+ * update dependencies ([9d25f16](https://github.com/iotaledger/twin-node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
27
+ * update spec generation config ([cff633a](https://github.com/iotaledger/twin-node/commit/cff633a0ffb73ad652d5f1bae653fa91e82dc8ab))
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/iotaledger/twin-node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
33
+ * adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/iotaledger/twin-node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
34
+ * broken docs ([61479fd](https://github.com/iotaledger/twin-node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
35
+
3
36
  ## [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
37
 
5
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node",
3
- "version": "0.9.5-next.2",
3
+ "version": "0.10.0",
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.2"
17
+ "@twin.org/node-core": "^0.10.0"
18
18
  },
19
19
  "bugs": {
20
20
  "url": "git+https://github.com/iotaledger/twin-node/issues"