@twin.org/node 0.0.3-next.60 → 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.
@@ -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,33 @@
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
+
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)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * **node:** Synchronize repo versions
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.60 to 0.0.3-next.61
30
+
3
31
  ## [0.0.3-next.60](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.59...node-v0.0.3-next.60) (2026-06-19)
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.60",
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.60"
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"