@twin.org/node 0.0.3-next.28 → 0.0.3-next.29

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.
@@ -668,7 +668,8 @@
668
668
  "abstractScyllaDBConnector": {
669
669
  "getFailed": "Getting item with \"{id}\" failed",
670
670
  "findFailed": "Error while querying data on \"{table}\"",
671
- "parseJSONFailed": "Parsing JSON failed for field \"{name}\" with value \"{value}\""
671
+ "parseJSONFailed": "Parsing JSON failed for field \"{name}\" with value \"{value}\"",
672
+ "comparisonNotSupported": "Dot-notation nested property path \"{property}\" is not supported in CQL queries"
672
673
  },
673
674
  "synchronisedEntityStorageConnector": {
674
675
  "missingRequiredProperty": "The property \"{requiredProperty}\" is required when using the Synchronised Entity Storage Connector.",
@@ -789,8 +790,7 @@
789
790
  "getControllerCapInfoFailed": "Getting the controller capability info for the identity failed",
790
791
  "identityNotFound": "The identity could not be found \"{notFoundId}\"",
791
792
  "identityDeleted": "The identity \"{identityId}\" has been deleted and cannot be used for minting",
792
- "controllerTokenNotFound": "No controller token found for the identity \"{notFoundId}\" with the provided controller address",
793
- "unexpectedSignerCall": "The no-op signer was unexpectedly called during a read-only identity lookup"
793
+ "controllerTokenNotFound": "No controller token found for the identity \"{notFoundId}\" with the provided controller address"
794
794
  },
795
795
  "iotaSmartContractUtils": {
796
796
  "migrationFailed": "Smart contract migration failed",
@@ -1005,7 +1005,8 @@
1005
1005
  "actionExecutionFailed": "Action execution failed for id: \"{actionId}\", at stage \"{stage}\", policy id: \"{policyId}\""
1006
1006
  },
1007
1007
  "policyNegotiationPointRestClient": {
1008
- "notSupportedOnClient": "The method \"{methodName}\" is not supported on the REST client, it can only be used on a server side component"
1008
+ "notSupportedOnClient": "The method \"{methodName}\" is not supported on the REST client, it can only be used on a server side component",
1009
+ "publicOriginNotRequired": "The publicOrigin parameter is not required on the REST client"
1009
1010
  },
1010
1011
  "synchronisedStorageService": {
1011
1012
  "notTrustedNode": "This method can only be called on a trusted node",
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.29](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.28...node-v0.0.3-next.29) (2026-03-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * update dependencies ([aab05b5](https://github.com/twinfoundation/node/commit/aab05b552152a208a504fb9a080603f1990d4f79))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/node-core bumped from 0.0.3-next.28 to 0.0.3-next.29
16
+
3
17
  ## [0.0.3-next.28](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.27...node-v0.0.3-next.28) (2026-03-12)
4
18
 
5
19