@twin.org/node 0.9.1-next.5 → 0.9.1-next.6
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 +2 -4
- package/docs/changelog.md +14 -0
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -1016,6 +1016,7 @@
|
|
|
1016
1016
|
"packageObjectError": "Failed to fetch the package object \"{packageId}\"",
|
|
1017
1017
|
"valueTransactionFailed": "The value transaction failed",
|
|
1018
1018
|
"transactionFailed": "The transaction failed",
|
|
1019
|
+
"objectReservationConflict": "One or more of the transaction's owned objects are contended by another in-flight transaction; submit transactions that share objects sequentially and retry",
|
|
1019
1020
|
"addressNotFound": "The address is missing could not be found from the seed \"{address}\"",
|
|
1020
1021
|
"gasStationTransactionFailed": "The gas station transaction failed",
|
|
1021
1022
|
"dryRunFailed": "The dry run execution failed",
|
|
@@ -2357,8 +2358,6 @@
|
|
|
2357
2358
|
"resolvedProviderPid": "Resolved providerPid to Transfer Context",
|
|
2358
2359
|
"catalogDatasetFound": "Dataset validated in Federated Catalogue",
|
|
2359
2360
|
"agreementMatchedOffer": "Agreement matched Catalog Offer",
|
|
2360
|
-
"populatingFederatedCatalogue": "Populating Federated Catalogue with stored app datasets",
|
|
2361
|
-
"federatedCataloguePopulated": "Federated Catalogue population completed (registered: {registeredCount}, errors: {errorCount}, datasets: {totalDatasets})",
|
|
2362
2361
|
"startingContractNegotiation": "Starting contract negotiation with provider",
|
|
2363
2362
|
"offerFoundInCatalog": "Offer found in Federated Catalogue and validated",
|
|
2364
2363
|
"negotiationInitiated": "Contract negotiation initiated successfully",
|
|
@@ -2776,8 +2775,7 @@
|
|
|
2776
2775
|
"auditableItemGraphService": {},
|
|
2777
2776
|
"debug": {
|
|
2778
2777
|
"dataspaceControlPlaneService": {
|
|
2779
|
-
"engineCloneStart": "Skipping
|
|
2780
|
-
"datasetRegistered": "Dataset {datasetId} registered for app {appId} (tenant: {tenantId})"
|
|
2778
|
+
"engineCloneStart": "Skipping control plane startup tasks (engine clone or no engine)"
|
|
2781
2779
|
},
|
|
2782
2780
|
"dataspaceDataPlaneService": {
|
|
2783
2781
|
"newActivity": "New Activity of type \"{activityType}\" notified by \"{generator}\"",
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.1-next.6](https://github.com/iotaledger/twin-node/compare/node-v0.9.1-next.5...node-v0.9.1-next.6) (2026-07-03)
|
|
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.9.1-next.5 to 0.9.1-next.6
|
|
16
|
+
|
|
3
17
|
## [0.9.1-next.5](https://github.com/iotaledger/twin-node/compare/node-v0.9.1-next.4...node-v0.9.1-next.5) (2026-07-02)
|
|
4
18
|
|
|
5
19
|
|
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.6",
|
|
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.6"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|