@twin.org/node 0.9.2-next.3 → 0.9.2-next.4
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 +1 -3
- package/docs/changelog.md +14 -0
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -689,6 +689,7 @@
|
|
|
689
689
|
"transferRequestRejectedByProvider": "Provider rejected transfer request for agreement {agreementId} at {providerEndpoint} (code: {code})",
|
|
690
690
|
"providerPidMissingInResponse": "Provider accepted transfer request for {consumerPid} but returned no providerPid",
|
|
691
691
|
"unsupportedTransferFormat": "Transfer format \"{format}\" is not supported. Supported formats: {supported}",
|
|
692
|
+
"transferFormatNotInDistributions": "Transfer format \"{format}\" is not available in any distribution of dataset \"{datasetId}\" (Agreement: {agreementId}). Available formats: {availableFormats}",
|
|
692
693
|
"catalogDatasetMissingId": "Catalog dataset is missing a required @id identifier",
|
|
693
694
|
"providerIdentityMissing": "Provider identity (DID) is required to sign data access tokens but was not set on the Transfer Process",
|
|
694
695
|
"callerNotAuthorizedForAgreement": "The caller's verified identity does not match the agreement assignee (consumer)",
|
|
@@ -1339,9 +1340,6 @@
|
|
|
1339
1340
|
"gaugeNoIncDec": "A gauge can not be incremented or decremented",
|
|
1340
1341
|
"maxHistoryMustBePositiveInteger": "The maxHistory option must be a positive integer"
|
|
1341
1342
|
},
|
|
1342
|
-
"openTelemetryTelemetryConnector": {
|
|
1343
|
-
"unknownReaderType": "The reader type \"{type}\" is not supported, valid values are: prometheus"
|
|
1344
|
-
},
|
|
1345
1343
|
"metricsCollectorService": {
|
|
1346
1344
|
"producerCollectionFailed": "Failed to collect metrics from producer \"{producer}\""
|
|
1347
1345
|
},
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.2-next.4](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.3...node-v0.9.2-next.4) (2026-08-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* wire includeErrorStack debug flag into auth and tenant processor configs ([#313](https://github.com/iotaledger/twin-node/issues/313)) ([3c69c51](https://github.com/iotaledger/twin-node/commit/3c69c51bfdd65305efe2fbe9da508e684a4245d1))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/node-core bumped from 0.9.2-next.3 to 0.9.2-next.4
|
|
16
|
+
|
|
3
17
|
## [0.9.2-next.3](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.2...node-v0.9.2-next.3) (2026-07-30)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node",
|
|
3
|
-
"version": "0.9.2-next.
|
|
3
|
+
"version": "0.9.2-next.4",
|
|
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": ">=24.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/node-core": "0.9.2-next.
|
|
17
|
+
"@twin.org/node-core": "0.9.2-next.4"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|