@twin.org/node 0.0.3-next.55 → 0.0.3-next.57

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.
@@ -1190,6 +1190,9 @@
1190
1190
  "identityPolicyInformationSource": {
1191
1191
  "identityRetrievalFailed": "Failed to retrieve identity \"{id}\" information for policy id: \"{policyId}\""
1192
1192
  },
1193
+ "identityProfilePolicyInformationSource": {
1194
+ "profileRetrievalFailed": "Failed to retrieve identity profile \"{id}\" information for policy id: \"{policyId}\""
1195
+ },
1193
1196
  "defaultPolicyArbiter": {
1194
1197
  "ruleTargetNotSupported": "Rule target \"{target}\" is not supported. Only twin:<object>:<jsonPath> targets are currently supported.",
1195
1198
  "multipleTargetsNotSupported": "Multiple targets in a single permission are not supported.",
@@ -2232,6 +2235,9 @@
2232
2235
  "identityPolicyInformationSource": {
2233
2236
  "identityRetrieving": "Retrieving identity \"{id}\" information for policy id: \"{policyId}\""
2234
2237
  },
2238
+ "identityProfilePolicyInformationSource": {
2239
+ "profileRetrieving": "Retrieving identity profile \"{id}\" information for policy id: \"{policyId}\""
2240
+ },
2235
2241
  "staticPolicyInformationSource": {
2236
2242
  "staticRetrieving": "Retrieving static policy information for policy id: \"{policyId}\" with access mode: \"{accessMode}\"",
2237
2243
  "staticRetrieved": "Retrieved static policy information for policy id: \"{policyId}\" with access mode: \"{accessMode}\", item count: {itemCount}"
package/docs/changelog.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.57](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.56...node-v0.0.3-next.57) (2026-06-17)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **node:** Synchronize repo versions
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.56 to 0.0.3-next.57
16
+
17
+ ## [0.0.3-next.56](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.55...node-v0.0.3-next.56) (2026-06-16)
18
+
19
+
20
+ ### Features
21
+
22
+ * identity profile information source ([dbb53d1](https://github.com/iotaledger/twin-node/commit/dbb53d145f517070d864f37650a6dbc1f3e9c3a8))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @twin.org/node-core bumped from 0.0.3-next.55 to 0.0.3-next.56
30
+
3
31
  ## [0.0.3-next.55](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.54...node-v0.0.3-next.55) (2026-06-16)
4
32
 
5
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node",
3
- "version": "0.0.3-next.55",
3
+ "version": "0.0.3-next.57",
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.55"
17
+ "@twin.org/node-core": "0.0.3-next.57"
18
18
  },
19
19
  "bugs": {
20
20
  "url": "git+https://github.com/iotaledger/twin-node/issues"