@twin.org/node 0.0.3-next.55 → 0.0.3-next.56
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 +6 -0
- package/docs/changelog.md +14 -0
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -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,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* identity profile information source ([dbb53d1](https://github.com/iotaledger/twin-node/commit/dbb53d145f517070d864f37650a6dbc1f3e9c3a8))
|
|
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.55 to 0.0.3-next.56
|
|
16
|
+
|
|
3
17
|
## [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
18
|
|
|
5
19
|
|
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.56",
|
|
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.56"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|