@twin.org/node 0.9.1-next.1 → 0.9.1-next.2
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 +7 -0
- package/docs/changelog.md +14 -0
- package/docs/open-api/spec.json +5 -5
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -198,6 +198,8 @@
|
|
|
198
198
|
"uint8Array": "Property \"{property}\" must be a Uint8Array, it is \"{value}\"",
|
|
199
199
|
"function": "Property \"{property}\" must be a function, it is \"{value}\"",
|
|
200
200
|
"urn": "Property \"{property}\" must be a URN formatted string, it is \"{value}\"",
|
|
201
|
+
"urnNamespaceIdentifier": "Property \"{property}\" must be a URN with namespace identifier \"{options}\", it is \"{value}\"",
|
|
202
|
+
"urnNamespaceSpecific": "Property \"{property}\" must be a URN with namespace specific \"{options}\", it is \"{value}\"",
|
|
201
203
|
"url": "Property \"{property}\" must be a URL formatted string, it is \"{value}\"",
|
|
202
204
|
"email": "Property \"{property}\" must be string in e-mail format, it is \"{value}\"",
|
|
203
205
|
"uuidV7": "Property \"{property}\" must be a UUIDv7 formatted string, it is \"{value}\"",
|
|
@@ -319,6 +321,11 @@
|
|
|
319
321
|
"decodingFailed": "Decoding JSON failed for route \"{route}\"",
|
|
320
322
|
"failureStatusText": "The request to the API failed: \"{statusText}\""
|
|
321
323
|
},
|
|
324
|
+
"httpHeaderHelper": {
|
|
325
|
+
"locationMissing": "The Location response header is missing or empty",
|
|
326
|
+
"idNotFound": "The resource ID could not be extracted from the Location header",
|
|
327
|
+
"templateNoPlaceholder": "The URL template contains no colon-prefixed placeholder segment"
|
|
328
|
+
},
|
|
322
329
|
"contextIdHelper": {
|
|
323
330
|
"contextIdMissing": "The context ID \"{key}\" is missing from the provided context IDs",
|
|
324
331
|
"contextIdSplitMismatch": "The context ID split parts length \"{actual}\" does not match the provided keys length \"{expected}\""
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.1-next.2](https://github.com/iotaledger/twin-node/compare/node-v0.9.1-next.1...node-v0.9.1-next.2) (2026-06-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* extend to 7-group weighted mix, fix REST paths + JSON-LD contexts ([#257](https://github.com/iotaledger/twin-node/issues/257)) ([d9f8d55](https://github.com/iotaledger/twin-node/commit/d9f8d55d389a82947b7a0297f44f76f7f6b3ba21))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/node-core bumped from 0.9.1-next.1 to 0.9.1-next.2
|
|
16
|
+
|
|
3
17
|
## [0.9.1-next.1](https://github.com/iotaledger/twin-node/compare/node-v0.9.1-next.0...node-v0.9.1-next.1) (2026-06-26)
|
|
4
18
|
|
|
5
19
|
|
package/docs/open-api/spec.json
CHANGED
|
@@ -13391,7 +13391,7 @@
|
|
|
13391
13391
|
"parameters": [
|
|
13392
13392
|
{
|
|
13393
13393
|
"name": "conditions",
|
|
13394
|
-
"description": "The conditions to filter the streams, JSON stringified
|
|
13394
|
+
"description": "The conditions to filter the streams, JSON stringified `EntityCondition<IAuditableItemStream>`.",
|
|
13395
13395
|
"in": "query",
|
|
13396
13396
|
"required": false,
|
|
13397
13397
|
"schema": {
|
|
@@ -14419,7 +14419,7 @@
|
|
|
14419
14419
|
},
|
|
14420
14420
|
{
|
|
14421
14421
|
"name": "conditions",
|
|
14422
|
-
"description": "The conditions to filter the stream, JSON stringified
|
|
14422
|
+
"description": "The conditions to filter the stream, JSON stringified `EntityCondition<IAuditableItemStreamEntry>`.",
|
|
14423
14423
|
"in": "query",
|
|
14424
14424
|
"required": false,
|
|
14425
14425
|
"schema": {
|
|
@@ -15268,7 +15268,7 @@
|
|
|
15268
15268
|
"parameters": [
|
|
15269
15269
|
{
|
|
15270
15270
|
"name": "conditions",
|
|
15271
|
-
"description": "The conditions to filter the stream, JSON stringified
|
|
15271
|
+
"description": "The conditions to filter the stream, JSON stringified `EntityCondition<IAuditableItemStream>.",
|
|
15272
15272
|
"in": "query",
|
|
15273
15273
|
"required": false,
|
|
15274
15274
|
"schema": {
|
|
@@ -15529,7 +15529,7 @@
|
|
|
15529
15529
|
},
|
|
15530
15530
|
{
|
|
15531
15531
|
"name": "conditions",
|
|
15532
|
-
"description": "The conditions to filter the stream, JSON stringified
|
|
15532
|
+
"description": "The conditions to filter the stream, JSON stringified `EntityCondition<IAuditableItemStreamEntry>`.",
|
|
15533
15533
|
"in": "query",
|
|
15534
15534
|
"required": false,
|
|
15535
15535
|
"schema": {
|
|
@@ -15712,7 +15712,7 @@
|
|
|
15712
15712
|
"parameters": [
|
|
15713
15713
|
{
|
|
15714
15714
|
"name": "conditions",
|
|
15715
|
-
"description": "The conditions to filter the stream, JSON stringified
|
|
15715
|
+
"description": "The conditions to filter the stream, JSON stringified `EntityCondition<IAuditableItemStreamEntry>`.",
|
|
15716
15716
|
"in": "query",
|
|
15717
15717
|
"required": false,
|
|
15718
15718
|
"schema": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node",
|
|
3
|
-
"version": "0.9.1-next.
|
|
3
|
+
"version": "0.9.1-next.2",
|
|
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.9.1-next.
|
|
17
|
+
"@twin.org/node-core": "0.9.1-next.2"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|