@twin.org/node 0.0.3-next.61 → 0.0.3-next.62
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 +2 -1
- package/docs/changelog.md +14 -0
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -357,7 +357,8 @@
|
|
|
357
357
|
"apiKeyAlreadyInUse": "The provided API key is already in use by another tenant.",
|
|
358
358
|
"tenantAlreadyExists": "Tenant with ID \"{existingId}\" already exists.",
|
|
359
359
|
"tenantNotFound": "Tenant with ID \"{notFoundId}\" not found.",
|
|
360
|
-
"organizationIdAlreadyExists": "A tenant with organization ID \"{existingId}\" already exists."
|
|
360
|
+
"organizationIdAlreadyExists": "A tenant with organization ID \"{existingId}\" already exists.",
|
|
361
|
+
"publicOriginAlreadyExists": "A tenant with public origin \"{existingId}\" already exists."
|
|
361
362
|
},
|
|
362
363
|
"commands": {
|
|
363
364
|
"common": {
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.62](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.61...node-v0.0.3-next.62) (2026-06-19)
|
|
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.61 to 0.0.3-next.62
|
|
16
|
+
|
|
3
17
|
## [0.0.3-next.61](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.60...node-v0.0.3-next.61) (2026-06-19)
|
|
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.62",
|
|
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.62"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|