@twin.org/engine-types 0.0.3-next.8 → 0.9.0-next.1
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/README.md +1 -1
- package/dist/es/components/attestation.js +20 -24
- package/dist/es/components/attestation.js.map +1 -1
- package/dist/es/components/auditableItemGraph.js +27 -22
- package/dist/es/components/auditableItemGraph.js.map +1 -1
- package/dist/es/components/auditableItemStream.js +27 -22
- package/dist/es/components/auditableItemStream.js.map +1 -1
- package/dist/es/components/automation.js +43 -0
- package/dist/es/components/automation.js.map +1 -0
- package/dist/es/components/automationAction.js +27 -0
- package/dist/es/components/automationAction.js.map +1 -0
- package/dist/es/components/backgroundTask.js +16 -12
- package/dist/es/components/backgroundTask.js.map +1 -1
- package/dist/es/components/blobStorage.js +69 -80
- package/dist/es/components/blobStorage.js.map +1 -1
- package/dist/es/components/contextIdHandler.js +9 -9
- package/dist/es/components/contextIdHandler.js.map +1 -1
- package/dist/es/components/dataProcessing.js +33 -32
- package/dist/es/components/dataProcessing.js.map +1 -1
- package/dist/es/components/dataspaceControlPlane.js +60 -0
- package/dist/es/components/dataspaceControlPlane.js.map +1 -0
- package/dist/es/components/dataspaceDataPlane.js +66 -0
- package/dist/es/components/dataspaceDataPlane.js.map +1 -0
- package/dist/es/components/documentManagement.js +12 -11
- package/dist/es/components/documentManagement.js.map +1 -1
- package/dist/es/components/entityStorage.js +53 -65
- package/dist/es/components/entityStorage.js.map +1 -1
- package/dist/es/components/eventBus.js +23 -27
- package/dist/es/components/eventBus.js.map +1 -1
- package/dist/es/components/faucet.js +18 -18
- package/dist/es/components/faucet.js.map +1 -1
- package/dist/es/components/federatedCatalogue.js +18 -14
- package/dist/es/components/federatedCatalogue.js.map +1 -1
- package/dist/es/components/federatedCatalogueFilter.js +14 -11
- package/dist/es/components/federatedCatalogueFilter.js.map +1 -1
- package/dist/es/components/health.js +32 -0
- package/dist/es/components/health.js.map +1 -0
- package/dist/es/components/identity.js +30 -31
- package/dist/es/components/identity.js.map +1 -1
- package/dist/es/components/identityProfile.js +26 -24
- package/dist/es/components/identityProfile.js.map +1 -1
- package/dist/es/components/identityResolver.js +36 -40
- package/dist/es/components/identityResolver.js.map +1 -1
- package/dist/es/components/immutableProof.js +23 -20
- package/dist/es/components/immutableProof.js.map +1 -1
- package/dist/es/components/logging.js +32 -28
- package/dist/es/components/logging.js.map +1 -1
- package/dist/es/components/messaging.js +89 -89
- package/dist/es/components/messaging.js.map +1 -1
- package/dist/es/components/metricsCollector.js +29 -0
- package/dist/es/components/metricsCollector.js.map +1 -0
- package/dist/es/components/metricsProducer.js +33 -0
- package/dist/es/components/metricsProducer.js.map +1 -0
- package/dist/es/components/nft.js +32 -33
- package/dist/es/components/nft.js.map +1 -1
- package/dist/es/components/notarization.js +77 -0
- package/dist/es/components/notarization.js.map +1 -0
- package/dist/es/components/platform.js +34 -0
- package/dist/es/components/platform.js.map +1 -0
- package/dist/es/components/rightsManagementPap.js +19 -17
- package/dist/es/components/rightsManagementPap.js.map +1 -1
- package/dist/es/components/rightsManagementPdp.js +11 -12
- package/dist/es/components/rightsManagementPdp.js.map +1 -1
- package/dist/es/components/rightsManagementPep.js +12 -10
- package/dist/es/components/rightsManagementPep.js.map +1 -1
- package/dist/es/components/rightsManagementPip.js +10 -10
- package/dist/es/components/rightsManagementPip.js.map +1 -1
- package/dist/es/components/rightsManagementPmp.js +11 -11
- package/dist/es/components/rightsManagementPmp.js.map +1 -1
- package/dist/es/components/rightsManagementPnap.js +20 -18
- package/dist/es/components/rightsManagementPnap.js.map +1 -1
- package/dist/es/components/rightsManagementPnp.js +14 -15
- package/dist/es/components/rightsManagementPnp.js.map +1 -1
- package/dist/es/components/rightsManagementPolicyArbiter.js +19 -12
- package/dist/es/components/rightsManagementPolicyArbiter.js.map +1 -1
- package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js +18 -12
- package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js.map +1 -1
- package/dist/es/components/rightsManagementPolicyExecutionAction.js +10 -10
- package/dist/es/components/rightsManagementPolicyExecutionAction.js.map +1 -1
- package/dist/es/components/rightsManagementPolicyInformationSource.js +23 -17
- package/dist/es/components/rightsManagementPolicyInformationSource.js.map +1 -1
- package/dist/es/components/rightsManagementPolicyNegotiator.js +12 -12
- package/dist/es/components/rightsManagementPolicyNegotiator.js.map +1 -1
- package/dist/es/components/rightsManagementPolicyObligationEnforcer.js +27 -0
- package/dist/es/components/rightsManagementPolicyObligationEnforcer.js.map +1 -0
- package/dist/es/components/rightsManagementPolicyRequester.js +12 -12
- package/dist/es/components/rightsManagementPolicyRequester.js.map +1 -1
- package/dist/es/components/rightsManagementPxp.js +10 -10
- package/dist/es/components/rightsManagementPxp.js.map +1 -1
- package/dist/es/components/schemaVersionMigration.js +35 -0
- package/dist/es/components/schemaVersionMigration.js.map +1 -0
- package/dist/es/components/taskScheduler.js +19 -11
- package/dist/es/components/taskScheduler.js.map +1 -1
- package/dist/es/components/telemetry.js +52 -31
- package/dist/es/components/telemetry.js.map +1 -1
- package/dist/es/components/tenant.js +12 -11
- package/dist/es/components/tenant.js.map +1 -1
- package/dist/es/components/trust.js +10 -10
- package/dist/es/components/trust.js.map +1 -1
- package/dist/es/components/trustGenerator.js +11 -11
- package/dist/es/components/trustGenerator.js.map +1 -1
- package/dist/es/components/trustVerifier.js +15 -12
- package/dist/es/components/trustVerifier.js.map +1 -1
- package/dist/es/components/vault.js +15 -12
- package/dist/es/components/vault.js.map +1 -1
- package/dist/es/components/wallet.js +24 -25
- package/dist/es/components/wallet.js.map +1 -1
- package/dist/es/index.js +35 -23
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IEngineConfig.js.map +1 -1
- package/dist/es/models/config/automationActionConfig.js +2 -0
- package/dist/es/models/config/automationActionConfig.js.map +1 -0
- package/dist/es/models/config/automationComponentConfig.js +2 -0
- package/dist/es/models/config/automationComponentConfig.js.map +1 -0
- package/dist/es/models/config/blobStorageConnectorConfig.js.map +1 -1
- package/dist/es/models/config/dataspaceControlPlaneComponentConfig.js +2 -0
- package/dist/es/models/config/dataspaceControlPlaneComponentConfig.js.map +1 -0
- package/dist/es/models/config/dataspaceDataPlaneComponentConfig.js +2 -0
- package/dist/es/models/config/dataspaceDataPlaneComponentConfig.js.map +1 -0
- package/dist/es/models/config/entityStorageConnectorConfig.js.map +1 -1
- package/dist/es/models/config/federatedCatalogueFilterComponentConfig.js.map +1 -1
- package/dist/es/models/config/healthComponentConfig.js +2 -0
- package/dist/es/models/config/healthComponentConfig.js.map +1 -0
- package/dist/es/models/config/metricsCollectorComponentConfig.js +2 -0
- package/dist/es/models/config/metricsCollectorComponentConfig.js.map +1 -0
- package/dist/es/models/config/metricsProducerComponentConfig.js +2 -0
- package/dist/es/models/config/metricsProducerComponentConfig.js.map +1 -0
- package/dist/es/models/config/notarizationComponentConfig.js +2 -0
- package/dist/es/models/config/notarizationComponentConfig.js.map +1 -0
- package/dist/es/models/config/notarizationConnectorConfig.js +2 -0
- package/dist/es/models/config/notarizationConnectorConfig.js.map +1 -0
- package/dist/es/models/config/platformComponentConfig.js +2 -0
- package/dist/es/models/config/platformComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPnpComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js.map +1 -1
- package/dist/es/models/config/rightsManagementPolicyObligationEnforcerComponentConfig.js +2 -0
- package/dist/es/models/config/rightsManagementPolicyObligationEnforcerComponentConfig.js.map +1 -0
- package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js.map +1 -1
- package/dist/es/models/config/schemaVersionMigrationComponentConfig.js +2 -0
- package/dist/es/models/config/schemaVersionMigrationComponentConfig.js.map +1 -0
- package/dist/es/models/config/telemetryConnectorConfig.js.map +1 -1
- package/dist/es/models/config/trustVerifierComponentConfig.js.map +1 -1
- package/dist/es/models/types/automationActionType.js +13 -0
- package/dist/es/models/types/automationActionType.js.map +1 -0
- package/dist/es/models/types/{verifiableStorageComponentType.js → automationComponentType.js} +4 -4
- package/dist/es/models/types/automationComponentType.js.map +1 -0
- package/dist/es/models/types/dataspaceControlPlaneComponentType.js +17 -0
- package/dist/es/models/types/dataspaceControlPlaneComponentType.js.map +1 -0
- package/dist/es/models/types/{dataSpaceConnectorComponentType.js → dataspaceDataPlaneComponentType.js} +4 -4
- package/dist/es/models/types/dataspaceDataPlaneComponentType.js.map +1 -0
- package/dist/es/models/types/entityStorageConnectorType.js +2 -6
- package/dist/es/models/types/entityStorageConnectorType.js.map +1 -1
- package/dist/es/models/types/federatedCatalogueFilterComponentType.js +2 -2
- package/dist/es/models/types/federatedCatalogueFilterComponentType.js.map +1 -1
- package/dist/es/models/types/{synchronisedStorageComponentType.js → healthComponentType.js} +4 -4
- package/dist/es/models/types/healthComponentType.js.map +1 -0
- package/dist/es/models/types/metricsCollectorComponentType.js +13 -0
- package/dist/es/models/types/metricsCollectorComponentType.js.map +1 -0
- package/dist/es/models/types/metricsProducerComponentType.js +17 -0
- package/dist/es/models/types/metricsProducerComponentType.js.map +1 -0
- package/dist/es/models/types/{rightsManagementDapComponentType.js → notarizationComponentType.js} +4 -4
- package/dist/es/models/types/notarizationComponentType.js.map +1 -0
- package/dist/es/models/types/{verifiableStorageConnectorType.js → notarizationConnectorType.js} +4 -4
- package/dist/es/models/types/notarizationConnectorType.js.map +1 -0
- package/dist/es/models/types/platformComponentType.js +13 -0
- package/dist/es/models/types/platformComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js +6 -2
- package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js.map +1 -1
- package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js +6 -2
- package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js.map +1 -1
- package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js +4 -0
- package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js.map +1 -1
- package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js +2 -2
- package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js.map +1 -1
- package/dist/es/models/types/rightsManagementPolicyObligationEnforcerComponentType.js +13 -0
- package/dist/es/models/types/rightsManagementPolicyObligationEnforcerComponentType.js.map +1 -0
- package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js +2 -2
- package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js.map +1 -1
- package/dist/es/models/types/schemaVersionMigrationComponentType.js +13 -0
- package/dist/es/models/types/schemaVersionMigrationComponentType.js.map +1 -0
- package/dist/es/models/types/telemetryConnectorType.js +5 -1
- package/dist/es/models/types/telemetryConnectorType.js.map +1 -1
- package/dist/es/models/types/trustVerifierComponentType.js +5 -1
- package/dist/es/models/types/trustVerifierComponentType.js.map +1 -1
- package/dist/es/utils/engineTypeHelper.js +19 -1
- package/dist/es/utils/engineTypeHelper.js.map +1 -1
- package/dist/types/components/attestation.d.ts +5 -13
- package/dist/types/components/auditableItemGraph.d.ts +3 -7
- package/dist/types/components/auditableItemStream.d.ts +3 -7
- package/dist/types/components/automation.d.ts +12 -0
- package/dist/types/components/automationAction.d.ts +12 -0
- package/dist/types/components/backgroundTask.d.ts +3 -7
- package/dist/types/components/blobStorage.d.ts +4 -12
- package/dist/types/components/contextIdHandler.d.ts +3 -7
- package/dist/types/components/dataProcessing.d.ts +5 -17
- package/dist/types/components/dataspaceControlPlane.d.ts +12 -0
- package/dist/types/components/dataspaceDataPlane.d.ts +12 -0
- package/dist/types/components/documentManagement.d.ts +3 -7
- package/dist/types/components/entityStorage.d.ts +5 -10
- package/dist/types/components/eventBus.d.ts +4 -12
- package/dist/types/components/faucet.d.ts +2 -7
- package/dist/types/components/federatedCatalogue.d.ts +3 -7
- package/dist/types/components/federatedCatalogueFilter.d.ts +2 -7
- package/dist/types/components/health.d.ts +12 -0
- package/dist/types/components/identity.d.ts +4 -12
- package/dist/types/components/identityProfile.d.ts +4 -12
- package/dist/types/components/identityResolver.d.ts +4 -12
- package/dist/types/components/immutableProof.d.ts +3 -7
- package/dist/types/components/logging.d.ts +4 -12
- package/dist/types/components/messaging.d.ts +7 -27
- package/dist/types/components/metricsCollector.d.ts +12 -0
- package/dist/types/components/metricsProducer.d.ts +12 -0
- package/dist/types/components/nft.d.ts +4 -12
- package/dist/types/components/notarization.d.ts +22 -0
- package/dist/types/components/platform.d.ts +12 -0
- package/dist/types/components/rightsManagementPap.d.ts +3 -7
- package/dist/types/components/rightsManagementPdp.d.ts +3 -7
- package/dist/types/components/rightsManagementPep.d.ts +3 -7
- package/dist/types/components/rightsManagementPip.d.ts +3 -7
- package/dist/types/components/rightsManagementPmp.d.ts +3 -7
- package/dist/types/components/rightsManagementPnap.d.ts +3 -7
- package/dist/types/components/rightsManagementPnp.d.ts +3 -7
- package/dist/types/components/rightsManagementPolicyArbiter.d.ts +2 -7
- package/dist/types/components/rightsManagementPolicyEnforcementProcessor.d.ts +2 -7
- package/dist/types/components/rightsManagementPolicyExecutionAction.d.ts +2 -7
- package/dist/types/components/rightsManagementPolicyInformationSource.d.ts +2 -7
- package/dist/types/components/rightsManagementPolicyNegotiator.d.ts +2 -7
- package/dist/types/components/rightsManagementPolicyObligationEnforcer.d.ts +12 -0
- package/dist/types/components/rightsManagementPolicyRequester.d.ts +2 -7
- package/dist/types/components/rightsManagementPxp.d.ts +3 -7
- package/dist/types/components/schemaVersionMigration.d.ts +12 -0
- package/dist/types/components/taskScheduler.d.ts +3 -7
- package/dist/types/components/telemetry.d.ts +4 -12
- package/dist/types/components/tenant.d.ts +3 -7
- package/dist/types/components/trust.d.ts +3 -7
- package/dist/types/components/trustGenerator.d.ts +2 -7
- package/dist/types/components/trustVerifier.d.ts +2 -7
- package/dist/types/components/vault.d.ts +2 -7
- package/dist/types/components/wallet.d.ts +3 -8
- package/dist/types/index.d.ts +35 -23
- package/dist/types/models/IEngineConfig.d.ts +59 -39
- package/dist/types/models/config/automationActionConfig.d.ts +9 -0
- package/dist/types/models/config/automationComponentConfig.d.ts +13 -0
- package/dist/types/models/config/blobStorageConnectorConfig.d.ts +4 -1
- package/dist/types/models/config/dataspaceControlPlaneComponentConfig.d.ts +13 -0
- package/dist/types/models/config/dataspaceDataPlaneComponentConfig.d.ts +17 -0
- package/dist/types/models/config/entityStorageConnectorConfig.d.ts +5 -5
- package/dist/types/models/config/federatedCatalogueFilterComponentConfig.d.ts +3 -3
- package/dist/types/models/config/healthComponentConfig.d.ts +13 -0
- package/dist/types/models/config/metricsCollectorComponentConfig.d.ts +9 -0
- package/dist/types/models/config/metricsProducerComponentConfig.d.ts +12 -0
- package/dist/types/models/config/notarizationComponentConfig.d.ts +13 -0
- package/dist/types/models/config/notarizationConnectorConfig.d.ts +13 -0
- package/dist/types/models/config/platformComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPnpComponentConfig.d.ts +1 -1
- package/dist/types/models/config/rightsManagementPolicyArbiterComponentConfig.d.ts +6 -3
- package/dist/types/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.d.ts +6 -3
- package/dist/types/models/config/rightsManagementPolicyInformationSourceComponentConfig.d.ts +4 -1
- package/dist/types/models/config/rightsManagementPolicyNegotiatorComponentConfig.d.ts +3 -3
- package/dist/types/models/config/rightsManagementPolicyObligationEnforcerComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPolicyRequesterComponentConfig.d.ts +3 -3
- package/dist/types/models/config/schemaVersionMigrationComponentConfig.d.ts +9 -0
- package/dist/types/models/config/telemetryConnectorConfig.d.ts +4 -0
- package/dist/types/models/config/trustVerifierComponentConfig.d.ts +4 -1
- package/dist/types/models/types/automationActionType.d.ts +13 -0
- package/dist/types/models/types/automationComponentType.d.ts +17 -0
- package/dist/types/models/types/dataspaceControlPlaneComponentType.d.ts +17 -0
- package/dist/types/models/types/dataspaceDataPlaneComponentType.d.ts +21 -0
- package/dist/types/models/types/entityStorageConnectorType.d.ts +1 -5
- package/dist/types/models/types/federatedCatalogueFilterComponentType.d.ts +2 -2
- package/dist/types/models/types/healthComponentType.d.ts +17 -0
- package/dist/types/models/types/metricsCollectorComponentType.d.ts +13 -0
- package/dist/types/models/types/metricsProducerComponentType.d.ts +17 -0
- package/dist/types/models/types/notarizationComponentType.d.ts +17 -0
- package/dist/types/models/types/notarizationConnectorType.d.ts +17 -0
- package/dist/types/models/types/platformComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyArbiterComponentType.d.ts +6 -2
- package/dist/types/models/types/rightsManagementPolicyEnforcementProcessorComponentType.d.ts +6 -2
- package/dist/types/models/types/rightsManagementPolicyInformationSourceComponentType.d.ts +4 -0
- package/dist/types/models/types/rightsManagementPolicyNegotiatorComponentType.d.ts +2 -2
- package/dist/types/models/types/rightsManagementPolicyObligationEnforcerComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPolicyRequesterComponentType.d.ts +2 -2
- package/dist/types/models/types/schemaVersionMigrationComponentType.d.ts +13 -0
- package/dist/types/models/types/telemetryConnectorType.d.ts +4 -0
- package/dist/types/models/types/trustVerifierComponentType.d.ts +4 -0
- package/dist/types/utils/engineTypeHelper.d.ts +11 -0
- package/docs/changelog.md +1128 -155
- package/docs/examples.md +74 -1
- package/docs/reference/classes/EngineTypeHelper.md +57 -4
- package/docs/reference/functions/initialiseAttestationComponent.md +2 -2
- package/docs/reference/functions/initialiseAttestationConnector.md +3 -3
- package/docs/reference/functions/initialiseAuditableItemGraphComponent.md +2 -2
- package/docs/reference/functions/initialiseAuditableItemStreamComponent.md +2 -2
- package/docs/reference/functions/initialiseAutomationAction.md +31 -0
- package/docs/reference/functions/initialiseAutomationComponent.md +31 -0
- package/docs/reference/functions/initialiseBackgroundTaskComponent.md +2 -2
- package/docs/reference/functions/initialiseBlobStorageComponent.md +2 -2
- package/docs/reference/functions/initialiseBlobStorageConnector.md +2 -2
- package/docs/reference/functions/initialiseContextIdHandlerComponent.md +2 -2
- package/docs/reference/functions/initialiseDataConverterConnector.md +2 -2
- package/docs/reference/functions/initialiseDataExtractorConnector.md +2 -2
- package/docs/reference/functions/initialiseDataProcessingComponent.md +2 -2
- package/docs/reference/functions/initialiseDataspaceControlPlaneComponent.md +31 -0
- package/docs/reference/functions/initialiseDataspaceDataPlaneComponent.md +31 -0
- package/docs/reference/functions/initialiseDocumentManagementComponent.md +2 -2
- package/docs/reference/functions/initialiseEntityStorageComponent.md +3 -3
- package/docs/reference/functions/initialiseEntityStorageConnector.md +4 -6
- package/docs/reference/functions/initialiseEventBusComponent.md +2 -2
- package/docs/reference/functions/initialiseEventBusConnector.md +2 -2
- package/docs/reference/functions/initialiseFaucetConnector.md +2 -2
- package/docs/reference/functions/initialiseFederatedCatalogueComponent.md +2 -2
- package/docs/reference/functions/initialiseFederatedCatalogueFilterComponent.md +2 -2
- package/docs/reference/functions/initialiseHealthComponent.md +31 -0
- package/docs/reference/functions/initialiseIdentityComponent.md +2 -2
- package/docs/reference/functions/initialiseIdentityConnector.md +2 -2
- package/docs/reference/functions/initialiseIdentityProfileComponent.md +2 -2
- package/docs/reference/functions/initialiseIdentityProfileConnector.md +2 -2
- package/docs/reference/functions/initialiseIdentityResolverComponent.md +2 -2
- package/docs/reference/functions/initialiseIdentityResolverConnector.md +2 -2
- package/docs/reference/functions/initialiseImmutableProofComponent.md +2 -2
- package/docs/reference/functions/initialiseLoggingComponent.md +2 -2
- package/docs/reference/functions/initialiseLoggingConnector.md +2 -2
- package/docs/reference/functions/initialiseMessagingAdminComponent.md +2 -2
- package/docs/reference/functions/initialiseMessagingComponent.md +2 -2
- package/docs/reference/functions/initialiseMessagingEmailConnector.md +2 -2
- package/docs/reference/functions/initialiseMessagingPushNotificationConnector.md +2 -2
- package/docs/reference/functions/initialiseMessagingSmsConnector.md +2 -2
- package/docs/reference/functions/initialiseMetricsCollectorComponent.md +31 -0
- package/docs/reference/functions/initialiseMetricsProducerComponent.md +31 -0
- package/docs/reference/functions/initialiseNftComponent.md +2 -2
- package/docs/reference/functions/initialiseNftConnector.md +2 -2
- package/docs/reference/functions/initialiseNotarizationComponent.md +31 -0
- package/docs/reference/functions/initialiseNotarizationConnector.md +31 -0
- package/docs/reference/functions/initialisePlatformComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPapComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPdpComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPepComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPipComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPmpComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPnapComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPnpComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPolicyArbiterComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPolicyEnforcementProcessorComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPolicyExecutionActionComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPolicyInformationSourceComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPolicyNegotiatorComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPolicyObligationEnforcerComponent.md +31 -0
- package/docs/reference/functions/initialiseRightsManagementPolicyRequesterComponent.md +2 -2
- package/docs/reference/functions/initialiseRightsManagementPxpComponent.md +2 -2
- package/docs/reference/functions/initialiseSchemaVersionMigrationComponent.md +31 -0
- package/docs/reference/functions/initialiseTaskSchedulerComponent.md +2 -2
- package/docs/reference/functions/initialiseTelemetryComponent.md +2 -2
- package/docs/reference/functions/initialiseTelemetryConnector.md +2 -2
- package/docs/reference/functions/initialiseTenantAdminComponent.md +2 -2
- package/docs/reference/functions/initialiseTrustComponent.md +2 -2
- package/docs/reference/functions/initialiseTrustGeneratorComponent.md +2 -2
- package/docs/reference/functions/initialiseTrustVerifierComponent.md +2 -2
- package/docs/reference/functions/initialiseVaultConnector.md +2 -2
- package/docs/reference/functions/initialiseWalletConnector.md +3 -3
- package/docs/reference/index.md +48 -32
- package/docs/reference/interfaces/IEngineConfig.md +178 -106
- package/docs/reference/type-aliases/AttestationConnectorConfig.md +3 -3
- package/docs/reference/type-aliases/AutomationActionConfig.md +17 -0
- package/docs/reference/type-aliases/AutomationActionType.md +5 -0
- package/docs/reference/type-aliases/AutomationComponentConfig.md +5 -0
- package/docs/reference/type-aliases/AutomationComponentType.md +5 -0
- package/docs/reference/type-aliases/BackgroundTaskComponentConfig.md +3 -3
- package/docs/reference/type-aliases/BlobStorageConnectorConfig.md +1 -1
- package/docs/reference/type-aliases/DataExtractorConnectorConfig.md +3 -3
- package/docs/reference/type-aliases/DataspaceControlPlaneComponentConfig.md +5 -0
- package/docs/reference/type-aliases/DataspaceControlPlaneComponentType.md +5 -0
- package/docs/reference/type-aliases/DataspaceDataPlaneComponentConfig.md +5 -0
- package/docs/reference/type-aliases/DataspaceDataPlaneComponentType.md +5 -0
- package/docs/reference/type-aliases/DltConfig.md +4 -4
- package/docs/reference/type-aliases/EntityStorageConnectorConfig.md +1 -1
- package/docs/reference/type-aliases/EventBusConnectorConfig.md +3 -3
- package/docs/reference/type-aliases/FederatedCatalogueFilterComponentConfig.md +4 -4
- package/docs/reference/type-aliases/HealthComponentConfig.md +5 -0
- package/docs/reference/type-aliases/HealthComponentType.md +5 -0
- package/docs/reference/type-aliases/IdentityProfileConnectorConfig.md +3 -3
- package/docs/reference/type-aliases/MessagingAdminComponentConfig.md +3 -3
- package/docs/reference/type-aliases/MessagingComponentConfig.md +3 -3
- package/docs/reference/type-aliases/MetricsCollectorComponentConfig.md +17 -0
- package/docs/reference/type-aliases/MetricsCollectorComponentType.md +5 -0
- package/docs/reference/type-aliases/MetricsProducerComponentConfig.md +5 -0
- package/docs/reference/type-aliases/MetricsProducerComponentType.md +5 -0
- package/docs/reference/type-aliases/NotarizationComponentConfig.md +5 -0
- package/docs/reference/type-aliases/NotarizationComponentType.md +5 -0
- package/docs/reference/type-aliases/NotarizationConnectorConfig.md +5 -0
- package/docs/reference/type-aliases/NotarizationConnectorType.md +5 -0
- package/docs/reference/type-aliases/PlatformComponentConfig.md +17 -0
- package/docs/reference/type-aliases/PlatformComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPdpComponentConfig.md +3 -3
- package/docs/reference/type-aliases/RightsManagementPepComponentConfig.md +3 -3
- package/docs/reference/type-aliases/RightsManagementPipComponentConfig.md +3 -3
- package/docs/reference/type-aliases/RightsManagementPmpComponentConfig.md +3 -3
- package/docs/reference/type-aliases/RightsManagementPnpComponentConfig.md +1 -1
- package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentConfig.md +1 -13
- package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md +1 -13
- package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md +3 -3
- package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md +1 -1
- package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md +4 -4
- package/docs/reference/type-aliases/RightsManagementPolicyObligationEnforcerComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPolicyObligationEnforcerComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentConfig.md +4 -4
- package/docs/reference/type-aliases/RightsManagementPxpComponentConfig.md +3 -3
- package/docs/reference/type-aliases/SchemaVersionMigrationComponentConfig.md +17 -0
- package/docs/reference/type-aliases/SchemaVersionMigrationComponentType.md +5 -0
- package/docs/reference/type-aliases/TaskSchedulerComponentConfig.md +3 -3
- package/docs/reference/type-aliases/TelemetryConnectorConfig.md +1 -13
- package/docs/reference/type-aliases/TenantAdminComponentConfig.md +3 -3
- package/docs/reference/type-aliases/TrustComponentConfig.md +3 -3
- package/docs/reference/type-aliases/TrustGeneratorComponentConfig.md +2 -2
- package/docs/reference/type-aliases/TrustVerifierComponentConfig.md +1 -13
- package/docs/reference/variables/AttestationComponentType.md +2 -2
- package/docs/reference/variables/AttestationConnectorType.md +1 -1
- package/docs/reference/variables/AuditableItemGraphComponentType.md +2 -2
- package/docs/reference/variables/AuditableItemStreamComponentType.md +2 -2
- package/docs/reference/variables/AutomationActionType.md +13 -0
- package/docs/reference/variables/AutomationComponentType.md +19 -0
- package/docs/reference/variables/BackgroundTaskComponentType.md +1 -1
- package/docs/reference/variables/BlobStorageComponentType.md +2 -2
- package/docs/reference/variables/BlobStorageConnectorType.md +6 -6
- package/docs/reference/variables/ContextIdHandlerComponentType.md +2 -2
- package/docs/reference/variables/DataConverterConnectorType.md +2 -2
- package/docs/reference/variables/DataExtractorConnectorType.md +1 -1
- package/docs/reference/variables/DataProcessingComponentType.md +2 -2
- package/docs/reference/variables/DataspaceControlPlaneComponentType.md +19 -0
- package/docs/reference/variables/{DataSpaceConnectorComponentType.md → DataspaceDataPlaneComponentType.md} +6 -6
- package/docs/reference/variables/DltConfigType.md +1 -1
- package/docs/reference/variables/DocumentManagementComponentType.md +2 -2
- package/docs/reference/variables/EntityStorageComponentType.md +2 -2
- package/docs/reference/variables/EntityStorageConnectorType.md +10 -16
- package/docs/reference/variables/EventBusComponentType.md +2 -2
- package/docs/reference/variables/EventBusConnectorType.md +1 -1
- package/docs/reference/variables/FaucetConnectorType.md +2 -2
- package/docs/reference/variables/FederatedCatalogueComponentType.md +2 -2
- package/docs/reference/variables/FederatedCatalogueFilterComponentType.md +3 -3
- package/docs/reference/variables/{VerifiableStorageComponentType.md → HealthComponentType.md} +5 -5
- package/docs/reference/variables/IdentityComponentType.md +2 -2
- package/docs/reference/variables/IdentityConnectorType.md +2 -2
- package/docs/reference/variables/IdentityProfileComponentType.md +2 -2
- package/docs/reference/variables/IdentityProfileConnectorType.md +1 -1
- package/docs/reference/variables/IdentityResolverComponentType.md +2 -2
- package/docs/reference/variables/IdentityResolverConnectorType.md +3 -3
- package/docs/reference/variables/ImmutableProofComponentType.md +2 -2
- package/docs/reference/variables/LoggingComponentType.md +2 -2
- package/docs/reference/variables/LoggingConnectorType.md +3 -3
- package/docs/reference/variables/MessagingAdminComponentType.md +1 -1
- package/docs/reference/variables/MessagingComponentType.md +1 -1
- package/docs/reference/variables/MessagingEmailConnectorType.md +2 -2
- package/docs/reference/variables/MessagingPushNotificationConnectorType.md +2 -2
- package/docs/reference/variables/MessagingSmsConnectorType.md +2 -2
- package/docs/reference/variables/MetricsCollectorComponentType.md +13 -0
- package/docs/reference/variables/MetricsProducerComponentType.md +19 -0
- package/docs/reference/variables/NftComponentType.md +2 -2
- package/docs/reference/variables/NftConnectorType.md +2 -2
- package/docs/reference/variables/NotarizationComponentType.md +19 -0
- package/docs/reference/variables/NotarizationConnectorType.md +19 -0
- package/docs/reference/variables/PlatformComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPapComponentType.md +2 -2
- package/docs/reference/variables/RightsManagementPdpComponentType.md +1 -1
- package/docs/reference/variables/RightsManagementPepComponentType.md +2 -2
- package/docs/reference/variables/RightsManagementPipComponentType.md +1 -1
- package/docs/reference/variables/RightsManagementPmpComponentType.md +1 -1
- package/docs/reference/variables/RightsManagementPnapComponentType.md +2 -2
- package/docs/reference/variables/RightsManagementPnpComponentType.md +2 -2
- package/docs/reference/variables/RightsManagementPolicyArbiterComponentType.md +9 -3
- package/docs/reference/variables/RightsManagementPolicyEnforcementProcessorComponentType.md +9 -3
- package/docs/reference/variables/RightsManagementPolicyExecutionActionComponentType.md +1 -1
- package/docs/reference/variables/RightsManagementPolicyInformationSourceComponentType.md +8 -2
- package/docs/reference/variables/RightsManagementPolicyNegotiatorComponentType.md +3 -3
- package/docs/reference/variables/RightsManagementPolicyObligationEnforcerComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPolicyRequesterComponentType.md +3 -3
- package/docs/reference/variables/RightsManagementPxpComponentType.md +1 -1
- package/docs/reference/variables/SchemaVersionMigrationComponentType.md +13 -0
- package/docs/reference/variables/TaskSchedulerComponentType.md +1 -1
- package/docs/reference/variables/TelemetryComponentType.md +2 -2
- package/docs/reference/variables/TelemetryConnectorType.md +7 -1
- package/docs/reference/variables/TenantAdminComponentType.md +1 -1
- package/docs/reference/variables/TrustComponentType.md +1 -1
- package/docs/reference/variables/TrustGeneratorComponentType.md +1 -1
- package/docs/reference/variables/TrustVerifierComponentType.md +7 -1
- package/docs/reference/variables/VaultConnectorType.md +2 -2
- package/docs/reference/variables/WalletConnectorType.md +2 -2
- package/package.json +133 -128
- package/dist/es/components/authenticationGenerator.js +0 -30
- package/dist/es/components/authenticationGenerator.js.map +0 -1
- package/dist/es/components/dataSpaceConnector.js +0 -51
- package/dist/es/components/dataSpaceConnector.js.map +0 -1
- package/dist/es/components/rightsManagementDap.js +0 -36
- package/dist/es/components/rightsManagementDap.js.map +0 -1
- package/dist/es/components/rightsManagementDarp.js +0 -30
- package/dist/es/components/rightsManagementDarp.js.map +0 -1
- package/dist/es/components/rightsManagementDataAccessHandler.js +0 -27
- package/dist/es/components/rightsManagementDataAccessHandler.js.map +0 -1
- package/dist/es/components/synchronisedStorage.js +0 -47
- package/dist/es/components/synchronisedStorage.js.map +0 -1
- package/dist/es/components/verifiableStorage.js +0 -79
- package/dist/es/components/verifiableStorage.js.map +0 -1
- package/dist/es/models/config/authenticationGeneratorComponentConfig.js +0 -2
- package/dist/es/models/config/authenticationGeneratorComponentConfig.js.map +0 -1
- package/dist/es/models/config/dataSpaceConnectorComponentConfig.js +0 -2
- package/dist/es/models/config/dataSpaceConnectorComponentConfig.js.map +0 -1
- package/dist/es/models/config/rightsManagementDapComponentConfig.js +0 -2
- package/dist/es/models/config/rightsManagementDapComponentConfig.js.map +0 -1
- package/dist/es/models/config/rightsManagementDarpComponentConfig.js +0 -2
- package/dist/es/models/config/rightsManagementDarpComponentConfig.js.map +0 -1
- package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js +0 -2
- package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js.map +0 -1
- package/dist/es/models/config/synchronisedStorageComponentConfig.js +0 -2
- package/dist/es/models/config/synchronisedStorageComponentConfig.js.map +0 -1
- package/dist/es/models/config/verifiableStorageComponentConfig.js +0 -2
- package/dist/es/models/config/verifiableStorageComponentConfig.js.map +0 -1
- package/dist/es/models/config/verifiableStorageConnectorConfig.js +0 -2
- package/dist/es/models/config/verifiableStorageConnectorConfig.js.map +0 -1
- package/dist/es/models/types/authenticationGeneratorComponentType.js +0 -13
- package/dist/es/models/types/authenticationGeneratorComponentType.js.map +0 -1
- package/dist/es/models/types/dataSpaceConnectorComponentType.js.map +0 -1
- package/dist/es/models/types/rightsManagementDapComponentType.js.map +0 -1
- package/dist/es/models/types/rightsManagementDarpComponentType.js +0 -13
- package/dist/es/models/types/rightsManagementDarpComponentType.js.map +0 -1
- package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js +0 -13
- package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js.map +0 -1
- package/dist/es/models/types/synchronisedStorageComponentType.js.map +0 -1
- package/dist/es/models/types/verifiableStorageComponentType.js.map +0 -1
- package/dist/es/models/types/verifiableStorageConnectorType.js.map +0 -1
- package/dist/types/components/authenticationGenerator.d.ts +0 -17
- package/dist/types/components/dataSpaceConnector.d.ts +0 -16
- package/dist/types/components/rightsManagementDap.d.ts +0 -16
- package/dist/types/components/rightsManagementDarp.d.ts +0 -16
- package/dist/types/components/rightsManagementDataAccessHandler.d.ts +0 -17
- package/dist/types/components/synchronisedStorage.d.ts +0 -16
- package/dist/types/components/verifiableStorage.d.ts +0 -30
- package/dist/types/models/config/authenticationGeneratorComponentConfig.d.ts +0 -9
- package/dist/types/models/config/dataSpaceConnectorComponentConfig.d.ts +0 -17
- package/dist/types/models/config/rightsManagementDapComponentConfig.d.ts +0 -16
- package/dist/types/models/config/rightsManagementDarpComponentConfig.d.ts +0 -9
- package/dist/types/models/config/rightsManagementDataAccessHandlerComponentConfig.d.ts +0 -9
- package/dist/types/models/config/synchronisedStorageComponentConfig.d.ts +0 -13
- package/dist/types/models/config/verifiableStorageComponentConfig.d.ts +0 -13
- package/dist/types/models/config/verifiableStorageConnectorConfig.d.ts +0 -13
- package/dist/types/models/types/authenticationGeneratorComponentType.d.ts +0 -13
- package/dist/types/models/types/dataSpaceConnectorComponentType.d.ts +0 -21
- package/dist/types/models/types/rightsManagementDapComponentType.d.ts +0 -17
- package/dist/types/models/types/rightsManagementDarpComponentType.d.ts +0 -13
- package/dist/types/models/types/rightsManagementDataAccessHandlerComponentType.d.ts +0 -13
- package/dist/types/models/types/synchronisedStorageComponentType.d.ts +0 -17
- package/dist/types/models/types/verifiableStorageComponentType.d.ts +0 -17
- package/dist/types/models/types/verifiableStorageConnectorType.d.ts +0 -17
- package/docs/reference/functions/initialiseAuthenticationGeneratorComponent.md +0 -31
- package/docs/reference/functions/initialiseDataSpaceConnectorComponent.md +0 -31
- package/docs/reference/functions/initialiseRightsManagementDapComponent.md +0 -31
- package/docs/reference/functions/initialiseRightsManagementDarpComponent.md +0 -31
- package/docs/reference/functions/initialiseRightsManagementDataAccessHandlerComponent.md +0 -31
- package/docs/reference/functions/initialiseSynchronisedStorageComponent.md +0 -31
- package/docs/reference/functions/initialiseVerifiableStorageComponent.md +0 -31
- package/docs/reference/functions/initialiseVerifiableStorageConnector.md +0 -31
- package/docs/reference/type-aliases/AuthenticationGeneratorComponentConfig.md +0 -17
- package/docs/reference/type-aliases/AuthenticationGeneratorComponentType.md +0 -5
- package/docs/reference/type-aliases/DataSpaceConnectorComponentConfig.md +0 -5
- package/docs/reference/type-aliases/DataSpaceConnectorComponentType.md +0 -5
- package/docs/reference/type-aliases/IVerifiableStorageComponentType.md +0 -5
- package/docs/reference/type-aliases/RightsManagementDapComponentConfig.md +0 -5
- package/docs/reference/type-aliases/RightsManagementDapComponentType.md +0 -5
- package/docs/reference/type-aliases/RightsManagementDarpComponentConfig.md +0 -17
- package/docs/reference/type-aliases/RightsManagementDarpComponentType.md +0 -5
- package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentConfig.md +0 -17
- package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentType.md +0 -5
- package/docs/reference/type-aliases/SynchronisedStorageComponentConfig.md +0 -5
- package/docs/reference/type-aliases/SynchronisedStorageComponentType.md +0 -5
- package/docs/reference/type-aliases/VerifiableStorageComponentConfig.md +0 -5
- package/docs/reference/type-aliases/VerifiableStorageConnectorConfig.md +0 -5
- package/docs/reference/type-aliases/VerifiableStorageConnectorType.md +0 -5
- package/docs/reference/variables/AuthenticationGeneratorComponentType.md +0 -13
- package/docs/reference/variables/RightsManagementDapComponentType.md +0 -19
- package/docs/reference/variables/RightsManagementDarpComponentType.md +0 -13
- package/docs/reference/variables/RightsManagementDataAccessHandlerComponentType.md +0 -13
- package/docs/reference/variables/SynchronisedStorageComponentType.md +0 -19
- package/docs/reference/variables/VerifiableStorageConnectorType.md +0 -19
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,984 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.9.0-next.0...engine-types-v0.9.0-next.1) (2026-06-24)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
9
|
+
* add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
|
|
10
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
11
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
12
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
13
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
14
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
15
|
+
* add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
|
|
16
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
17
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
18
|
+
* add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
|
|
19
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
20
|
+
* add identity profile information source ([e8e57ad](https://github.com/iotaledger/twin-engine/commit/e8e57ad414af50ea0464cf423dc915e83206bf3a))
|
|
21
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
22
|
+
* add metrics producer type initialisers to engine ([#122](https://github.com/iotaledger/twin-engine/issues/122)) ([45f52d7](https://github.com/iotaledger/twin-engine/commit/45f52d7ad9c94bda0d2671756049bb5973b64b10))
|
|
23
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
24
|
+
* add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
|
|
25
|
+
* add pnap to dataspace connector ([#131](https://github.com/iotaledger/twin-engine/issues/131)) ([cfa0ed4](https://github.com/iotaledger/twin-engine/commit/cfa0ed4ffaab88fcbf35730961dacab9a22cb707))
|
|
26
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
27
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
28
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
29
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
30
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
31
|
+
* add telemetry to identity construction ([f7def7e](https://github.com/iotaledger/twin-engine/commit/f7def7e8ea32d340f5176a6cef665af2873eca1b))
|
|
32
|
+
* add tenant component ([#138](https://github.com/iotaledger/twin-engine/issues/138)) ([ebbcb8f](https://github.com/iotaledger/twin-engine/commit/ebbcb8fa3fee05048ddad2891c6ada66bd29e7bd))
|
|
33
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
34
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
35
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
36
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
37
|
+
* connect telemetry with ais and document management ([52ca7e1](https://github.com/iotaledger/twin-engine/commit/52ca7e1954e4cd70c2698805ebc48a77e9ed8407))
|
|
38
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
39
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
40
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
41
|
+
* inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
|
|
42
|
+
* inject vaultConnectorType into DSP/PNP/Tenant/catalogue factories ([#107](https://github.com/iotaledger/twin-engine/issues/107)) ([043abbb](https://github.com/iotaledger/twin-engine/commit/043abbb9d9d7fd7f120519cb0b44ad38b4bfcbc1))
|
|
43
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
44
|
+
* local optimization ([#164](https://github.com/iotaledger/twin-engine/issues/164)) ([ef32db9](https://github.com/iotaledger/twin-engine/commit/ef32db9041a25b70c9d3c3aae8546e620a78f9f6))
|
|
45
|
+
* memory entity storage prefix ([e85dd71](https://github.com/iotaledger/twin-engine/commit/e85dd7113943dea92dce46963d054e265d3b481a))
|
|
46
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
47
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
48
|
+
* organization identifiers ([#152](https://github.com/iotaledger/twin-engine/issues/152)) ([d8e6d51](https://github.com/iotaledger/twin-engine/commit/d8e6d5147f402f0fe17b445efd8ae97db0c36adb))
|
|
49
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
50
|
+
* regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
|
|
51
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
52
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
53
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
54
|
+
* replace unified data space connector with control plane and data plane components ([#78](https://github.com/iotaledger/twin-engine/issues/78)) ([a6ebace](https://github.com/iotaledger/twin-engine/commit/a6ebace389dafe754a3ca0827999966b5a101a59))
|
|
55
|
+
* schema migration ([#147](https://github.com/iotaledger/twin-engine/issues/147)) ([2026f19](https://github.com/iotaledger/twin-engine/commit/2026f195e7a8d930d20cd43c7ff8ac4d003e454d))
|
|
56
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
57
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
58
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
59
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
60
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
61
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
62
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
63
|
+
* update federated catalogue to trust mode ([#141](https://github.com/iotaledger/twin-engine/issues/141)) ([95a7d28](https://github.com/iotaledger/twin-engine/commit/95a7d283373a398edace9e5331fe428cccb2a9a2))
|
|
64
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
65
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
66
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
67
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
68
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
69
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
70
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
71
|
+
* use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/iotaledger/twin-engine/commit/72553d2c3e3b46fec77d3049bd0271bfec69ffc6))
|
|
72
|
+
* wire dataspace and federated catalogue telemetry components ([#162](https://github.com/iotaledger/twin-engine/issues/162)) ([5135694](https://github.com/iotaledger/twin-engine/commit/513569408973c3c6ec277df095f0baaf87f08520))
|
|
73
|
+
* wire DSP push-transfer mode in engine ([#121](https://github.com/iotaledger/twin-engine/issues/121)) ([3456cdb](https://github.com/iotaledger/twin-engine/commit/3456cdb34c3b721b6aba1fb49133a2d8048958aa))
|
|
74
|
+
* wire notarization connector to immutable proof service ([#128](https://github.com/iotaledger/twin-engine/issues/128)) ([f866100](https://github.com/iotaledger/twin-engine/commit/f86610058c8de6a981c08b688b56b94f6e1f9fd7))
|
|
75
|
+
* wire SchemaVersionService as first component for boot-time sche… ([#144](https://github.com/iotaledger/twin-engine/issues/144)) ([29ff3fa](https://github.com/iotaledger/twin-engine/commit/29ff3fac86ee1221e0e1601a5f712fe9fd984a0a))
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Bug Fixes
|
|
79
|
+
|
|
80
|
+
* align Control Plane TransferProcess partition with Data Plane ([#102](https://github.com/iotaledger/twin-engine/issues/102)) ([b651361](https://github.com/iotaledger/twin-engine/commit/b651361ffd648bdeea10a049414b878272c9ae4d))
|
|
81
|
+
* dataspace plane dependency ([288b44f](https://github.com/iotaledger/twin-engine/commit/288b44f2540efab89d48c54628ec7d5d40e25fd8))
|
|
82
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
83
|
+
* missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
|
|
84
|
+
* use custom instance type for entity storage registration ([#90](https://github.com/iotaledger/twin-engine/issues/90)) ([2c23995](https://github.com/iotaledger/twin-engine/commit/2c239953dab4510a4cf97063ee90d048210bf4a6))
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Dependencies
|
|
88
|
+
|
|
89
|
+
* The following workspace dependencies were updated
|
|
90
|
+
* dependencies
|
|
91
|
+
* @twin.org/engine-core bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
92
|
+
* @twin.org/engine-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
93
|
+
|
|
94
|
+
## [0.0.3-next.56](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.55...engine-types-v0.0.3-next.56) (2026-06-23)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Miscellaneous Chores
|
|
98
|
+
|
|
99
|
+
* **engine-types:** Synchronize repo versions
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Dependencies
|
|
103
|
+
|
|
104
|
+
* The following workspace dependencies were updated
|
|
105
|
+
* dependencies
|
|
106
|
+
* @twin.org/engine-core bumped from 0.0.3-next.55 to 0.0.3-next.56
|
|
107
|
+
* @twin.org/engine-models bumped from 0.0.3-next.55 to 0.0.3-next.56
|
|
108
|
+
|
|
109
|
+
## [0.0.3-next.55](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.54...engine-types-v0.0.3-next.55) (2026-06-19)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
### Features
|
|
113
|
+
|
|
114
|
+
* local optimization ([#164](https://github.com/iotaledger/twin-engine/issues/164)) ([ef32db9](https://github.com/iotaledger/twin-engine/commit/ef32db9041a25b70c9d3c3aae8546e620a78f9f6))
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Dependencies
|
|
118
|
+
|
|
119
|
+
* The following workspace dependencies were updated
|
|
120
|
+
* dependencies
|
|
121
|
+
* @twin.org/engine-core bumped from 0.0.3-next.54 to 0.0.3-next.55
|
|
122
|
+
* @twin.org/engine-models bumped from 0.0.3-next.54 to 0.0.3-next.55
|
|
123
|
+
|
|
124
|
+
## [0.0.3-next.54](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.53...engine-types-v0.0.3-next.54) (2026-06-19)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Features
|
|
128
|
+
|
|
129
|
+
* wire dataspace and federated catalogue telemetry components ([#162](https://github.com/iotaledger/twin-engine/issues/162)) ([5135694](https://github.com/iotaledger/twin-engine/commit/513569408973c3c6ec277df095f0baaf87f08520))
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Dependencies
|
|
133
|
+
|
|
134
|
+
* The following workspace dependencies were updated
|
|
135
|
+
* dependencies
|
|
136
|
+
* @twin.org/engine-core bumped from 0.0.3-next.53 to 0.0.3-next.54
|
|
137
|
+
* @twin.org/engine-models bumped from 0.0.3-next.53 to 0.0.3-next.54
|
|
138
|
+
|
|
139
|
+
## [0.0.3-next.53](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.52...engine-types-v0.0.3-next.53) (2026-06-18)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Miscellaneous Chores
|
|
143
|
+
|
|
144
|
+
* **engine-types:** Synchronize repo versions
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Dependencies
|
|
148
|
+
|
|
149
|
+
* The following workspace dependencies were updated
|
|
150
|
+
* dependencies
|
|
151
|
+
* @twin.org/engine-core bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
152
|
+
* @twin.org/engine-models bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
153
|
+
|
|
154
|
+
## [0.0.3-next.52](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.51...engine-types-v0.0.3-next.52) (2026-06-16)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Features
|
|
158
|
+
|
|
159
|
+
* add identity profile information source ([e8e57ad](https://github.com/iotaledger/twin-engine/commit/e8e57ad414af50ea0464cf423dc915e83206bf3a))
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### Dependencies
|
|
163
|
+
|
|
164
|
+
* The following workspace dependencies were updated
|
|
165
|
+
* dependencies
|
|
166
|
+
* @twin.org/engine-core bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
167
|
+
* @twin.org/engine-models bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
168
|
+
|
|
169
|
+
## [0.0.3-next.51](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.50...engine-types-v0.0.3-next.51) (2026-06-15)
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
### Features
|
|
173
|
+
|
|
174
|
+
* memory entity storage prefix ([e85dd71](https://github.com/iotaledger/twin-engine/commit/e85dd7113943dea92dce46963d054e265d3b481a))
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Dependencies
|
|
178
|
+
|
|
179
|
+
* The following workspace dependencies were updated
|
|
180
|
+
* dependencies
|
|
181
|
+
* @twin.org/engine-core bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
182
|
+
* @twin.org/engine-models bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
183
|
+
|
|
184
|
+
## [0.0.3-next.50](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.49...engine-types-v0.0.3-next.50) (2026-06-11)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Features
|
|
188
|
+
|
|
189
|
+
* organization identifiers ([#152](https://github.com/iotaledger/twin-engine/issues/152)) ([d8e6d51](https://github.com/iotaledger/twin-engine/commit/d8e6d5147f402f0fe17b445efd8ae97db0c36adb))
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
### Dependencies
|
|
193
|
+
|
|
194
|
+
* The following workspace dependencies were updated
|
|
195
|
+
* dependencies
|
|
196
|
+
* @twin.org/engine-core bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
197
|
+
* @twin.org/engine-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
198
|
+
|
|
199
|
+
## [0.0.3-next.49](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.48...engine-types-v0.0.3-next.49) (2026-06-09)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Features
|
|
203
|
+
|
|
204
|
+
* schema migration ([#147](https://github.com/iotaledger/twin-engine/issues/147)) ([2026f19](https://github.com/iotaledger/twin-engine/commit/2026f195e7a8d930d20cd43c7ff8ac4d003e454d))
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### Dependencies
|
|
208
|
+
|
|
209
|
+
* The following workspace dependencies were updated
|
|
210
|
+
* dependencies
|
|
211
|
+
* @twin.org/engine-core bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
212
|
+
* @twin.org/engine-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
213
|
+
|
|
214
|
+
## [0.0.3-next.48](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.47...engine-types-v0.0.3-next.48) (2026-06-08)
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
### Features
|
|
218
|
+
|
|
219
|
+
* wire SchemaVersionService as first component for boot-time sche… ([#144](https://github.com/iotaledger/twin-engine/issues/144)) ([29ff3fa](https://github.com/iotaledger/twin-engine/commit/29ff3fac86ee1221e0e1601a5f712fe9fd984a0a))
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### Dependencies
|
|
223
|
+
|
|
224
|
+
* The following workspace dependencies were updated
|
|
225
|
+
* dependencies
|
|
226
|
+
* @twin.org/engine-core bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
227
|
+
* @twin.org/engine-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
228
|
+
|
|
229
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.46...engine-types-v0.0.3-next.47) (2026-06-08)
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Features
|
|
233
|
+
|
|
234
|
+
* update federated catalogue to trust mode ([#141](https://github.com/iotaledger/twin-engine/issues/141)) ([95a7d28](https://github.com/iotaledger/twin-engine/commit/95a7d283373a398edace9e5331fe428cccb2a9a2))
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
### Dependencies
|
|
238
|
+
|
|
239
|
+
* The following workspace dependencies were updated
|
|
240
|
+
* dependencies
|
|
241
|
+
* @twin.org/engine-core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
242
|
+
* @twin.org/engine-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
243
|
+
|
|
244
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.45...engine-types-v0.0.3-next.46) (2026-06-04)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Features
|
|
248
|
+
|
|
249
|
+
* add tenant component ([#138](https://github.com/iotaledger/twin-engine/issues/138)) ([ebbcb8f](https://github.com/iotaledger/twin-engine/commit/ebbcb8fa3fee05048ddad2891c6ada66bd29e7bd))
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
### Dependencies
|
|
253
|
+
|
|
254
|
+
* The following workspace dependencies were updated
|
|
255
|
+
* dependencies
|
|
256
|
+
* @twin.org/engine-core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
257
|
+
* @twin.org/engine-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
258
|
+
|
|
259
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.44...engine-types-v0.0.3-next.45) (2026-06-02)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Features
|
|
263
|
+
|
|
264
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
265
|
+
* add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
|
|
266
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
267
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
268
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
269
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
270
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
271
|
+
* add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
|
|
272
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
273
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
274
|
+
* add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
|
|
275
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
276
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
277
|
+
* add metrics producer type initialisers to engine ([#122](https://github.com/iotaledger/twin-engine/issues/122)) ([45f52d7](https://github.com/iotaledger/twin-engine/commit/45f52d7ad9c94bda0d2671756049bb5973b64b10))
|
|
278
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
279
|
+
* add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
|
|
280
|
+
* add pnap to dataspace connector ([#131](https://github.com/iotaledger/twin-engine/issues/131)) ([cfa0ed4](https://github.com/iotaledger/twin-engine/commit/cfa0ed4ffaab88fcbf35730961dacab9a22cb707))
|
|
281
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
282
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
283
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
284
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
285
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
286
|
+
* add telemetry to identity construction ([f7def7e](https://github.com/iotaledger/twin-engine/commit/f7def7e8ea32d340f5176a6cef665af2873eca1b))
|
|
287
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
288
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
289
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
290
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
291
|
+
* connect telemetry with ais and document management ([52ca7e1](https://github.com/iotaledger/twin-engine/commit/52ca7e1954e4cd70c2698805ebc48a77e9ed8407))
|
|
292
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
293
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
294
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
295
|
+
* inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
|
|
296
|
+
* inject vaultConnectorType into DSP/PNP/Tenant/catalogue factories ([#107](https://github.com/iotaledger/twin-engine/issues/107)) ([043abbb](https://github.com/iotaledger/twin-engine/commit/043abbb9d9d7fd7f120519cb0b44ad38b4bfcbc1))
|
|
297
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
298
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
299
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
300
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
301
|
+
* regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
|
|
302
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
303
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
304
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
305
|
+
* replace unified data space connector with control plane and data plane components ([#78](https://github.com/iotaledger/twin-engine/issues/78)) ([a6ebace](https://github.com/iotaledger/twin-engine/commit/a6ebace389dafe754a3ca0827999966b5a101a59))
|
|
306
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
307
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
308
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
309
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
310
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
311
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
312
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
313
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
314
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
315
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
316
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
317
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
318
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
319
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
320
|
+
* use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/iotaledger/twin-engine/commit/72553d2c3e3b46fec77d3049bd0271bfec69ffc6))
|
|
321
|
+
* wire DSP push-transfer mode in engine ([#121](https://github.com/iotaledger/twin-engine/issues/121)) ([3456cdb](https://github.com/iotaledger/twin-engine/commit/3456cdb34c3b721b6aba1fb49133a2d8048958aa))
|
|
322
|
+
* wire notarization connector to immutable proof service ([#128](https://github.com/iotaledger/twin-engine/issues/128)) ([f866100](https://github.com/iotaledger/twin-engine/commit/f86610058c8de6a981c08b688b56b94f6e1f9fd7))
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
### Bug Fixes
|
|
326
|
+
|
|
327
|
+
* align Control Plane TransferProcess partition with Data Plane ([#102](https://github.com/iotaledger/twin-engine/issues/102)) ([b651361](https://github.com/iotaledger/twin-engine/commit/b651361ffd648bdeea10a049414b878272c9ae4d))
|
|
328
|
+
* dataspace plane dependency ([288b44f](https://github.com/iotaledger/twin-engine/commit/288b44f2540efab89d48c54628ec7d5d40e25fd8))
|
|
329
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
330
|
+
* missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
|
|
331
|
+
* use custom instance type for entity storage registration ([#90](https://github.com/iotaledger/twin-engine/issues/90)) ([2c23995](https://github.com/iotaledger/twin-engine/commit/2c239953dab4510a4cf97063ee90d048210bf4a6))
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Dependencies
|
|
335
|
+
|
|
336
|
+
* The following workspace dependencies were updated
|
|
337
|
+
* dependencies
|
|
338
|
+
* @twin.org/engine-core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
339
|
+
* @twin.org/engine-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
340
|
+
|
|
341
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.43...engine-types-v0.0.3-next.44) (2026-06-02)
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Miscellaneous Chores
|
|
345
|
+
|
|
346
|
+
* **engine-types:** Synchronize repo versions
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### Dependencies
|
|
350
|
+
|
|
351
|
+
* The following workspace dependencies were updated
|
|
352
|
+
* dependencies
|
|
353
|
+
* @twin.org/engine-core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
354
|
+
* @twin.org/engine-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
355
|
+
|
|
356
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.42...engine-types-v0.0.3-next.43) (2026-05-29)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Features
|
|
360
|
+
|
|
361
|
+
* add pnap to dataspace connector ([#131](https://github.com/iotaledger/twin-engine/issues/131)) ([cfa0ed4](https://github.com/iotaledger/twin-engine/commit/cfa0ed4ffaab88fcbf35730961dacab9a22cb707))
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
### Dependencies
|
|
365
|
+
|
|
366
|
+
* The following workspace dependencies were updated
|
|
367
|
+
* dependencies
|
|
368
|
+
* @twin.org/engine-core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
369
|
+
* @twin.org/engine-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
370
|
+
|
|
371
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.41...engine-types-v0.0.3-next.42) (2026-05-28)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Features
|
|
375
|
+
|
|
376
|
+
* wire notarization connector to immutable proof service ([#128](https://github.com/iotaledger/twin-engine/issues/128)) ([f866100](https://github.com/iotaledger/twin-engine/commit/f86610058c8de6a981c08b688b56b94f6e1f9fd7))
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### Dependencies
|
|
380
|
+
|
|
381
|
+
* The following workspace dependencies were updated
|
|
382
|
+
* dependencies
|
|
383
|
+
* @twin.org/engine-core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
384
|
+
* @twin.org/engine-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
385
|
+
|
|
386
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.40...engine-types-v0.0.3-next.41) (2026-05-26)
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Features
|
|
390
|
+
|
|
391
|
+
* wire DSP push-transfer mode in engine ([#121](https://github.com/iotaledger/twin-engine/issues/121)) ([3456cdb](https://github.com/iotaledger/twin-engine/commit/3456cdb34c3b721b6aba1fb49133a2d8048958aa))
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Dependencies
|
|
395
|
+
|
|
396
|
+
* The following workspace dependencies were updated
|
|
397
|
+
* dependencies
|
|
398
|
+
* @twin.org/engine-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
399
|
+
* @twin.org/engine-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
400
|
+
|
|
401
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.39...engine-types-v0.0.3-next.40) (2026-05-22)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Features
|
|
405
|
+
|
|
406
|
+
* connect telemetry with ais and document management ([52ca7e1](https://github.com/iotaledger/twin-engine/commit/52ca7e1954e4cd70c2698805ebc48a77e9ed8407))
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Dependencies
|
|
410
|
+
|
|
411
|
+
* The following workspace dependencies were updated
|
|
412
|
+
* dependencies
|
|
413
|
+
* @twin.org/engine-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
414
|
+
* @twin.org/engine-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
415
|
+
|
|
416
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.38...engine-types-v0.0.3-next.39) (2026-05-21)
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Features
|
|
420
|
+
|
|
421
|
+
* add telemetry to identity construction ([f7def7e](https://github.com/iotaledger/twin-engine/commit/f7def7e8ea32d340f5176a6cef665af2873eca1b))
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Dependencies
|
|
425
|
+
|
|
426
|
+
* The following workspace dependencies were updated
|
|
427
|
+
* dependencies
|
|
428
|
+
* @twin.org/engine-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
429
|
+
* @twin.org/engine-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
430
|
+
|
|
431
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.37...engine-types-v0.0.3-next.38) (2026-05-20)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
### Features
|
|
435
|
+
|
|
436
|
+
* add metrics producer type initialisers to engine ([#122](https://github.com/iotaledger/twin-engine/issues/122)) ([45f52d7](https://github.com/iotaledger/twin-engine/commit/45f52d7ad9c94bda0d2671756049bb5973b64b10))
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
### Dependencies
|
|
440
|
+
|
|
441
|
+
* The following workspace dependencies were updated
|
|
442
|
+
* dependencies
|
|
443
|
+
* @twin.org/engine-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
444
|
+
* @twin.org/engine-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
445
|
+
|
|
446
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.36...engine-types-v0.0.3-next.37) (2026-05-12)
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Features
|
|
450
|
+
|
|
451
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Dependencies
|
|
455
|
+
|
|
456
|
+
* The following workspace dependencies were updated
|
|
457
|
+
* dependencies
|
|
458
|
+
* @twin.org/engine-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
459
|
+
* @twin.org/engine-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
460
|
+
|
|
461
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.35...engine-types-v0.0.3-next.36) (2026-05-08)
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
### Features
|
|
465
|
+
|
|
466
|
+
* inject vaultConnectorType into DSP/PNP/Tenant/catalogue factories ([#107](https://github.com/iotaledger/twin-engine/issues/107)) ([043abbb](https://github.com/iotaledger/twin-engine/commit/043abbb9d9d7fd7f120519cb0b44ad38b4bfcbc1))
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
### Dependencies
|
|
470
|
+
|
|
471
|
+
* The following workspace dependencies were updated
|
|
472
|
+
* dependencies
|
|
473
|
+
* @twin.org/engine-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
474
|
+
* @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
475
|
+
|
|
476
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.34...engine-types-v0.0.3-next.35) (2026-05-05)
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Miscellaneous Chores
|
|
480
|
+
|
|
481
|
+
* **engine-types:** Synchronize repo versions
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
### Dependencies
|
|
485
|
+
|
|
486
|
+
* The following workspace dependencies were updated
|
|
487
|
+
* dependencies
|
|
488
|
+
* @twin.org/engine-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
489
|
+
* @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
490
|
+
|
|
491
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.33...engine-types-v0.0.3-next.34) (2026-05-05)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Features
|
|
495
|
+
|
|
496
|
+
* add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Dependencies
|
|
500
|
+
|
|
501
|
+
* The following workspace dependencies were updated
|
|
502
|
+
* dependencies
|
|
503
|
+
* @twin.org/engine-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
504
|
+
* @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
505
|
+
|
|
506
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.32...engine-types-v0.0.3-next.33) (2026-05-05)
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
### Miscellaneous Chores
|
|
510
|
+
|
|
511
|
+
* **engine-types:** Synchronize repo versions
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Dependencies
|
|
515
|
+
|
|
516
|
+
* The following workspace dependencies were updated
|
|
517
|
+
* dependencies
|
|
518
|
+
* @twin.org/engine-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
519
|
+
* @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
520
|
+
|
|
521
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.31...engine-types-v0.0.3-next.32) (2026-04-24)
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
### Features
|
|
525
|
+
|
|
526
|
+
* add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
### Dependencies
|
|
530
|
+
|
|
531
|
+
* The following workspace dependencies were updated
|
|
532
|
+
* dependencies
|
|
533
|
+
* @twin.org/engine-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
534
|
+
* @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
535
|
+
|
|
536
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.30...engine-types-v0.0.3-next.31) (2026-04-22)
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
### Bug Fixes
|
|
540
|
+
|
|
541
|
+
* align Control Plane TransferProcess partition with Data Plane ([#102](https://github.com/iotaledger/twin-engine/issues/102)) ([b651361](https://github.com/iotaledger/twin-engine/commit/b651361ffd648bdeea10a049414b878272c9ae4d))
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Dependencies
|
|
545
|
+
|
|
546
|
+
* The following workspace dependencies were updated
|
|
547
|
+
* dependencies
|
|
548
|
+
* @twin.org/engine-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
549
|
+
* @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
550
|
+
|
|
551
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.29...engine-types-v0.0.3-next.30) (2026-04-16)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Features
|
|
555
|
+
|
|
556
|
+
* add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
### Dependencies
|
|
560
|
+
|
|
561
|
+
* The following workspace dependencies were updated
|
|
562
|
+
* dependencies
|
|
563
|
+
* @twin.org/engine-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
564
|
+
* @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
565
|
+
|
|
566
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.28...engine-types-v0.0.3-next.29) (2026-04-14)
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### Miscellaneous Chores
|
|
570
|
+
|
|
571
|
+
* **engine-types:** Synchronize repo versions
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
### Dependencies
|
|
575
|
+
|
|
576
|
+
* The following workspace dependencies were updated
|
|
577
|
+
* dependencies
|
|
578
|
+
* @twin.org/engine-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
579
|
+
* @twin.org/engine-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
580
|
+
|
|
581
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.27...engine-types-v0.0.3-next.28) (2026-04-10)
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
### Features
|
|
585
|
+
|
|
586
|
+
* use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/iotaledger/twin-engine/commit/72553d2c3e3b46fec77d3049bd0271bfec69ffc6))
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
### Dependencies
|
|
590
|
+
|
|
591
|
+
* The following workspace dependencies were updated
|
|
592
|
+
* dependencies
|
|
593
|
+
* @twin.org/engine-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
594
|
+
* @twin.org/engine-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
595
|
+
|
|
596
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.26...engine-types-v0.0.3-next.27) (2026-03-20)
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Features
|
|
600
|
+
|
|
601
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
### Dependencies
|
|
605
|
+
|
|
606
|
+
* The following workspace dependencies were updated
|
|
607
|
+
* dependencies
|
|
608
|
+
* @twin.org/engine-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
609
|
+
* @twin.org/engine-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
610
|
+
|
|
611
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.25...engine-types-v0.0.3-next.26) (2026-03-05)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
### Bug Fixes
|
|
615
|
+
|
|
616
|
+
* use custom instance type for entity storage registration ([#90](https://github.com/iotaledger/twin-engine/issues/90)) ([2c23995](https://github.com/iotaledger/twin-engine/commit/2c239953dab4510a4cf97063ee90d048210bf4a6))
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
### Dependencies
|
|
620
|
+
|
|
621
|
+
* The following workspace dependencies were updated
|
|
622
|
+
* dependencies
|
|
623
|
+
* @twin.org/engine-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
624
|
+
* @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
625
|
+
|
|
626
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.24...engine-types-v0.0.3-next.25) (2026-03-02)
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
### Features
|
|
630
|
+
|
|
631
|
+
* replace unified data space connector with control plane and data plane components ([#78](https://github.com/iotaledger/twin-engine/issues/78)) ([a6ebace](https://github.com/iotaledger/twin-engine/commit/a6ebace389dafe754a3ca0827999966b5a101a59))
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
### Dependencies
|
|
635
|
+
|
|
636
|
+
* The following workspace dependencies were updated
|
|
637
|
+
* dependencies
|
|
638
|
+
* @twin.org/engine-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
639
|
+
* @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
640
|
+
|
|
641
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.23...engine-types-v0.0.3-next.24) (2026-02-26)
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
### Miscellaneous Chores
|
|
645
|
+
|
|
646
|
+
* **engine-types:** Synchronize repo versions
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
### Dependencies
|
|
650
|
+
|
|
651
|
+
* The following workspace dependencies were updated
|
|
652
|
+
* dependencies
|
|
653
|
+
* @twin.org/engine-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
654
|
+
* @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
655
|
+
|
|
656
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.22...engine-types-v0.0.3-next.23) (2026-02-23)
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
### Features
|
|
660
|
+
|
|
661
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
662
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
663
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
664
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
665
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
666
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
667
|
+
* add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
|
|
668
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
669
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
670
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
671
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
672
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
673
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
674
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
675
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
676
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
677
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
678
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
679
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
680
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
681
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
682
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
683
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
684
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
685
|
+
* inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
|
|
686
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
687
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
688
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
689
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
690
|
+
* regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
|
|
691
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
692
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
693
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
694
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
695
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
696
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
697
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
698
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
699
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
700
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
701
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
702
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
703
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
704
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
705
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Bug Fixes
|
|
709
|
+
|
|
710
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
711
|
+
* missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
### Dependencies
|
|
715
|
+
|
|
716
|
+
* The following workspace dependencies were updated
|
|
717
|
+
* dependencies
|
|
718
|
+
* @twin.org/engine-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
719
|
+
* @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
720
|
+
|
|
721
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.21...engine-types-v0.0.3-next.22) (2026-02-23)
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
### Miscellaneous Chores
|
|
725
|
+
|
|
726
|
+
* **engine-types:** Synchronize repo versions
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
### Dependencies
|
|
730
|
+
|
|
731
|
+
* The following workspace dependencies were updated
|
|
732
|
+
* dependencies
|
|
733
|
+
* @twin.org/engine-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
734
|
+
* @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
735
|
+
|
|
736
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.20...engine-types-v0.0.3-next.21) (2026-02-13)
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
### Features
|
|
740
|
+
|
|
741
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
### Dependencies
|
|
745
|
+
|
|
746
|
+
* The following workspace dependencies were updated
|
|
747
|
+
* dependencies
|
|
748
|
+
* @twin.org/engine-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
749
|
+
* @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
750
|
+
|
|
751
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.19...engine-types-v0.0.3-next.20) (2026-02-06)
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
### Miscellaneous Chores
|
|
755
|
+
|
|
756
|
+
* **engine-types:** Synchronize repo versions
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
### Dependencies
|
|
760
|
+
|
|
761
|
+
* The following workspace dependencies were updated
|
|
762
|
+
* dependencies
|
|
763
|
+
* @twin.org/engine-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
764
|
+
* @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
765
|
+
|
|
766
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.18...engine-types-v0.0.3-next.19) (2026-02-05)
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
### Miscellaneous Chores
|
|
770
|
+
|
|
771
|
+
* **engine-types:** Synchronize repo versions
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
### Dependencies
|
|
775
|
+
|
|
776
|
+
* The following workspace dependencies were updated
|
|
777
|
+
* dependencies
|
|
778
|
+
* @twin.org/engine-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
779
|
+
* @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
780
|
+
|
|
781
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.17...engine-types-v0.0.3-next.18) (2026-02-04)
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
### Miscellaneous Chores
|
|
785
|
+
|
|
786
|
+
* **engine-types:** Synchronize repo versions
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
### Dependencies
|
|
790
|
+
|
|
791
|
+
* The following workspace dependencies were updated
|
|
792
|
+
* dependencies
|
|
793
|
+
* @twin.org/engine-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
794
|
+
* @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
795
|
+
|
|
796
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.16...engine-types-v0.0.3-next.17) (2026-02-02)
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
### Features
|
|
800
|
+
|
|
801
|
+
* update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
### Dependencies
|
|
805
|
+
|
|
806
|
+
* The following workspace dependencies were updated
|
|
807
|
+
* dependencies
|
|
808
|
+
* @twin.org/engine-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
809
|
+
* @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
810
|
+
|
|
811
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.15...engine-types-v0.0.3-next.16) (2026-01-28)
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
### Features
|
|
815
|
+
|
|
816
|
+
* remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
### Dependencies
|
|
820
|
+
|
|
821
|
+
* The following workspace dependencies were updated
|
|
822
|
+
* dependencies
|
|
823
|
+
* @twin.org/engine-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
824
|
+
* @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
825
|
+
|
|
826
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.14...engine-types-v0.0.3-next.15) (2026-01-26)
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
### Features
|
|
830
|
+
|
|
831
|
+
* add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
### Dependencies
|
|
835
|
+
|
|
836
|
+
* The following workspace dependencies were updated
|
|
837
|
+
* dependencies
|
|
838
|
+
* @twin.org/engine-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
839
|
+
* @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
840
|
+
|
|
841
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.13...engine-types-v0.0.3-next.14) (2026-01-19)
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
### Features
|
|
845
|
+
|
|
846
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
847
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
848
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
849
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
850
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
851
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
852
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
853
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
854
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
855
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
856
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
857
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
858
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
859
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
860
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
861
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
862
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
863
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
864
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
865
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
866
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
867
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
868
|
+
* inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
|
|
869
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
870
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
871
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
872
|
+
* regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
|
|
873
|
+
* remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
|
|
874
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
875
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
876
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
877
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
878
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
879
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
880
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
881
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
882
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
883
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
884
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
885
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
### Bug Fixes
|
|
889
|
+
|
|
890
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
891
|
+
* missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
### Dependencies
|
|
895
|
+
|
|
896
|
+
* The following workspace dependencies were updated
|
|
897
|
+
* dependencies
|
|
898
|
+
* @twin.org/engine-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
899
|
+
* @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
900
|
+
|
|
901
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.12...engine-types-v0.0.3-next.13) (2026-01-19)
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
### Features
|
|
905
|
+
|
|
906
|
+
* remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
### Dependencies
|
|
910
|
+
|
|
911
|
+
* The following workspace dependencies were updated
|
|
912
|
+
* dependencies
|
|
913
|
+
* @twin.org/engine-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
914
|
+
* @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
915
|
+
|
|
916
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.11...engine-types-v0.0.3-next.12) (2026-01-19)
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
### Features
|
|
920
|
+
|
|
921
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
### Dependencies
|
|
925
|
+
|
|
926
|
+
* The following workspace dependencies were updated
|
|
927
|
+
* dependencies
|
|
928
|
+
* @twin.org/engine-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
929
|
+
* @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
930
|
+
|
|
931
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.10...engine-types-v0.0.3-next.11) (2026-01-16)
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
### Miscellaneous Chores
|
|
935
|
+
|
|
936
|
+
* **engine-types:** Synchronize repo versions
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
### Dependencies
|
|
940
|
+
|
|
941
|
+
* The following workspace dependencies were updated
|
|
942
|
+
* dependencies
|
|
943
|
+
* @twin.org/engine-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
944
|
+
* @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
945
|
+
|
|
946
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.9...engine-types-v0.0.3-next.10) (2026-01-13)
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
### Miscellaneous Chores
|
|
950
|
+
|
|
951
|
+
* **engine-types:** Synchronize repo versions
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
### Dependencies
|
|
955
|
+
|
|
956
|
+
* The following workspace dependencies were updated
|
|
957
|
+
* dependencies
|
|
958
|
+
* @twin.org/engine-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
959
|
+
* @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
960
|
+
|
|
961
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.8...engine-types-v0.0.3-next.9) (2026-01-07)
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
### Features
|
|
965
|
+
|
|
966
|
+
* inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
### Dependencies
|
|
970
|
+
|
|
971
|
+
* The following workspace dependencies were updated
|
|
972
|
+
* dependencies
|
|
973
|
+
* @twin.org/engine-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
974
|
+
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
975
|
+
|
|
976
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.7...engine-types-v0.0.3-next.8) (2026-01-06)
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
### Features
|
|
980
|
+
|
|
981
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
9
982
|
|
|
10
983
|
|
|
11
984
|
### Dependencies
|
|
@@ -15,12 +988,12 @@
|
|
|
15
988
|
* @twin.org/engine-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
16
989
|
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
17
990
|
|
|
18
|
-
## [0.0.3-next.7](https://github.com/
|
|
991
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.6...engine-types-v0.0.3-next.7) (2025-12-04)
|
|
19
992
|
|
|
20
993
|
|
|
21
994
|
### Features
|
|
22
995
|
|
|
23
|
-
* add trust and rights management plugins ([eea0807](https://github.com/
|
|
996
|
+
* add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
|
|
24
997
|
|
|
25
998
|
|
|
26
999
|
### Dependencies
|
|
@@ -30,12 +1003,12 @@
|
|
|
30
1003
|
* @twin.org/engine-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
31
1004
|
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
32
1005
|
|
|
33
|
-
## [0.0.3-next.6](https://github.com/
|
|
1006
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.5...engine-types-v0.0.3-next.6) (2025-11-28)
|
|
34
1007
|
|
|
35
1008
|
|
|
36
1009
|
### Features
|
|
37
1010
|
|
|
38
|
-
* add fed cat filters ([a52cbf1](https://github.com/
|
|
1011
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
39
1012
|
|
|
40
1013
|
|
|
41
1014
|
### Dependencies
|
|
@@ -45,7 +1018,7 @@
|
|
|
45
1018
|
* @twin.org/engine-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
46
1019
|
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
47
1020
|
|
|
48
|
-
## [0.0.3-next.5](https://github.com/
|
|
1021
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.4...engine-types-v0.0.3-next.5) (2025-11-20)
|
|
49
1022
|
|
|
50
1023
|
|
|
51
1024
|
### Miscellaneous Chores
|
|
@@ -60,12 +1033,12 @@
|
|
|
60
1033
|
* @twin.org/engine-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
61
1034
|
* @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
62
1035
|
|
|
63
|
-
## [0.0.3-next.4](https://github.com/
|
|
1036
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.3...engine-types-v0.0.3-next.4) (2025-11-20)
|
|
64
1037
|
|
|
65
1038
|
|
|
66
1039
|
### Features
|
|
67
1040
|
|
|
68
|
-
* context id handlers repopulated after engine clone ([9712e32](https://github.com/
|
|
1041
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
69
1042
|
|
|
70
1043
|
|
|
71
1044
|
### Dependencies
|
|
@@ -75,12 +1048,12 @@
|
|
|
75
1048
|
* @twin.org/engine-core bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
76
1049
|
* @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
77
1050
|
|
|
78
|
-
## [0.0.3-next.3](https://github.com/
|
|
1051
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.2...engine-types-v0.0.3-next.3) (2025-11-14)
|
|
79
1052
|
|
|
80
1053
|
|
|
81
1054
|
### Bug Fixes
|
|
82
1055
|
|
|
83
|
-
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/
|
|
1056
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
84
1057
|
|
|
85
1058
|
|
|
86
1059
|
### Dependencies
|
|
@@ -90,17 +1063,17 @@
|
|
|
90
1063
|
* @twin.org/engine-core bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
91
1064
|
* @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
92
1065
|
|
|
93
|
-
## [0.0.3-next.2](https://github.com/
|
|
1066
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.1...engine-types-v0.0.3-next.2) (2025-11-13)
|
|
94
1067
|
|
|
95
1068
|
|
|
96
1069
|
### Features
|
|
97
1070
|
|
|
98
|
-
* close already started components on startup error ([a55a117](https://github.com/
|
|
1071
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
99
1072
|
|
|
100
1073
|
|
|
101
1074
|
### Bug Fixes
|
|
102
1075
|
|
|
103
|
-
* missing dependency ([e8147fb](https://github.com/
|
|
1076
|
+
* missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
|
|
104
1077
|
|
|
105
1078
|
|
|
106
1079
|
### Dependencies
|
|
@@ -110,42 +1083,42 @@
|
|
|
110
1083
|
* @twin.org/engine-core bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
111
1084
|
* @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
112
1085
|
|
|
113
|
-
## [0.0.3-next.1](https://github.com/
|
|
1086
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.0...engine-types-v0.0.3-next.1) (2025-11-13)
|
|
114
1087
|
|
|
115
1088
|
|
|
116
1089
|
### Features
|
|
117
1090
|
|
|
118
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
119
|
-
* add context id features ([#51](https://github.com/
|
|
120
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
121
|
-
* add data space connector ([a824d99](https://github.com/
|
|
122
|
-
* add engine type helper for config lookups ([a20a398](https://github.com/
|
|
123
|
-
* add engine type helper for config lookups ([7d5eeef](https://github.com/
|
|
124
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
125
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
126
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
127
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
128
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
129
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
130
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
131
|
-
* add task scheduler ([0951107](https://github.com/
|
|
132
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
133
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
134
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
135
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
136
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
137
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
138
|
-
* regular dependencies ([c95095f](https://github.com/
|
|
139
|
-
* simplify config building ([732c871](https://github.com/
|
|
140
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
141
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
142
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
143
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
144
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
145
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
146
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
147
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
148
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1091
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
1092
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
1093
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
1094
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
1095
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
1096
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
1097
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1098
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
1099
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1100
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
1101
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
1102
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
1103
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
1104
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1105
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
1106
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
1107
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
1108
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1109
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
1110
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
1111
|
+
* regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
|
|
1112
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
1113
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
1114
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
1115
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1116
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
1117
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
1118
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
1119
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
1120
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
1121
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
149
1122
|
|
|
150
1123
|
|
|
151
1124
|
### Dependencies
|
|
@@ -155,7 +1128,7 @@
|
|
|
155
1128
|
* @twin.org/engine-core bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
156
1129
|
* @twin.org/engine-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
157
1130
|
|
|
158
|
-
## [0.0.2-next.26](https://github.com/
|
|
1131
|
+
## [0.0.2-next.26](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.25...engine-types-v0.0.2-next.26) (2025-10-09)
|
|
159
1132
|
|
|
160
1133
|
|
|
161
1134
|
### Miscellaneous Chores
|
|
@@ -170,12 +1143,12 @@
|
|
|
170
1143
|
* @twin.org/engine-core bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
171
1144
|
* @twin.org/engine-models bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
172
1145
|
|
|
173
|
-
## [0.0.2-next.25](https://github.com/
|
|
1146
|
+
## [0.0.2-next.25](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.24...engine-types-v0.0.2-next.25) (2025-10-09)
|
|
174
1147
|
|
|
175
1148
|
|
|
176
1149
|
### Features
|
|
177
1150
|
|
|
178
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
1151
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
179
1152
|
|
|
180
1153
|
|
|
181
1154
|
### Dependencies
|
|
@@ -185,7 +1158,7 @@
|
|
|
185
1158
|
* @twin.org/engine-core bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
186
1159
|
* @twin.org/engine-models bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
187
1160
|
|
|
188
|
-
## [0.0.2-next.24](https://github.com/
|
|
1161
|
+
## [0.0.2-next.24](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.23...engine-types-v0.0.2-next.24) (2025-10-08)
|
|
189
1162
|
|
|
190
1163
|
|
|
191
1164
|
### Miscellaneous Chores
|
|
@@ -200,12 +1173,12 @@
|
|
|
200
1173
|
* @twin.org/engine-core bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
201
1174
|
* @twin.org/engine-models bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
202
1175
|
|
|
203
|
-
## [0.0.2-next.23](https://github.com/
|
|
1176
|
+
## [0.0.2-next.23](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.22...engine-types-v0.0.2-next.23) (2025-10-07)
|
|
204
1177
|
|
|
205
1178
|
|
|
206
1179
|
### Features
|
|
207
1180
|
|
|
208
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
1181
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
209
1182
|
|
|
210
1183
|
|
|
211
1184
|
### Dependencies
|
|
@@ -215,12 +1188,12 @@
|
|
|
215
1188
|
* @twin.org/engine-core bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
216
1189
|
* @twin.org/engine-models bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
217
1190
|
|
|
218
|
-
## [0.0.2-next.22](https://github.com/
|
|
1191
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.21...engine-types-v0.0.2-next.22) (2025-10-07)
|
|
219
1192
|
|
|
220
1193
|
|
|
221
1194
|
### Features
|
|
222
1195
|
|
|
223
|
-
* regular dependencies ([c95095f](https://github.com/
|
|
1196
|
+
* regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
|
|
224
1197
|
|
|
225
1198
|
|
|
226
1199
|
### Dependencies
|
|
@@ -230,12 +1203,12 @@
|
|
|
230
1203
|
* @twin.org/engine-core bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
231
1204
|
* @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
232
1205
|
|
|
233
|
-
## [0.0.2-next.21](https://github.com/
|
|
1206
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.20...engine-types-v0.0.2-next.21) (2025-10-07)
|
|
234
1207
|
|
|
235
1208
|
|
|
236
1209
|
### Features
|
|
237
1210
|
|
|
238
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
1211
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
239
1212
|
|
|
240
1213
|
|
|
241
1214
|
### Dependencies
|
|
@@ -245,12 +1218,12 @@
|
|
|
245
1218
|
* @twin.org/engine-core bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
246
1219
|
* @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
247
1220
|
|
|
248
|
-
## [0.0.2-next.20](https://github.com/
|
|
1221
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.19...engine-types-v0.0.2-next.20) (2025-10-06)
|
|
249
1222
|
|
|
250
1223
|
|
|
251
1224
|
### Features
|
|
252
1225
|
|
|
253
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
1226
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
254
1227
|
|
|
255
1228
|
|
|
256
1229
|
### Dependencies
|
|
@@ -260,12 +1233,12 @@
|
|
|
260
1233
|
* @twin.org/engine-core bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
261
1234
|
* @twin.org/engine-models bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
262
1235
|
|
|
263
|
-
## [0.0.2-next.19](https://github.com/
|
|
1236
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.18...engine-types-v0.0.2-next.19) (2025-10-02)
|
|
264
1237
|
|
|
265
1238
|
|
|
266
1239
|
### Features
|
|
267
1240
|
|
|
268
|
-
* simplify config building ([732c871](https://github.com/
|
|
1241
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
269
1242
|
|
|
270
1243
|
|
|
271
1244
|
### Dependencies
|
|
@@ -275,12 +1248,12 @@
|
|
|
275
1248
|
* @twin.org/engine-core bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
276
1249
|
* @twin.org/engine-models bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
277
1250
|
|
|
278
|
-
## [0.0.2-next.18](https://github.com/
|
|
1251
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.17...engine-types-v0.0.2-next.18) (2025-09-29)
|
|
279
1252
|
|
|
280
1253
|
|
|
281
1254
|
### Features
|
|
282
1255
|
|
|
283
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
1256
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
284
1257
|
|
|
285
1258
|
|
|
286
1259
|
### Dependencies
|
|
@@ -290,12 +1263,12 @@
|
|
|
290
1263
|
* @twin.org/engine-core bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
291
1264
|
* @twin.org/engine-models bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
292
1265
|
|
|
293
|
-
## [0.0.2-next.17](https://github.com/
|
|
1266
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.16...engine-types-v0.0.2-next.17) (2025-09-26)
|
|
294
1267
|
|
|
295
1268
|
|
|
296
1269
|
### Features
|
|
297
1270
|
|
|
298
|
-
* add engine type helper for config lookups ([a20a398](https://github.com/
|
|
1271
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
299
1272
|
|
|
300
1273
|
|
|
301
1274
|
### Dependencies
|
|
@@ -305,12 +1278,12 @@
|
|
|
305
1278
|
* @twin.org/engine-core bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
306
1279
|
* @twin.org/engine-models bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
307
1280
|
|
|
308
|
-
## [0.0.2-next.16](https://github.com/
|
|
1281
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.15...engine-types-v0.0.2-next.16) (2025-09-25)
|
|
309
1282
|
|
|
310
1283
|
|
|
311
1284
|
### Features
|
|
312
1285
|
|
|
313
|
-
* add engine type helper for config lookups ([7d5eeef](https://github.com/
|
|
1286
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
314
1287
|
|
|
315
1288
|
|
|
316
1289
|
### Dependencies
|
|
@@ -320,12 +1293,12 @@
|
|
|
320
1293
|
* @twin.org/engine-core bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
321
1294
|
* @twin.org/engine-models bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
322
1295
|
|
|
323
|
-
## [0.0.2-next.15](https://github.com/
|
|
1296
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.14...engine-types-v0.0.2-next.15) (2025-09-24)
|
|
324
1297
|
|
|
325
1298
|
|
|
326
1299
|
### Features
|
|
327
1300
|
|
|
328
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
1301
|
+
* update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
|
|
329
1302
|
|
|
330
1303
|
|
|
331
1304
|
### Dependencies
|
|
@@ -335,12 +1308,12 @@
|
|
|
335
1308
|
* @twin.org/engine-core bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
336
1309
|
* @twin.org/engine-models bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
337
1310
|
|
|
338
|
-
## [0.0.2-next.14](https://github.com/
|
|
1311
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.13...engine-types-v0.0.2-next.14) (2025-09-19)
|
|
339
1312
|
|
|
340
1313
|
|
|
341
1314
|
### Features
|
|
342
1315
|
|
|
343
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
1316
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
344
1317
|
|
|
345
1318
|
|
|
346
1319
|
### Dependencies
|
|
@@ -350,12 +1323,12 @@
|
|
|
350
1323
|
* @twin.org/engine-core bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
351
1324
|
* @twin.org/engine-models bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
352
1325
|
|
|
353
|
-
## [0.0.2-next.13](https://github.com/
|
|
1326
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.12...engine-types-v0.0.2-next.13) (2025-09-08)
|
|
354
1327
|
|
|
355
1328
|
|
|
356
1329
|
### Features
|
|
357
1330
|
|
|
358
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
1331
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
359
1332
|
|
|
360
1333
|
|
|
361
1334
|
### Dependencies
|
|
@@ -365,12 +1338,12 @@
|
|
|
365
1338
|
* @twin.org/engine-core bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
366
1339
|
* @twin.org/engine-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
367
1340
|
|
|
368
|
-
## [0.0.2-next.12](https://github.com/
|
|
1341
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.11...engine-types-v0.0.2-next.12) (2025-09-05)
|
|
369
1342
|
|
|
370
1343
|
|
|
371
1344
|
### Features
|
|
372
1345
|
|
|
373
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
1346
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
374
1347
|
|
|
375
1348
|
|
|
376
1349
|
### Dependencies
|
|
@@ -380,12 +1353,12 @@
|
|
|
380
1353
|
* @twin.org/engine-core bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
381
1354
|
* @twin.org/engine-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
382
1355
|
|
|
383
|
-
## [0.0.2-next.11](https://github.com/
|
|
1356
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.10...engine-types-v0.0.2-next.11) (2025-08-29)
|
|
384
1357
|
|
|
385
1358
|
|
|
386
1359
|
### Features
|
|
387
1360
|
|
|
388
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
1361
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
389
1362
|
|
|
390
1363
|
|
|
391
1364
|
### Dependencies
|
|
@@ -394,12 +1367,12 @@
|
|
|
394
1367
|
* dependencies
|
|
395
1368
|
* @twin.org/engine-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
396
1369
|
|
|
397
|
-
## [0.0.2-next.10](https://github.com/
|
|
1370
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.9...engine-types-v0.0.2-next.10) (2025-08-26)
|
|
398
1371
|
|
|
399
1372
|
|
|
400
1373
|
### Features
|
|
401
1374
|
|
|
402
|
-
* add data space connector ([a824d99](https://github.com/
|
|
1375
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
403
1376
|
|
|
404
1377
|
|
|
405
1378
|
### Dependencies
|
|
@@ -408,7 +1381,7 @@
|
|
|
408
1381
|
* dependencies
|
|
409
1382
|
* @twin.org/engine-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
410
1383
|
|
|
411
|
-
## [0.0.2-next.9](https://github.com/
|
|
1384
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.8...engine-types-v0.0.2-next.9) (2025-08-25)
|
|
412
1385
|
|
|
413
1386
|
|
|
414
1387
|
### Miscellaneous Chores
|
|
@@ -422,12 +1395,12 @@
|
|
|
422
1395
|
* dependencies
|
|
423
1396
|
* @twin.org/engine-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
424
1397
|
|
|
425
|
-
## [0.0.2-next.8](https://github.com/
|
|
1398
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.7...engine-types-v0.0.2-next.8) (2025-08-22)
|
|
426
1399
|
|
|
427
1400
|
|
|
428
1401
|
### Features
|
|
429
1402
|
|
|
430
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
1403
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
431
1404
|
|
|
432
1405
|
|
|
433
1406
|
### Dependencies
|
|
@@ -436,7 +1409,7 @@
|
|
|
436
1409
|
* dependencies
|
|
437
1410
|
* @twin.org/engine-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
438
1411
|
|
|
439
|
-
## [0.0.2-next.7](https://github.com/
|
|
1412
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.6...engine-types-v0.0.2-next.7) (2025-08-22)
|
|
440
1413
|
|
|
441
1414
|
|
|
442
1415
|
### Miscellaneous Chores
|
|
@@ -450,12 +1423,12 @@
|
|
|
450
1423
|
* dependencies
|
|
451
1424
|
* @twin.org/engine-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
452
1425
|
|
|
453
|
-
## [0.0.2-next.6](https://github.com/
|
|
1426
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.5...engine-types-v0.0.2-next.6) (2025-08-21)
|
|
454
1427
|
|
|
455
1428
|
|
|
456
1429
|
### Features
|
|
457
1430
|
|
|
458
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
1431
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
459
1432
|
|
|
460
1433
|
|
|
461
1434
|
### Dependencies
|
|
@@ -464,12 +1437,12 @@
|
|
|
464
1437
|
* dependencies
|
|
465
1438
|
* @twin.org/engine-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
466
1439
|
|
|
467
|
-
## [0.0.2-next.5](https://github.com/
|
|
1440
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.4...engine-types-v0.0.2-next.5) (2025-08-14)
|
|
468
1441
|
|
|
469
1442
|
|
|
470
1443
|
### Features
|
|
471
1444
|
|
|
472
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
1445
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
473
1446
|
|
|
474
1447
|
|
|
475
1448
|
### Dependencies
|
|
@@ -478,7 +1451,7 @@
|
|
|
478
1451
|
* dependencies
|
|
479
1452
|
* @twin.org/engine-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
480
1453
|
|
|
481
|
-
## [0.0.2-next.4](https://github.com/
|
|
1454
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.3...engine-types-v0.0.2-next.4) (2025-07-25)
|
|
482
1455
|
|
|
483
1456
|
|
|
484
1457
|
### Miscellaneous Chores
|
|
@@ -492,7 +1465,7 @@
|
|
|
492
1465
|
* dependencies
|
|
493
1466
|
* @twin.org/engine-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
494
1467
|
|
|
495
|
-
## [0.0.2-next.3](https://github.com/
|
|
1468
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.2...engine-types-v0.0.2-next.3) (2025-07-24)
|
|
496
1469
|
|
|
497
1470
|
|
|
498
1471
|
### Miscellaneous Chores
|
|
@@ -506,12 +1479,12 @@
|
|
|
506
1479
|
* dependencies
|
|
507
1480
|
* @twin.org/engine-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
508
1481
|
|
|
509
|
-
## [0.0.2-next.2](https://github.com/
|
|
1482
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.1...engine-types-v0.0.2-next.2) (2025-07-21)
|
|
510
1483
|
|
|
511
1484
|
|
|
512
1485
|
### Features
|
|
513
1486
|
|
|
514
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
1487
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
515
1488
|
|
|
516
1489
|
|
|
517
1490
|
### Dependencies
|
|
@@ -520,22 +1493,22 @@
|
|
|
520
1493
|
* dependencies
|
|
521
1494
|
* @twin.org/engine-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
522
1495
|
|
|
523
|
-
## [0.0.2-next.1](https://github.com/
|
|
1496
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.0...engine-types-v0.0.2-next.1) (2025-07-11)
|
|
524
1497
|
|
|
525
1498
|
|
|
526
1499
|
### Features
|
|
527
1500
|
|
|
528
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
529
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
530
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
531
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
532
|
-
* add task scheduler ([0951107](https://github.com/
|
|
533
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
534
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
535
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
536
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
537
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
538
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1501
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
1502
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
1503
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1504
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1505
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1506
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
1507
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1508
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
1509
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
1510
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1511
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
539
1512
|
|
|
540
1513
|
|
|
541
1514
|
### Dependencies
|
|
@@ -549,18 +1522,18 @@
|
|
|
549
1522
|
|
|
550
1523
|
### Features
|
|
551
1524
|
|
|
552
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
553
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
554
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
555
|
-
* add task scheduler ([0951107](https://github.com/
|
|
556
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
557
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
558
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
559
|
-
* release to production ([3a4acd1](https://github.com/
|
|
560
|
-
* release to production ([5559958](https://github.com/
|
|
561
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
562
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
563
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1525
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
1526
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1527
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1528
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1529
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
1530
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1531
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
1532
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
1533
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
1534
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
1535
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1536
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
564
1537
|
|
|
565
1538
|
|
|
566
1539
|
### Dependencies
|
|
@@ -569,7 +1542,7 @@
|
|
|
569
1542
|
* dependencies
|
|
570
1543
|
* @twin.org/engine-models bumped from 0.0.1-next.84 to 0.0.1
|
|
571
1544
|
|
|
572
|
-
## [0.0.1-next.84](https://github.com/
|
|
1545
|
+
## [0.0.1-next.84](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.83...engine-types-v0.0.1-next.84) (2025-07-11)
|
|
573
1546
|
|
|
574
1547
|
|
|
575
1548
|
### Miscellaneous Chores
|
|
@@ -583,21 +1556,21 @@
|
|
|
583
1556
|
* dependencies
|
|
584
1557
|
* @twin.org/engine-models bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
585
1558
|
|
|
586
|
-
## [0.0.1-next.83](https://github.com/
|
|
1559
|
+
## [0.0.1-next.83](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.82...engine-types-v0.0.1-next.83) (2025-07-10)
|
|
587
1560
|
|
|
588
1561
|
|
|
589
1562
|
### Features
|
|
590
1563
|
|
|
591
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
592
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
593
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
594
|
-
* add task scheduler ([0951107](https://github.com/
|
|
595
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
596
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
597
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
598
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
599
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
600
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1564
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
1565
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
1566
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1567
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
1568
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
1569
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1570
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
1571
|
+
* switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
|
|
1572
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1573
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
601
1574
|
|
|
602
1575
|
|
|
603
1576
|
### Dependencies
|
|
@@ -606,7 +1579,7 @@
|
|
|
606
1579
|
* dependencies
|
|
607
1580
|
* @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
608
1581
|
|
|
609
|
-
## [0.0.1-next.81](https://github.com/
|
|
1582
|
+
## [0.0.1-next.81](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.80...engine-types-v0.0.1-next.81) (2025-07-07)
|
|
610
1583
|
|
|
611
1584
|
|
|
612
1585
|
### Miscellaneous Chores
|
|
@@ -620,12 +1593,12 @@
|
|
|
620
1593
|
* dependencies
|
|
621
1594
|
* @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
622
1595
|
|
|
623
|
-
## [0.0.1-next.80](https://github.com/
|
|
1596
|
+
## [0.0.1-next.80](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.79...engine-types-v0.0.1-next.80) (2025-06-23)
|
|
624
1597
|
|
|
625
1598
|
|
|
626
1599
|
### Features
|
|
627
1600
|
|
|
628
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1601
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
629
1602
|
|
|
630
1603
|
|
|
631
1604
|
### Dependencies
|
|
@@ -634,7 +1607,7 @@
|
|
|
634
1607
|
* dependencies
|
|
635
1608
|
* @twin.org/engine-models bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
636
1609
|
|
|
637
|
-
## [0.0.1-next.79](https://github.com/
|
|
1610
|
+
## [0.0.1-next.79](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.78...engine-types-v0.0.1-next.79) (2025-06-18)
|
|
638
1611
|
|
|
639
1612
|
|
|
640
1613
|
### Miscellaneous Chores
|
|
@@ -648,7 +1621,7 @@
|
|
|
648
1621
|
* dependencies
|
|
649
1622
|
* @twin.org/engine-models bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
650
1623
|
|
|
651
|
-
## [0.0.1-next.78](https://github.com/
|
|
1624
|
+
## [0.0.1-next.78](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.77...engine-types-v0.0.1-next.78) (2025-06-18)
|
|
652
1625
|
|
|
653
1626
|
|
|
654
1627
|
### Miscellaneous Chores
|
|
@@ -662,7 +1635,7 @@
|
|
|
662
1635
|
* dependencies
|
|
663
1636
|
* @twin.org/engine-models bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
664
1637
|
|
|
665
|
-
## [0.0.1-next.77](https://github.com/
|
|
1638
|
+
## [0.0.1-next.77](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.76...engine-types-v0.0.1-next.77) (2025-06-18)
|
|
666
1639
|
|
|
667
1640
|
|
|
668
1641
|
### Miscellaneous Chores
|
|
@@ -676,12 +1649,12 @@
|
|
|
676
1649
|
* dependencies
|
|
677
1650
|
* @twin.org/engine-models bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
678
1651
|
|
|
679
|
-
## [0.0.1-next.76](https://github.com/
|
|
1652
|
+
## [0.0.1-next.76](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.75...engine-types-v0.0.1-next.76) (2025-06-12)
|
|
680
1653
|
|
|
681
1654
|
|
|
682
1655
|
### Features
|
|
683
1656
|
|
|
684
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1657
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
685
1658
|
|
|
686
1659
|
|
|
687
1660
|
### Dependencies
|
|
@@ -690,12 +1663,12 @@
|
|
|
690
1663
|
* dependencies
|
|
691
1664
|
* @twin.org/engine-models bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
692
1665
|
|
|
693
|
-
## [0.0.1-next.75](https://github.com/
|
|
1666
|
+
## [0.0.1-next.75](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.74...engine-types-v0.0.1-next.75) (2025-05-29)
|
|
694
1667
|
|
|
695
1668
|
|
|
696
1669
|
### Features
|
|
697
1670
|
|
|
698
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
1671
|
+
* modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
|
|
699
1672
|
|
|
700
1673
|
|
|
701
1674
|
### Dependencies
|
|
@@ -704,12 +1677,12 @@
|
|
|
704
1677
|
* dependencies
|
|
705
1678
|
* @twin.org/engine-models bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
706
1679
|
|
|
707
|
-
## [0.0.1-next.74](https://github.com/
|
|
1680
|
+
## [0.0.1-next.74](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.73...engine-types-v0.0.1-next.74) (2025-05-23)
|
|
708
1681
|
|
|
709
1682
|
|
|
710
1683
|
### Features
|
|
711
1684
|
|
|
712
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1685
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
713
1686
|
|
|
714
1687
|
|
|
715
1688
|
### Dependencies
|
|
@@ -718,7 +1691,7 @@
|
|
|
718
1691
|
* dependencies
|
|
719
1692
|
* @twin.org/engine-models bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
720
1693
|
|
|
721
|
-
## [0.0.1-next.73](https://github.com/
|
|
1694
|
+
## [0.0.1-next.73](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.72...engine-types-v0.0.1-next.73) (2025-05-22)
|
|
722
1695
|
|
|
723
1696
|
|
|
724
1697
|
### Miscellaneous Chores
|
|
@@ -732,16 +1705,16 @@
|
|
|
732
1705
|
* dependencies
|
|
733
1706
|
* @twin.org/engine-models bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
734
1707
|
|
|
735
|
-
## [0.0.1-next.72](https://github.com/
|
|
1708
|
+
## [0.0.1-next.72](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.71...engine-types-v0.0.1-next.72) (2025-05-06)
|
|
736
1709
|
|
|
737
1710
|
|
|
738
1711
|
### Features
|
|
739
1712
|
|
|
740
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
741
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
742
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
743
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
744
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1713
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
1714
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1715
|
+
* attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
|
|
1716
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
1717
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
745
1718
|
|
|
746
1719
|
|
|
747
1720
|
### Dependencies
|
|
@@ -750,12 +1723,12 @@
|
|
|
750
1723
|
* dependencies
|
|
751
1724
|
* @twin.org/engine-models bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
752
1725
|
|
|
753
|
-
## [0.0.1-next.71](https://github.com/
|
|
1726
|
+
## [0.0.1-next.71](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.70...engine-types-v0.0.1-next.71) (2025-05-06)
|
|
754
1727
|
|
|
755
1728
|
|
|
756
1729
|
### Features
|
|
757
1730
|
|
|
758
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1731
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
759
1732
|
|
|
760
1733
|
|
|
761
1734
|
### Dependencies
|
|
@@ -764,12 +1737,12 @@
|
|
|
764
1737
|
* dependencies
|
|
765
1738
|
* @twin.org/engine-models bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
766
1739
|
|
|
767
|
-
## [0.0.1-next.70](https://github.com/
|
|
1740
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.69...engine-types-v0.0.1-next.70) (2025-04-28)
|
|
768
1741
|
|
|
769
1742
|
|
|
770
1743
|
### Features
|
|
771
1744
|
|
|
772
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
1745
|
+
* add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
|
|
773
1746
|
|
|
774
1747
|
|
|
775
1748
|
### Dependencies
|
|
@@ -778,7 +1751,7 @@
|
|
|
778
1751
|
* dependencies
|
|
779
1752
|
* @twin.org/engine-models bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
780
1753
|
|
|
781
|
-
## [0.0.1-next.69](https://github.com/
|
|
1754
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.68...engine-types-v0.0.1-next.69) (2025-04-25)
|
|
782
1755
|
|
|
783
1756
|
|
|
784
1757
|
### Miscellaneous Chores
|
|
@@ -792,12 +1765,12 @@
|
|
|
792
1765
|
* dependencies
|
|
793
1766
|
* @twin.org/engine-models bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
794
1767
|
|
|
795
|
-
## [0.0.1-next.68](https://github.com/
|
|
1768
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.67...engine-types-v0.0.1-next.68) (2025-04-17)
|
|
796
1769
|
|
|
797
1770
|
|
|
798
1771
|
### Features
|
|
799
1772
|
|
|
800
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1773
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
801
1774
|
|
|
802
1775
|
|
|
803
1776
|
### Dependencies
|
|
@@ -806,12 +1779,12 @@
|
|
|
806
1779
|
* dependencies
|
|
807
1780
|
* @twin.org/engine-models bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
808
1781
|
|
|
809
|
-
## [0.0.1-next.67](https://github.com/
|
|
1782
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.66...engine-types-v0.0.1-next.67) (2025-03-28)
|
|
810
1783
|
|
|
811
1784
|
|
|
812
1785
|
### Features
|
|
813
1786
|
|
|
814
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1787
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
815
1788
|
|
|
816
1789
|
|
|
817
1790
|
### Dependencies
|