@twin.org/node 0.0.3-next.49 → 0.0.3-next.51
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 +138 -246
- package/docs/changelog.md +28 -0
- package/docs/open-api/spec.json +790 -1511
- package/docs/usage.md +0 -6
- package/package.json +2 -2
package/docs/usage.md
CHANGED
|
@@ -121,12 +121,6 @@ twin-node vault-key-import --load-env="node-identity.env,node-auth-key.json" --i
|
|
|
121
121
|
twin-node vault-key-create --load-env="node-identity.env" --identity=!NODE_DID --key-id=!TWIN_URL_TRANSFORMER_ENCRYPTION_KEY_ID --key-type=ChaCha20Poly1305 --output-json="node-hosting-param-key.json" --output-env="node-hosting-param.env"
|
|
122
122
|
```
|
|
123
123
|
|
|
124
|
-
### Add a key associated with the node identity for use by synchronised storage blob encryption
|
|
125
|
-
|
|
126
|
-
```shell
|
|
127
|
-
twin-node vault-key-create --load-env="node-identity.env" --identity=!NODE_DID --key-id=!TWIN_SYNCHRONISED_STORAGE_BLOB_STORAGE_ENCRYPTION_KEY_ID --key-type=ChaCha20Poly1305 --output-json="node-synchronised-storage-encryption-key.json" --output-env="node-synchronised-storage-encryption-key.env"
|
|
128
|
-
```
|
|
129
|
-
|
|
130
124
|
### Import an existing key associated with the node identity for use in authentication signing
|
|
131
125
|
|
|
132
126
|
```shell
|
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.51",
|
|
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.51"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|