@twin.org/node 0.0.3-next.35 → 0.0.3-next.36
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 +14 -7
- package/docs/changelog.md +14 -0
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -276,6 +276,9 @@
|
|
|
276
276
|
"slip0010": {
|
|
277
277
|
"invalidSeed": "The seed is invalid \"{seed}\""
|
|
278
278
|
},
|
|
279
|
+
"pbkdf2": {
|
|
280
|
+
"keyLengthTooSmall": "The key length must be at least 1, it is \"{keyLength}\""
|
|
281
|
+
},
|
|
279
282
|
"baseRestClient": {
|
|
280
283
|
"missingRouteProp": "Missing route parameter in data \"{routeProp}\" for route \"{route}\"",
|
|
281
284
|
"decodingFailed": "Decoding JSON failed for route \"{route}\"",
|
|
@@ -871,7 +874,9 @@
|
|
|
871
874
|
"transactionFailed": "The transaction failed",
|
|
872
875
|
"addressNotFound": "The address is missing could not be found from the seed \"{address}\"",
|
|
873
876
|
"gasStationTransactionFailed": "The gas station transaction failed",
|
|
874
|
-
"dryRunFailed": "The dry run execution failed"
|
|
877
|
+
"dryRunFailed": "The dry run execution failed",
|
|
878
|
+
"fundingFailed": "Fund the address from faucet failed",
|
|
879
|
+
"faucetRateLimit": "Faucet rate limit exceeded"
|
|
875
880
|
},
|
|
876
881
|
"iotaIdentityUtils": {
|
|
877
882
|
"getControllerCapInfoFailed": "Getting the controller capability info for the identity failed",
|
|
@@ -1011,8 +1016,7 @@
|
|
|
1011
1016
|
"packageNotFoundOnNetwork": "Package \"{deployedPackageId}\" not found on \"{network}\" network",
|
|
1012
1017
|
"deployedPackageIdRequired": "deployedPackageId is required for network operations on \"{network}\".",
|
|
1013
1018
|
"packageIdNotFound": "Package ID not found for network \"{network}\"",
|
|
1014
|
-
"invalidGasBudget": "Invalid gas budget: {gasBudget}"
|
|
1015
|
-
"noWalletConfigured": "For write operations a wallet must be configured in the connector options"
|
|
1019
|
+
"invalidGasBudget": "Invalid gas budget: {gasBudget}"
|
|
1016
1020
|
},
|
|
1017
1021
|
"iotaNftUtils": {
|
|
1018
1022
|
"invalidNftIdFormat": "The NFT ID \"{id}\" has an invalid format"
|
|
@@ -1185,6 +1189,9 @@
|
|
|
1185
1189
|
"silentTelemetryConnector": {
|
|
1186
1190
|
"notSupported": "The method \"{methodName}\" is not supported on silent telemetry connector."
|
|
1187
1191
|
},
|
|
1192
|
+
"openTelemetryTelemetryConnector": {
|
|
1193
|
+
"unknownReaderType": "The reader type \"{type}\" is not supported, valid values are: prometheus"
|
|
1194
|
+
},
|
|
1188
1195
|
"trustService": {
|
|
1189
1196
|
"notVerified": "Payload verification failed",
|
|
1190
1197
|
"noGeneratorsRegistered": "No trust generators are registered in the factory",
|
|
@@ -1287,10 +1294,6 @@
|
|
|
1287
1294
|
"iotaWalletConnector": {
|
|
1288
1295
|
"transferFailed": "The wallet transfer failed."
|
|
1289
1296
|
},
|
|
1290
|
-
"iotaFaucetConnector": {
|
|
1291
|
-
"fundingFailed": "Fund the address from faucet failed",
|
|
1292
|
-
"faucetRateLimit": "Faucet rate limit exceeded"
|
|
1293
|
-
},
|
|
1294
1297
|
"fastifyWebServer": {
|
|
1295
1298
|
"startFailed": "The Web Server failed to start",
|
|
1296
1299
|
"badRequest": "The web server could not handle the request",
|
|
@@ -2315,6 +2318,10 @@
|
|
|
2315
2318
|
"metricRemoved": "The metric was removed \"{id}\"",
|
|
2316
2319
|
"metricValueCreated": "The metric value was created for \"{id}\" with value \"{value}\""
|
|
2317
2320
|
},
|
|
2321
|
+
"openTelemetryTelemetryConnector": {
|
|
2322
|
+
"connectorStarted": "The connector was started with \"{readerCount}\" metric reader(s)",
|
|
2323
|
+
"connectorStopped": "The connector was stopped"
|
|
2324
|
+
},
|
|
2318
2325
|
"trustService": {
|
|
2319
2326
|
"verifying": "Verifying payload: \"{payload}\"",
|
|
2320
2327
|
"verified": "Payload verified successfully"
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.35...node-v0.0.3-next.36) (2026-05-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* typescript 6 update ([ce2e3ca](https://github.com/iotaledger/twin-node/commit/ce2e3ca5219587709f7b9cf6c65909b48fba11b5))
|
|
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.35 to 0.0.3-next.36
|
|
16
|
+
|
|
3
17
|
## [0.0.3-next.35](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.34...node-v0.0.3-next.35) (2026-05-08)
|
|
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.36",
|
|
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.36"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/node/issues"
|