@twin.org/node 0.0.3-next.42 → 0.0.3-next.43

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.
@@ -85,10 +85,8 @@
85
85
  "expired": "The JSON Web token has expired",
86
86
  "insufficientScopes": "The JSON Web token does not have the required scopes to access this resource",
87
87
  "userNotVerified": "The user associated with the JSON Web token could not be verified",
88
- "organizationNotVerified": "The organization associated with the JSON Web token could not be verified"
89
- },
90
- "authHeaderProcessor": {
91
- "tenantIdMismatch": "The tenant ID in the token does not match the tenant ID in the context"
88
+ "organizationNotVerified": "The organization associated with the JSON Web token could not be verified",
89
+ "tenantNotVerified": "The tenant associated with the JSON Web token could not be verified"
92
90
  },
93
91
  "validation": {
94
92
  "saltEntropyTooLow": "Salt must have at least 8 unique characters for sufficient entropy.",
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.43](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.42...node-v0.0.3-next.43) (2026-05-28)
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.42 to 0.0.3-next.43
16
+
3
17
  ## [0.0.3-next.42](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.41...node-v0.0.3-next.42) (2026-05-28)
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.42",
3
+ "version": "0.0.3-next.43",
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.42"
17
+ "@twin.org/node-core": "0.0.3-next.43"
18
18
  },
19
19
  "bugs": {
20
20
  "url": "git+https://github.com/iotaledger/node/issues"