@twin.org/engine-types 0.0.3-next.9 → 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 -21
- 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 +1115 -157
- 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,969 @@
|
|
|
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))
|
|
9
967
|
|
|
10
968
|
|
|
11
969
|
### Dependencies
|
|
@@ -15,12 +973,12 @@
|
|
|
15
973
|
* @twin.org/engine-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
16
974
|
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
17
975
|
|
|
18
|
-
## [0.0.3-next.8](https://github.com/
|
|
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)
|
|
19
977
|
|
|
20
978
|
|
|
21
979
|
### Features
|
|
22
980
|
|
|
23
|
-
* update dependencies ([034adac](https://github.com/
|
|
981
|
+
* update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
|
|
24
982
|
|
|
25
983
|
|
|
26
984
|
### Dependencies
|
|
@@ -30,12 +988,12 @@
|
|
|
30
988
|
* @twin.org/engine-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
31
989
|
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
32
990
|
|
|
33
|
-
## [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)
|
|
34
992
|
|
|
35
993
|
|
|
36
994
|
### Features
|
|
37
995
|
|
|
38
|
-
* 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))
|
|
39
997
|
|
|
40
998
|
|
|
41
999
|
### Dependencies
|
|
@@ -45,12 +1003,12 @@
|
|
|
45
1003
|
* @twin.org/engine-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
46
1004
|
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
47
1005
|
|
|
48
|
-
## [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)
|
|
49
1007
|
|
|
50
1008
|
|
|
51
1009
|
### Features
|
|
52
1010
|
|
|
53
|
-
* add fed cat filters ([a52cbf1](https://github.com/
|
|
1011
|
+
* add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
|
|
54
1012
|
|
|
55
1013
|
|
|
56
1014
|
### Dependencies
|
|
@@ -60,7 +1018,7 @@
|
|
|
60
1018
|
* @twin.org/engine-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
61
1019
|
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
62
1020
|
|
|
63
|
-
## [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)
|
|
64
1022
|
|
|
65
1023
|
|
|
66
1024
|
### Miscellaneous Chores
|
|
@@ -75,12 +1033,12 @@
|
|
|
75
1033
|
* @twin.org/engine-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
76
1034
|
* @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
77
1035
|
|
|
78
|
-
## [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)
|
|
79
1037
|
|
|
80
1038
|
|
|
81
1039
|
### Features
|
|
82
1040
|
|
|
83
|
-
* 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))
|
|
84
1042
|
|
|
85
1043
|
|
|
86
1044
|
### Dependencies
|
|
@@ -90,12 +1048,12 @@
|
|
|
90
1048
|
* @twin.org/engine-core bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
91
1049
|
* @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
92
1050
|
|
|
93
|
-
## [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)
|
|
94
1052
|
|
|
95
1053
|
|
|
96
1054
|
### Bug Fixes
|
|
97
1055
|
|
|
98
|
-
* 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))
|
|
99
1057
|
|
|
100
1058
|
|
|
101
1059
|
### Dependencies
|
|
@@ -105,17 +1063,17 @@
|
|
|
105
1063
|
* @twin.org/engine-core bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
106
1064
|
* @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
107
1065
|
|
|
108
|
-
## [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)
|
|
109
1067
|
|
|
110
1068
|
|
|
111
1069
|
### Features
|
|
112
1070
|
|
|
113
|
-
* 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))
|
|
114
1072
|
|
|
115
1073
|
|
|
116
1074
|
### Bug Fixes
|
|
117
1075
|
|
|
118
|
-
* missing dependency ([e8147fb](https://github.com/
|
|
1076
|
+
* missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
|
|
119
1077
|
|
|
120
1078
|
|
|
121
1079
|
### Dependencies
|
|
@@ -125,42 +1083,42 @@
|
|
|
125
1083
|
* @twin.org/engine-core bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
126
1084
|
* @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
127
1085
|
|
|
128
|
-
## [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)
|
|
129
1087
|
|
|
130
1088
|
|
|
131
1089
|
### Features
|
|
132
1090
|
|
|
133
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
134
|
-
* add context id features ([#51](https://github.com/
|
|
135
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
136
|
-
* add data space connector ([a824d99](https://github.com/
|
|
137
|
-
* add engine type helper for config lookups ([a20a398](https://github.com/
|
|
138
|
-
* add engine type helper for config lookups ([7d5eeef](https://github.com/
|
|
139
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
140
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
141
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
142
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
143
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
144
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
145
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
146
|
-
* add task scheduler ([0951107](https://github.com/
|
|
147
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
148
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
149
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
150
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
151
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
152
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
153
|
-
* regular dependencies ([c95095f](https://github.com/
|
|
154
|
-
* simplify config building ([732c871](https://github.com/
|
|
155
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
156
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
157
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
158
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
159
|
-
* update rights management and add authentication generators ([f728a1e](https://github.com/
|
|
160
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
161
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
162
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
163
|
-
* 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))
|
|
164
1122
|
|
|
165
1123
|
|
|
166
1124
|
### Dependencies
|
|
@@ -170,7 +1128,7 @@
|
|
|
170
1128
|
* @twin.org/engine-core bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
171
1129
|
* @twin.org/engine-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
172
1130
|
|
|
173
|
-
## [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)
|
|
174
1132
|
|
|
175
1133
|
|
|
176
1134
|
### Miscellaneous Chores
|
|
@@ -185,12 +1143,12 @@
|
|
|
185
1143
|
* @twin.org/engine-core bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
186
1144
|
* @twin.org/engine-models bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
187
1145
|
|
|
188
|
-
## [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)
|
|
189
1147
|
|
|
190
1148
|
|
|
191
1149
|
### Features
|
|
192
1150
|
|
|
193
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
1151
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
194
1152
|
|
|
195
1153
|
|
|
196
1154
|
### Dependencies
|
|
@@ -200,7 +1158,7 @@
|
|
|
200
1158
|
* @twin.org/engine-core bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
201
1159
|
* @twin.org/engine-models bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
202
1160
|
|
|
203
|
-
## [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)
|
|
204
1162
|
|
|
205
1163
|
|
|
206
1164
|
### Miscellaneous Chores
|
|
@@ -215,12 +1173,12 @@
|
|
|
215
1173
|
* @twin.org/engine-core bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
216
1174
|
* @twin.org/engine-models bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
217
1175
|
|
|
218
|
-
## [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)
|
|
219
1177
|
|
|
220
1178
|
|
|
221
1179
|
### Features
|
|
222
1180
|
|
|
223
|
-
* 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))
|
|
224
1182
|
|
|
225
1183
|
|
|
226
1184
|
### Dependencies
|
|
@@ -230,12 +1188,12 @@
|
|
|
230
1188
|
* @twin.org/engine-core bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
231
1189
|
* @twin.org/engine-models bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
232
1190
|
|
|
233
|
-
## [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)
|
|
234
1192
|
|
|
235
1193
|
|
|
236
1194
|
### Features
|
|
237
1195
|
|
|
238
|
-
* regular dependencies ([c95095f](https://github.com/
|
|
1196
|
+
* regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
|
|
239
1197
|
|
|
240
1198
|
|
|
241
1199
|
### Dependencies
|
|
@@ -245,12 +1203,12 @@
|
|
|
245
1203
|
* @twin.org/engine-core bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
246
1204
|
* @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
247
1205
|
|
|
248
|
-
## [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)
|
|
249
1207
|
|
|
250
1208
|
|
|
251
1209
|
### Features
|
|
252
1210
|
|
|
253
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
1211
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
254
1212
|
|
|
255
1213
|
|
|
256
1214
|
### Dependencies
|
|
@@ -260,12 +1218,12 @@
|
|
|
260
1218
|
* @twin.org/engine-core bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
261
1219
|
* @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
262
1220
|
|
|
263
|
-
## [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)
|
|
264
1222
|
|
|
265
1223
|
|
|
266
1224
|
### Features
|
|
267
1225
|
|
|
268
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
1226
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
269
1227
|
|
|
270
1228
|
|
|
271
1229
|
### Dependencies
|
|
@@ -275,12 +1233,12 @@
|
|
|
275
1233
|
* @twin.org/engine-core bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
276
1234
|
* @twin.org/engine-models bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
277
1235
|
|
|
278
|
-
## [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)
|
|
279
1237
|
|
|
280
1238
|
|
|
281
1239
|
### Features
|
|
282
1240
|
|
|
283
|
-
* simplify config building ([732c871](https://github.com/
|
|
1241
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
284
1242
|
|
|
285
1243
|
|
|
286
1244
|
### Dependencies
|
|
@@ -290,12 +1248,12 @@
|
|
|
290
1248
|
* @twin.org/engine-core bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
291
1249
|
* @twin.org/engine-models bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
292
1250
|
|
|
293
|
-
## [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)
|
|
294
1252
|
|
|
295
1253
|
|
|
296
1254
|
### Features
|
|
297
1255
|
|
|
298
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
1256
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
299
1257
|
|
|
300
1258
|
|
|
301
1259
|
### Dependencies
|
|
@@ -305,12 +1263,12 @@
|
|
|
305
1263
|
* @twin.org/engine-core bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
306
1264
|
* @twin.org/engine-models bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
307
1265
|
|
|
308
|
-
## [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)
|
|
309
1267
|
|
|
310
1268
|
|
|
311
1269
|
### Features
|
|
312
1270
|
|
|
313
|
-
* 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))
|
|
314
1272
|
|
|
315
1273
|
|
|
316
1274
|
### Dependencies
|
|
@@ -320,12 +1278,12 @@
|
|
|
320
1278
|
* @twin.org/engine-core bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
321
1279
|
* @twin.org/engine-models bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
322
1280
|
|
|
323
|
-
## [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)
|
|
324
1282
|
|
|
325
1283
|
|
|
326
1284
|
### Features
|
|
327
1285
|
|
|
328
|
-
* 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))
|
|
329
1287
|
|
|
330
1288
|
|
|
331
1289
|
### Dependencies
|
|
@@ -335,12 +1293,12 @@
|
|
|
335
1293
|
* @twin.org/engine-core bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
336
1294
|
* @twin.org/engine-models bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
337
1295
|
|
|
338
|
-
## [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)
|
|
339
1297
|
|
|
340
1298
|
|
|
341
1299
|
### Features
|
|
342
1300
|
|
|
343
|
-
* 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))
|
|
344
1302
|
|
|
345
1303
|
|
|
346
1304
|
### Dependencies
|
|
@@ -350,12 +1308,12 @@
|
|
|
350
1308
|
* @twin.org/engine-core bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
351
1309
|
* @twin.org/engine-models bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
352
1310
|
|
|
353
|
-
## [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)
|
|
354
1312
|
|
|
355
1313
|
|
|
356
1314
|
### Features
|
|
357
1315
|
|
|
358
|
-
* add latest rights management components ([2d305c8](https://github.com/
|
|
1316
|
+
* add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
|
|
359
1317
|
|
|
360
1318
|
|
|
361
1319
|
### Dependencies
|
|
@@ -365,12 +1323,12 @@
|
|
|
365
1323
|
* @twin.org/engine-core bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
366
1324
|
* @twin.org/engine-models bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
367
1325
|
|
|
368
|
-
## [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)
|
|
369
1327
|
|
|
370
1328
|
|
|
371
1329
|
### Features
|
|
372
1330
|
|
|
373
|
-
* update rights management dependencies ([14d06fb](https://github.com/
|
|
1331
|
+
* update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
|
|
374
1332
|
|
|
375
1333
|
|
|
376
1334
|
### Dependencies
|
|
@@ -380,12 +1338,12 @@
|
|
|
380
1338
|
* @twin.org/engine-core bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
381
1339
|
* @twin.org/engine-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
382
1340
|
|
|
383
|
-
## [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)
|
|
384
1342
|
|
|
385
1343
|
|
|
386
1344
|
### Features
|
|
387
1345
|
|
|
388
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
1346
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
389
1347
|
|
|
390
1348
|
|
|
391
1349
|
### Dependencies
|
|
@@ -395,12 +1353,12 @@
|
|
|
395
1353
|
* @twin.org/engine-core bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
396
1354
|
* @twin.org/engine-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
397
1355
|
|
|
398
|
-
## [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)
|
|
399
1357
|
|
|
400
1358
|
|
|
401
1359
|
### Features
|
|
402
1360
|
|
|
403
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
1361
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
404
1362
|
|
|
405
1363
|
|
|
406
1364
|
### Dependencies
|
|
@@ -409,12 +1367,12 @@
|
|
|
409
1367
|
* dependencies
|
|
410
1368
|
* @twin.org/engine-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
411
1369
|
|
|
412
|
-
## [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)
|
|
413
1371
|
|
|
414
1372
|
|
|
415
1373
|
### Features
|
|
416
1374
|
|
|
417
|
-
* add data space connector ([a824d99](https://github.com/
|
|
1375
|
+
* add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
|
|
418
1376
|
|
|
419
1377
|
|
|
420
1378
|
### Dependencies
|
|
@@ -423,7 +1381,7 @@
|
|
|
423
1381
|
* dependencies
|
|
424
1382
|
* @twin.org/engine-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
425
1383
|
|
|
426
|
-
## [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)
|
|
427
1385
|
|
|
428
1386
|
|
|
429
1387
|
### Miscellaneous Chores
|
|
@@ -437,12 +1395,12 @@
|
|
|
437
1395
|
* dependencies
|
|
438
1396
|
* @twin.org/engine-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
439
1397
|
|
|
440
|
-
## [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)
|
|
441
1399
|
|
|
442
1400
|
|
|
443
1401
|
### Features
|
|
444
1402
|
|
|
445
|
-
* add rights management modules ([e02cadc](https://github.com/
|
|
1403
|
+
* add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
|
|
446
1404
|
|
|
447
1405
|
|
|
448
1406
|
### Dependencies
|
|
@@ -451,7 +1409,7 @@
|
|
|
451
1409
|
* dependencies
|
|
452
1410
|
* @twin.org/engine-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
453
1411
|
|
|
454
|
-
## [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)
|
|
455
1413
|
|
|
456
1414
|
|
|
457
1415
|
### Miscellaneous Chores
|
|
@@ -465,12 +1423,12 @@
|
|
|
465
1423
|
* dependencies
|
|
466
1424
|
* @twin.org/engine-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
467
1425
|
|
|
468
|
-
## [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)
|
|
469
1427
|
|
|
470
1428
|
|
|
471
1429
|
### Features
|
|
472
1430
|
|
|
473
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
1431
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
474
1432
|
|
|
475
1433
|
|
|
476
1434
|
### Dependencies
|
|
@@ -479,12 +1437,12 @@
|
|
|
479
1437
|
* dependencies
|
|
480
1438
|
* @twin.org/engine-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
481
1439
|
|
|
482
|
-
## [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)
|
|
483
1441
|
|
|
484
1442
|
|
|
485
1443
|
### Features
|
|
486
1444
|
|
|
487
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
1445
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
488
1446
|
|
|
489
1447
|
|
|
490
1448
|
### Dependencies
|
|
@@ -493,7 +1451,7 @@
|
|
|
493
1451
|
* dependencies
|
|
494
1452
|
* @twin.org/engine-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
495
1453
|
|
|
496
|
-
## [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)
|
|
497
1455
|
|
|
498
1456
|
|
|
499
1457
|
### Miscellaneous Chores
|
|
@@ -507,7 +1465,7 @@
|
|
|
507
1465
|
* dependencies
|
|
508
1466
|
* @twin.org/engine-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
509
1467
|
|
|
510
|
-
## [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)
|
|
511
1469
|
|
|
512
1470
|
|
|
513
1471
|
### Miscellaneous Chores
|
|
@@ -521,12 +1479,12 @@
|
|
|
521
1479
|
* dependencies
|
|
522
1480
|
* @twin.org/engine-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
523
1481
|
|
|
524
|
-
## [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)
|
|
525
1483
|
|
|
526
1484
|
|
|
527
1485
|
### Features
|
|
528
1486
|
|
|
529
|
-
* add rest clients as components ([c6f956a](https://github.com/
|
|
1487
|
+
* add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
|
|
530
1488
|
|
|
531
1489
|
|
|
532
1490
|
### Dependencies
|
|
@@ -535,22 +1493,22 @@
|
|
|
535
1493
|
* dependencies
|
|
536
1494
|
* @twin.org/engine-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
537
1495
|
|
|
538
|
-
## [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)
|
|
539
1497
|
|
|
540
1498
|
|
|
541
1499
|
### Features
|
|
542
1500
|
|
|
543
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
544
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
545
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
546
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
547
|
-
* add task scheduler ([0951107](https://github.com/
|
|
548
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
549
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
550
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
551
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
552
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
553
|
-
* 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))
|
|
554
1512
|
|
|
555
1513
|
|
|
556
1514
|
### Dependencies
|
|
@@ -564,18 +1522,18 @@
|
|
|
564
1522
|
|
|
565
1523
|
### Features
|
|
566
1524
|
|
|
567
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
568
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
569
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
570
|
-
* add task scheduler ([0951107](https://github.com/
|
|
571
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
572
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
573
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
574
|
-
* release to production ([3a4acd1](https://github.com/
|
|
575
|
-
* release to production ([5559958](https://github.com/
|
|
576
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
577
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
578
|
-
* 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))
|
|
579
1537
|
|
|
580
1538
|
|
|
581
1539
|
### Dependencies
|
|
@@ -584,7 +1542,7 @@
|
|
|
584
1542
|
* dependencies
|
|
585
1543
|
* @twin.org/engine-models bumped from 0.0.1-next.84 to 0.0.1
|
|
586
1544
|
|
|
587
|
-
## [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)
|
|
588
1546
|
|
|
589
1547
|
|
|
590
1548
|
### Miscellaneous Chores
|
|
@@ -598,21 +1556,21 @@
|
|
|
598
1556
|
* dependencies
|
|
599
1557
|
* @twin.org/engine-models bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
600
1558
|
|
|
601
|
-
## [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)
|
|
602
1560
|
|
|
603
1561
|
|
|
604
1562
|
### Features
|
|
605
1563
|
|
|
606
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
607
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
608
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
609
|
-
* add task scheduler ([0951107](https://github.com/
|
|
610
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
611
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
612
|
-
* modifying the engine to run the new services ([#10](https://github.com/
|
|
613
|
-
* switch to devDeps ([32832ac](https://github.com/
|
|
614
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
615
|
-
* 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))
|
|
616
1574
|
|
|
617
1575
|
|
|
618
1576
|
### Dependencies
|
|
@@ -621,7 +1579,7 @@
|
|
|
621
1579
|
* dependencies
|
|
622
1580
|
* @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
623
1581
|
|
|
624
|
-
## [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)
|
|
625
1583
|
|
|
626
1584
|
|
|
627
1585
|
### Miscellaneous Chores
|
|
@@ -635,12 +1593,12 @@
|
|
|
635
1593
|
* dependencies
|
|
636
1594
|
* @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
637
1595
|
|
|
638
|
-
## [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)
|
|
639
1597
|
|
|
640
1598
|
|
|
641
1599
|
### Features
|
|
642
1600
|
|
|
643
|
-
* add task scheduler ([0951107](https://github.com/
|
|
1601
|
+
* add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
|
|
644
1602
|
|
|
645
1603
|
|
|
646
1604
|
### Dependencies
|
|
@@ -649,7 +1607,7 @@
|
|
|
649
1607
|
* dependencies
|
|
650
1608
|
* @twin.org/engine-models bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
651
1609
|
|
|
652
|
-
## [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)
|
|
653
1611
|
|
|
654
1612
|
|
|
655
1613
|
### Miscellaneous Chores
|
|
@@ -663,7 +1621,7 @@
|
|
|
663
1621
|
* dependencies
|
|
664
1622
|
* @twin.org/engine-models bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
665
1623
|
|
|
666
|
-
## [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)
|
|
667
1625
|
|
|
668
1626
|
|
|
669
1627
|
### Miscellaneous Chores
|
|
@@ -677,7 +1635,7 @@
|
|
|
677
1635
|
* dependencies
|
|
678
1636
|
* @twin.org/engine-models bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
679
1637
|
|
|
680
|
-
## [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)
|
|
681
1639
|
|
|
682
1640
|
|
|
683
1641
|
### Miscellaneous Chores
|
|
@@ -691,12 +1649,12 @@
|
|
|
691
1649
|
* dependencies
|
|
692
1650
|
* @twin.org/engine-models bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
693
1651
|
|
|
694
|
-
## [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)
|
|
695
1653
|
|
|
696
1654
|
|
|
697
1655
|
### Features
|
|
698
1656
|
|
|
699
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1657
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
700
1658
|
|
|
701
1659
|
|
|
702
1660
|
### Dependencies
|
|
@@ -705,12 +1663,12 @@
|
|
|
705
1663
|
* dependencies
|
|
706
1664
|
* @twin.org/engine-models bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
707
1665
|
|
|
708
|
-
## [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)
|
|
709
1667
|
|
|
710
1668
|
|
|
711
1669
|
### Features
|
|
712
1670
|
|
|
713
|
-
* 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))
|
|
714
1672
|
|
|
715
1673
|
|
|
716
1674
|
### Dependencies
|
|
@@ -719,12 +1677,12 @@
|
|
|
719
1677
|
* dependencies
|
|
720
1678
|
* @twin.org/engine-models bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
721
1679
|
|
|
722
|
-
## [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)
|
|
723
1681
|
|
|
724
1682
|
|
|
725
1683
|
### Features
|
|
726
1684
|
|
|
727
|
-
* add federated catalogue ([1b15dd0](https://github.com/
|
|
1685
|
+
* add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
|
|
728
1686
|
|
|
729
1687
|
|
|
730
1688
|
### Dependencies
|
|
@@ -733,7 +1691,7 @@
|
|
|
733
1691
|
* dependencies
|
|
734
1692
|
* @twin.org/engine-models bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
735
1693
|
|
|
736
|
-
## [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)
|
|
737
1695
|
|
|
738
1696
|
|
|
739
1697
|
### Miscellaneous Chores
|
|
@@ -747,16 +1705,16 @@
|
|
|
747
1705
|
* dependencies
|
|
748
1706
|
* @twin.org/engine-models bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
749
1707
|
|
|
750
|
-
## [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)
|
|
751
1709
|
|
|
752
1710
|
|
|
753
1711
|
### Features
|
|
754
1712
|
|
|
755
|
-
* add data processing component to doc management component ([2e4920f](https://github.com/
|
|
756
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
757
|
-
* attestation no longer requires wallet connector ([772caa8](https://github.com/
|
|
758
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
759
|
-
* 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))
|
|
760
1718
|
|
|
761
1719
|
|
|
762
1720
|
### Dependencies
|
|
@@ -765,12 +1723,12 @@
|
|
|
765
1723
|
* dependencies
|
|
766
1724
|
* @twin.org/engine-models bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
767
1725
|
|
|
768
|
-
## [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)
|
|
769
1727
|
|
|
770
1728
|
|
|
771
1729
|
### Features
|
|
772
1730
|
|
|
773
|
-
* iota rebased release ([474d92b](https://github.com/
|
|
1731
|
+
* iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
|
|
774
1732
|
|
|
775
1733
|
|
|
776
1734
|
### Dependencies
|
|
@@ -779,12 +1737,12 @@
|
|
|
779
1737
|
* dependencies
|
|
780
1738
|
* @twin.org/engine-models bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
781
1739
|
|
|
782
|
-
## [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)
|
|
783
1741
|
|
|
784
1742
|
|
|
785
1743
|
### Features
|
|
786
1744
|
|
|
787
|
-
* 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))
|
|
788
1746
|
|
|
789
1747
|
|
|
790
1748
|
### Dependencies
|
|
@@ -793,7 +1751,7 @@
|
|
|
793
1751
|
* dependencies
|
|
794
1752
|
* @twin.org/engine-models bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
795
1753
|
|
|
796
|
-
## [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)
|
|
797
1755
|
|
|
798
1756
|
|
|
799
1757
|
### Miscellaneous Chores
|
|
@@ -807,12 +1765,12 @@
|
|
|
807
1765
|
* dependencies
|
|
808
1766
|
* @twin.org/engine-models bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
809
1767
|
|
|
810
|
-
## [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)
|
|
811
1769
|
|
|
812
1770
|
|
|
813
1771
|
### Features
|
|
814
1772
|
|
|
815
|
-
* 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))
|
|
816
1774
|
|
|
817
1775
|
|
|
818
1776
|
### Dependencies
|
|
@@ -821,12 +1779,12 @@
|
|
|
821
1779
|
* dependencies
|
|
822
1780
|
* @twin.org/engine-models bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
823
1781
|
|
|
824
|
-
## [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)
|
|
825
1783
|
|
|
826
1784
|
|
|
827
1785
|
### Features
|
|
828
1786
|
|
|
829
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1787
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
830
1788
|
|
|
831
1789
|
|
|
832
1790
|
### Dependencies
|