@twin.org/standards-gs1 0.0.3-next.9 → 0.9.0
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 +2 -2
- package/dist/es/dataTypes/epcisDataTypes.js +69 -0
- package/dist/es/dataTypes/epcisDataTypes.js.map +1 -0
- package/dist/es/dataTypes/gs1DataTypes.js +3 -3
- package/dist/es/dataTypes/gs1DataTypes.js.map +1 -1
- package/dist/es/entities/gs1Location.js +2 -3
- package/dist/es/entities/gs1Location.js.map +1 -1
- package/dist/es/index.js +26 -7
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisAggregationEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisAssociationEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisAttribute.js +2 -0
- package/dist/es/models/epcis20/IEpcisAttribute.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisBizTransaction.js +0 -2
- package/dist/es/models/epcis20/IEpcisBizTransaction.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisDestination.js +0 -2
- package/dist/es/models/epcis20/IEpcisDestination.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisDocument.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisErrorDeclaration.js +2 -0
- package/dist/es/models/epcis20/IEpcisErrorDeclaration.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisHeader.js +2 -0
- package/dist/es/models/epcis20/IEpcisHeader.js.map +1 -0
- package/dist/es/models/epcis20/{IEpcisSimpleLocation.js → IEpcisIlmd.js} +1 -1
- package/dist/es/models/epcis20/IEpcisIlmd.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisLocation.js +4 -0
- package/dist/es/models/epcis20/IEpcisLocation.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisObjectEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisPersistentDisposition.js +2 -0
- package/dist/es/models/epcis20/IEpcisPersistentDisposition.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQuantity.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisQuery.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisQueryDocument.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisQueryDocumentBody.js +2 -0
- package/dist/es/models/epcis20/IEpcisQueryDocumentBody.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQueryResults.js +2 -0
- package/dist/es/models/epcis20/IEpcisQueryResults.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQueryResultsBody.js +2 -0
- package/dist/es/models/epcis20/IEpcisQueryResultsBody.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisSensorElement.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisSensorMetadata.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisSensorReport.js +0 -2
- package/dist/es/models/epcis20/IEpcisSensorReport.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisSource.js +0 -2
- package/dist/es/models/epcis20/IEpcisSource.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisTransactionEvent.js +2 -0
- package/dist/es/models/epcis20/IEpcisTransactionEvent.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisTransformationEvent.js +2 -0
- package/dist/es/models/epcis20/IEpcisTransformationEvent.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisVocabulary.js +2 -0
- package/dist/es/models/epcis20/IEpcisVocabulary.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisVocabularyElement.js +2 -0
- package/dist/es/models/epcis20/IEpcisVocabularyElement.js.map +1 -0
- package/dist/es/models/epcis20/epcisActionTypes.js +7 -4
- package/dist/es/models/epcis20/epcisActionTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisBizStepTypes.js +140 -2
- package/dist/es/models/epcis20/epcisBizStepTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisBizTransactionTypes.js +75 -0
- package/dist/es/models/epcis20/epcisBizTransactionTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisComponentTypes.js +77 -0
- package/dist/es/models/epcis20/epcisComponentTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisContextType.js +2 -0
- package/dist/es/models/epcis20/epcisContextType.js.map +1 -0
- package/dist/es/models/epcis20/epcisContexts.js +27 -0
- package/dist/es/models/epcis20/epcisContexts.js.map +1 -0
- package/dist/es/models/epcis20/epcisDispositionTypes.js +112 -2
- package/dist/es/models/epcis20/epcisDispositionTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisErrorReasonTypes.js +20 -0
- package/dist/es/models/epcis20/epcisErrorReasonTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisEventTypes.js +6 -6
- package/dist/es/models/epcis20/epcisEventTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisEvents.js +2 -0
- package/dist/es/models/epcis20/epcisEvents.js.map +1 -0
- package/dist/es/models/epcis20/epcisMeasurementTypes.js +301 -0
- package/dist/es/models/epcis20/epcisMeasurementTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisSensorAlertTypes.js +19 -0
- package/dist/es/models/epcis20/epcisSensorAlertTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisSourceDestTypes.js +26 -0
- package/dist/es/models/epcis20/epcisSourceDestTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisTypes.js +37 -0
- package/dist/es/models/epcis20/epcisTypes.js.map +1 -0
- package/dist/es/models/gs1/gs1Contexts.js +8 -2
- package/dist/es/models/gs1/gs1Contexts.js.map +1 -1
- package/dist/es/schemas/EpcisAggregationEvent.json +102 -0
- package/dist/es/schemas/EpcisAssociationEvent.json +103 -0
- package/dist/es/schemas/EpcisContextType.json +30 -0
- package/dist/es/schemas/EpcisDocument.json +68 -0
- package/dist/es/schemas/EpcisObjectEvent.json +106 -0
- package/dist/es/schemas/EpcisQueryDocument.json +38 -0
- package/dist/es/schemas/EpcisTransactionEvent.json +103 -0
- package/dist/es/schemas/EpcisTransformationEvent.json +119 -0
- package/dist/es/utils/gs1Is.js +3 -2
- package/dist/es/utils/gs1Is.js.map +1 -1
- package/dist/types/dataTypes/epcisDataTypes.d.ts +13 -0
- package/dist/types/dataTypes/gs1DataTypes.d.ts +1 -1
- package/dist/types/entities/gs1Location.d.ts +2 -3
- package/dist/types/index.d.ts +26 -7
- package/dist/types/models/epcis20/IEpcisAggregationEvent.d.ts +75 -4
- package/dist/types/models/epcis20/IEpcisAssociationEvent.d.ts +74 -4
- package/dist/types/models/epcis20/IEpcisAttribute.d.ts +15 -0
- package/dist/types/models/epcis20/IEpcisBizTransaction.d.ts +11 -5
- package/dist/types/models/epcis20/IEpcisDestination.d.ts +12 -5
- package/dist/types/models/epcis20/IEpcisDocument.d.ts +33 -6
- package/dist/types/models/epcis20/IEpcisErrorDeclaration.d.ts +24 -0
- package/dist/types/models/epcis20/IEpcisEvent.d.ts +22 -21
- package/dist/types/models/epcis20/IEpcisHeader.d.ts +17 -0
- package/dist/types/models/epcis20/IEpcisIlmd.d.ts +7 -0
- package/dist/types/models/epcis20/IEpcisLocation.d.ts +11 -0
- package/dist/types/models/epcis20/IEpcisObjectEvent.d.ts +72 -12
- package/dist/types/models/epcis20/IEpcisPersistentDisposition.d.ts +16 -0
- package/dist/types/models/epcis20/IEpcisQuantity.d.ts +13 -5
- package/dist/types/models/epcis20/IEpcisQuery.d.ts +2 -1
- package/dist/types/models/epcis20/IEpcisQueryDocument.d.ts +8 -29
- package/dist/types/models/epcis20/IEpcisQueryDocumentBody.d.ts +11 -0
- package/dist/types/models/epcis20/IEpcisQueryResults.d.ts +19 -0
- package/dist/types/models/epcis20/IEpcisQueryResultsBody.d.ts +16 -0
- package/dist/types/models/epcis20/IEpcisSensorElement.d.ts +12 -8
- package/dist/types/models/epcis20/IEpcisSensorMetadata.d.ts +36 -10
- package/dist/types/models/epcis20/IEpcisSensorReport.d.ts +121 -8
- package/dist/types/models/epcis20/IEpcisSource.d.ts +11 -5
- package/dist/types/models/epcis20/IEpcisTransactionEvent.d.ts +78 -0
- package/dist/types/models/epcis20/IEpcisTransformationEvent.d.ts +96 -0
- package/dist/types/models/epcis20/IEpcisVocabulary.d.ts +15 -0
- package/dist/types/models/epcis20/IEpcisVocabularyElement.d.ts +20 -0
- package/dist/types/models/epcis20/epcisActionTypes.d.ts +9 -5
- package/dist/types/models/epcis20/epcisBizStepTypes.d.ts +144 -3
- package/dist/types/models/epcis20/epcisBizTransactionTypes.d.ts +74 -0
- package/dist/types/models/epcis20/epcisComponentTypes.d.ts +76 -0
- package/dist/types/models/epcis20/epcisContextType.d.ts +8 -0
- package/dist/types/models/epcis20/epcisContexts.d.ts +27 -0
- package/dist/types/models/epcis20/epcisDispositionTypes.d.ts +117 -3
- package/dist/types/models/epcis20/epcisErrorReasonTypes.d.ts +19 -0
- package/dist/types/models/epcis20/epcisEventTypes.d.ts +7 -7
- package/dist/types/models/epcis20/epcisEvents.d.ts +11 -0
- package/dist/types/models/epcis20/epcisMeasurementTypes.d.ts +303 -0
- package/dist/types/models/epcis20/epcisSensorAlertTypes.d.ts +19 -0
- package/dist/types/models/epcis20/epcisSourceDestTypes.d.ts +26 -0
- package/dist/types/models/epcis20/epcisTypes.d.ts +37 -0
- package/dist/types/models/gs1/gs1Contexts.d.ts +8 -2
- package/dist/types/utils/gs1Is.d.ts +3 -2
- package/docs/changelog.md +535 -60
- package/docs/examples.md +58 -1
- package/docs/reference/classes/EpcisDataTypes.md +37 -0
- package/docs/reference/classes/Gs1DataTypes.md +5 -2
- package/docs/reference/classes/Gs1Identifiers.md +1 -1
- package/docs/reference/classes/Gs1IdentifiersValidation.md +7 -7
- package/docs/reference/classes/Gs1Is.md +8 -4
- package/docs/reference/classes/Gs1Location.md +34 -32
- package/docs/reference/classes/Gs1Validation.md +1 -1
- package/docs/reference/index.md +40 -15
- package/docs/reference/interfaces/IEPCClassUri.md +3 -3
- package/docs/reference/interfaces/IEpcisAggregationEvent.md +219 -0
- package/docs/reference/interfaces/IEpcisAssociationEvent.md +218 -0
- package/docs/reference/interfaces/IEpcisAttribute.md +23 -0
- package/docs/reference/interfaces/IEpcisBizTransaction.md +27 -0
- package/docs/reference/interfaces/IEpcisDestination.md +28 -0
- package/docs/reference/interfaces/IEpcisDocument.md +60 -8
- package/docs/reference/interfaces/IEpcisErrorDeclaration.md +36 -0
- package/docs/reference/interfaces/IEpcisEvent.md +37 -33
- package/docs/reference/interfaces/IEpcisHeader.md +23 -0
- package/docs/reference/interfaces/IEpcisIlmd.md +8 -0
- package/docs/reference/interfaces/IEpcisLocation.md +16 -0
- package/docs/reference/interfaces/IEpcisObjectEvent.md +224 -0
- package/docs/reference/interfaces/IEpcisPersistentDisposition.md +24 -0
- package/docs/reference/interfaces/IEpcisQuantity.md +34 -0
- package/docs/reference/interfaces/IEpcisQuery.md +6 -2
- package/docs/reference/interfaces/IEpcisQueryDocument.md +17 -43
- package/docs/reference/interfaces/IEpcisQueryDocumentBody.md +15 -0
- package/docs/reference/interfaces/IEpcisQueryResults.md +31 -0
- package/docs/reference/interfaces/IEpcisQueryResultsBody.md +23 -0
- package/docs/reference/interfaces/IEpcisSensorElement.md +26 -0
- package/docs/reference/interfaces/IEpcisSensorMetadata.md +80 -0
- package/docs/reference/interfaces/IEpcisSensorReport.md +224 -0
- package/docs/reference/interfaces/IEpcisSource.md +27 -0
- package/docs/reference/interfaces/IEpcisTransactionEvent.md +216 -0
- package/docs/reference/interfaces/IEpcisTransformationEvent.md +245 -0
- package/docs/reference/interfaces/IEpcisVocabulary.md +23 -0
- package/docs/reference/interfaces/IEpcisVocabularyElement.md +32 -0
- package/docs/reference/type-aliases/EpcisActionTypes.md +2 -1
- package/docs/reference/type-aliases/EpcisBizStepTypes.md +4 -1
- package/docs/reference/type-aliases/EpcisBizTransactionTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisComponentTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisContextType.md +6 -0
- package/docs/reference/type-aliases/EpcisContexts.md +5 -0
- package/docs/reference/type-aliases/EpcisDispositionTypes.md +5 -1
- package/docs/reference/type-aliases/EpcisErrorReasonTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisEventTypes.md +1 -1
- package/docs/reference/type-aliases/EpcisEvents.md +6 -0
- package/docs/reference/type-aliases/EpcisMeasurementTypes.md +8 -0
- package/docs/reference/type-aliases/EpcisSensorAlertTypes.md +6 -0
- package/docs/reference/type-aliases/EpcisSourceDestTypes.md +6 -0
- package/docs/reference/variables/EpcisActionTypes.md +10 -7
- package/docs/reference/variables/EpcisBizStepTypes.md +140 -43
- package/docs/reference/variables/EpcisBizTransactionTypes.md +98 -0
- package/docs/reference/variables/EpcisComponentTypes.md +102 -0
- package/docs/reference/variables/EpcisContexts.md +33 -0
- package/docs/reference/variables/EpcisDispositionTypes.md +112 -35
- package/docs/reference/variables/EpcisErrorReasonTypes.md +21 -0
- package/docs/reference/variables/EpcisEventTypes.md +11 -11
- package/docs/reference/variables/EpcisMeasurementTypes.md +442 -0
- package/docs/reference/variables/EpcisSensorAlertTypes.md +20 -0
- package/docs/reference/variables/EpcisSourceDestTypes.md +29 -0
- package/docs/reference/variables/GS1Contexts.md +11 -3
- package/docs/reference/variables/Gs1IdTypes.md +20 -20
- package/docs/reference/variables/Gs1IdentifierTypes.md +4 -4
- package/docs/reference/variables/Gs1SubSiteAttributes.md +33 -33
- package/docs/reference/variables/Gs1SubSiteTypes.md +16 -16
- package/docs/reference/variables/Gs1Types.md +1 -1
- package/package.json +9 -9
- package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js +0 -2
- package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js.map +0 -1
- package/dist/es/models/epcis20/IEpcisEventDetails.js +0 -2
- package/dist/es/models/epcis20/IEpcisEventDetails.js.map +0 -1
- package/dist/es/models/epcis20/IEpcisSimpleLocation.js.map +0 -1
- package/dist/es/models/epcis20/epcisErrorTypes.js +0 -11
- package/dist/es/models/epcis20/epcisErrorTypes.js.map +0 -1
- package/dist/es/models/epcis20/epcisEventUnionType.js +0 -2
- package/dist/es/models/epcis20/epcisEventUnionType.js.map +0 -1
- package/dist/types/models/epcis20/IEpcisBaseAggregationEvent.d.ts +0 -19
- package/dist/types/models/epcis20/IEpcisEventDetails.d.ts +0 -35
- package/dist/types/models/epcis20/IEpcisSimpleLocation.d.ts +0 -9
- package/dist/types/models/epcis20/epcisErrorTypes.d.ts +0 -11
- package/dist/types/models/epcis20/epcisEventUnionType.d.ts +0 -7
- package/docs/reference/interfaces/IAggregationEvent.md +0 -223
- package/docs/reference/interfaces/IAssociationEvent.md +0 -223
- package/docs/reference/interfaces/IBizTransaction.md +0 -19
- package/docs/reference/interfaces/IDestination.md +0 -19
- package/docs/reference/interfaces/IEpcisEventDetails.md +0 -167
- package/docs/reference/interfaces/IObjectEvent.md +0 -211
- package/docs/reference/interfaces/IQuantity.md +0 -19
- package/docs/reference/interfaces/ISensorElement.md +0 -19
- package/docs/reference/interfaces/ISensorMetadata.md +0 -35
- package/docs/reference/interfaces/ISensorReport.md +0 -27
- package/docs/reference/interfaces/ISimpleLocation.md +0 -11
- package/docs/reference/interfaces/ISource.md +0 -19
- package/docs/reference/type-aliases/EpcisErrorTypes.md +0 -5
- package/docs/reference/type-aliases/EpcisEventUnionType.md +0 -5
- package/docs/reference/variables/EpcisErrorTypes.md +0 -15
package/docs/changelog.md
CHANGED
|
@@ -1,301 +1,776 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.9.0...standards-gs1-v0.9.0) (2026-06-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([2ae4125](https://github.com/iotaledger/twin-standards/commit/2ae4125f305d4714b50036eb8a0bd47e4100a7be))
|
|
9
|
+
* release to production ([#246](https://github.com/iotaledger/twin-standards/issues/246)) ([6e6796b](https://github.com/iotaledger/twin-standards/commit/6e6796bd76aa70a9215eeb300ff479cde79368b8))
|
|
10
|
+
|
|
11
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.9.0-next.0...standards-gs1-v0.9.0-next.1) (2026-06-23)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
|
|
17
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
18
|
+
* data types registered with full qualified names ([d64bd08](https://github.com/iotaledger/twin-standards/commit/d64bd082084172da543e9bfaffb78cdc34e6641d))
|
|
19
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
20
|
+
* improve caching ([#196](https://github.com/iotaledger/twin-standards/issues/196)) ([968e61a](https://github.com/iotaledger/twin-standards/commit/968e61a04156a22cf5ffc3ba237a42a81ec2e0c1))
|
|
21
|
+
* improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
|
|
22
|
+
* register schemas at hosted location ([#128](https://github.com/iotaledger/twin-standards/issues/128)) ([ab35298](https://github.com/iotaledger/twin-standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
|
|
23
|
+
* remove IJsonLdNodeObject base interfaces ([#172](https://github.com/iotaledger/twin-standards/issues/172)) ([8ff8d7a](https://github.com/iotaledger/twin-standards/commit/8ff8d7a2892d626879b76ba5da912469ff899954))
|
|
24
|
+
* typescript 6 update ([79bfb52](https://github.com/iotaledger/twin-standards/commit/79bfb52e3dcb24689cec7b201dde822bcee970c5))
|
|
25
|
+
* update dependencies ([e422ed3](https://github.com/iotaledger/twin-standards/commit/e422ed351fb09e2deea5ef741326c37b0802af3a))
|
|
26
|
+
* update epcis models to match spec ([#92](https://github.com/iotaledger/twin-standards/issues/92)) ([1e56f70](https://github.com/iotaledger/twin-standards/commit/1e56f70415a8612113a36ad65a6cc5abdd85e091))
|
|
27
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
28
|
+
* update registrations ([dd3c92f](https://github.com/iotaledger/twin-standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
|
|
29
|
+
* update schemas to support additional properties ([4679e21](https://github.com/iotaledger/twin-standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
|
|
30
|
+
* update schemas with new enum format ([4851603](https://github.com/iotaledger/twin-standards/commit/4851603f26910fafd7fe22b46533814dba3b041c))
|
|
31
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
32
|
+
* update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/iotaledger/twin-standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
|
|
33
|
+
* update type names ([#89](https://github.com/iotaledger/twin-standards/issues/89)) ([6fdef47](https://github.com/iotaledger/twin-standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
|
|
34
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
|
|
40
|
+
|
|
41
|
+
## [0.0.3-next.69](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.68...standards-gs1-v0.0.3-next.69) (2026-06-22)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Miscellaneous Chores
|
|
45
|
+
|
|
46
|
+
* **standards-gs1:** Synchronize repo versions
|
|
47
|
+
|
|
48
|
+
## [0.0.3-next.68](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.67...standards-gs1-v0.0.3-next.68) (2026-06-22)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Miscellaneous Chores
|
|
52
|
+
|
|
53
|
+
* **standards-gs1:** Synchronize repo versions
|
|
54
|
+
|
|
55
|
+
## [0.0.3-next.67](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.66...standards-gs1-v0.0.3-next.67) (2026-06-12)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Miscellaneous Chores
|
|
59
|
+
|
|
60
|
+
* **standards-gs1:** Synchronize repo versions
|
|
61
|
+
|
|
62
|
+
## [0.0.3-next.66](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.65...standards-gs1-v0.0.3-next.66) (2026-06-09)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Miscellaneous Chores
|
|
66
|
+
|
|
67
|
+
* **standards-gs1:** Synchronize repo versions
|
|
68
|
+
|
|
69
|
+
## [0.0.3-next.65](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.64...standards-gs1-v0.0.3-next.65) (2026-06-02)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Miscellaneous Chores
|
|
73
|
+
|
|
74
|
+
* **standards-gs1:** Synchronize repo versions
|
|
75
|
+
|
|
76
|
+
## [0.0.3-next.64](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.63...standards-gs1-v0.0.3-next.64) (2026-06-01)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Miscellaneous Chores
|
|
80
|
+
|
|
81
|
+
* **standards-gs1:** Synchronize repo versions
|
|
82
|
+
|
|
83
|
+
## [0.0.3-next.63](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.62...standards-gs1-v0.0.3-next.63) (2026-05-19)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* update dependencies ([e422ed3](https://github.com/iotaledger/twin-standards/commit/e422ed351fb09e2deea5ef741326c37b0802af3a))
|
|
89
|
+
|
|
90
|
+
## [0.0.3-next.62](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.61...standards-gs1-v0.0.3-next.62) (2026-05-18)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
### Features
|
|
94
|
+
|
|
95
|
+
* update schemas with new enum format ([4851603](https://github.com/iotaledger/twin-standards/commit/4851603f26910fafd7fe22b46533814dba3b041c))
|
|
96
|
+
|
|
97
|
+
## [0.0.3-next.61](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.60...standards-gs1-v0.0.3-next.61) (2026-05-11)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Features
|
|
101
|
+
|
|
102
|
+
* typescript 6 update ([79bfb52](https://github.com/iotaledger/twin-standards/commit/79bfb52e3dcb24689cec7b201dde822bcee970c5))
|
|
103
|
+
|
|
104
|
+
## [0.0.3-next.60](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.59...standards-gs1-v0.0.3-next.60) (2026-04-21)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Miscellaneous Chores
|
|
108
|
+
|
|
109
|
+
* **standards-gs1:** Synchronize repo versions
|
|
110
|
+
|
|
111
|
+
## [0.0.3-next.59](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.58...standards-gs1-v0.0.3-next.59) (2026-04-07)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Miscellaneous Chores
|
|
115
|
+
|
|
116
|
+
* **standards-gs1:** Synchronize repo versions
|
|
117
|
+
|
|
118
|
+
## [0.0.3-next.58](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.57...standards-gs1-v0.0.3-next.58) (2026-03-25)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
### Miscellaneous Chores
|
|
122
|
+
|
|
123
|
+
* **standards-gs1:** Synchronize repo versions
|
|
124
|
+
|
|
125
|
+
## [0.0.3-next.57](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.56...standards-gs1-v0.0.3-next.57) (2026-03-20)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Miscellaneous Chores
|
|
129
|
+
|
|
130
|
+
* **standards-gs1:** Synchronize repo versions
|
|
131
|
+
|
|
132
|
+
## [0.0.3-next.56](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.55...standards-gs1-v0.0.3-next.56) (2026-03-20)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
### Miscellaneous Chores
|
|
136
|
+
|
|
137
|
+
* **standards-gs1:** Synchronize repo versions
|
|
138
|
+
|
|
139
|
+
## [0.0.3-next.55](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.54...standards-gs1-v0.0.3-next.55) (2026-03-19)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Features
|
|
143
|
+
|
|
144
|
+
* update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/iotaledger/twin-standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
|
|
145
|
+
|
|
146
|
+
## [0.0.3-next.54](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.53...standards-gs1-v0.0.3-next.54) (2026-03-12)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Miscellaneous Chores
|
|
150
|
+
|
|
151
|
+
* **standards-gs1:** Synchronize repo versions
|
|
152
|
+
|
|
153
|
+
## [0.0.3-next.53](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.52...standards-gs1-v0.0.3-next.53) (2026-03-11)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Features
|
|
157
|
+
|
|
158
|
+
* improve caching ([#196](https://github.com/iotaledger/twin-standards/issues/196)) ([968e61a](https://github.com/iotaledger/twin-standards/commit/968e61a04156a22cf5ffc3ba237a42a81ec2e0c1))
|
|
159
|
+
|
|
160
|
+
## [0.0.3-next.52](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.51...standards-gs1-v0.0.3-next.52) (2026-03-10)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Miscellaneous Chores
|
|
164
|
+
|
|
165
|
+
* **standards-gs1:** Synchronize repo versions
|
|
166
|
+
|
|
167
|
+
## [0.0.3-next.51](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.50...standards-gs1-v0.0.3-next.51) (2026-03-10)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Miscellaneous Chores
|
|
171
|
+
|
|
172
|
+
* **standards-gs1:** Synchronize repo versions
|
|
173
|
+
|
|
174
|
+
## [0.0.3-next.50](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.49...standards-gs1-v0.0.3-next.50) (2026-03-09)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Miscellaneous Chores
|
|
178
|
+
|
|
179
|
+
* **standards-gs1:** Synchronize repo versions
|
|
180
|
+
|
|
181
|
+
## [0.0.3-next.49](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.48...standards-gs1-v0.0.3-next.49) (2026-03-06)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Miscellaneous Chores
|
|
185
|
+
|
|
186
|
+
* **standards-gs1:** Synchronize repo versions
|
|
187
|
+
|
|
188
|
+
## [0.0.3-next.48](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.47...standards-gs1-v0.0.3-next.48) (2026-03-06)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Miscellaneous Chores
|
|
192
|
+
|
|
193
|
+
* **standards-gs1:** Synchronize repo versions
|
|
194
|
+
|
|
195
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.46...standards-gs1-v0.0.3-next.47) (2026-03-06)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Miscellaneous Chores
|
|
199
|
+
|
|
200
|
+
* **standards-gs1:** Synchronize repo versions
|
|
201
|
+
|
|
202
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.45...standards-gs1-v0.0.3-next.46) (2026-03-05)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Miscellaneous Chores
|
|
206
|
+
|
|
207
|
+
* **standards-gs1:** Synchronize repo versions
|
|
208
|
+
|
|
209
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.44...standards-gs1-v0.0.3-next.45) (2026-03-04)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### Miscellaneous Chores
|
|
213
|
+
|
|
214
|
+
* **standards-gs1:** Synchronize repo versions
|
|
215
|
+
|
|
216
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.43...standards-gs1-v0.0.3-next.44) (2026-03-04)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Miscellaneous Chores
|
|
220
|
+
|
|
221
|
+
* **standards-gs1:** Synchronize repo versions
|
|
222
|
+
|
|
223
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.42...standards-gs1-v0.0.3-next.43) (2026-02-25)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Features
|
|
227
|
+
|
|
228
|
+
* update schemas to support additional properties ([4679e21](https://github.com/iotaledger/twin-standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
|
|
229
|
+
|
|
230
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.41...standards-gs1-v0.0.3-next.42) (2026-02-25)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### Features
|
|
234
|
+
|
|
235
|
+
* remove IJsonLdNodeObject base interfaces ([#172](https://github.com/iotaledger/twin-standards/issues/172)) ([8ff8d7a](https://github.com/iotaledger/twin-standards/commit/8ff8d7a2892d626879b76ba5da912469ff899954))
|
|
236
|
+
|
|
237
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.40...standards-gs1-v0.0.3-next.41) (2026-02-23)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Miscellaneous Chores
|
|
241
|
+
|
|
242
|
+
* **standards-gs1:** Synchronize repo versions
|
|
243
|
+
|
|
244
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.39...standards-gs1-v0.0.3-next.40) (2026-02-18)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Miscellaneous Chores
|
|
248
|
+
|
|
249
|
+
* **standards-gs1:** Synchronize repo versions
|
|
250
|
+
|
|
251
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.38...standards-gs1-v0.0.3-next.39) (2026-02-13)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Miscellaneous Chores
|
|
255
|
+
|
|
256
|
+
* **standards-gs1:** Synchronize repo versions
|
|
257
|
+
|
|
258
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.37...standards-gs1-v0.0.3-next.38) (2026-02-13)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Miscellaneous Chores
|
|
262
|
+
|
|
263
|
+
* **standards-gs1:** Synchronize repo versions
|
|
264
|
+
|
|
265
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.36...standards-gs1-v0.0.3-next.37) (2026-02-12)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Miscellaneous Chores
|
|
269
|
+
|
|
270
|
+
* **standards-gs1:** Synchronize repo versions
|
|
271
|
+
|
|
272
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.35...standards-gs1-v0.0.3-next.36) (2026-02-11)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Miscellaneous Chores
|
|
276
|
+
|
|
277
|
+
* **standards-gs1:** Synchronize repo versions
|
|
278
|
+
|
|
279
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.34...standards-gs1-v0.0.3-next.35) (2026-02-10)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Miscellaneous Chores
|
|
283
|
+
|
|
284
|
+
* **standards-gs1:** Synchronize repo versions
|
|
285
|
+
|
|
286
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.33...standards-gs1-v0.0.3-next.34) (2026-02-10)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Miscellaneous Chores
|
|
290
|
+
|
|
291
|
+
* **standards-gs1:** Synchronize repo versions
|
|
292
|
+
|
|
293
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.32...standards-gs1-v0.0.3-next.33) (2026-02-06)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Features
|
|
297
|
+
|
|
298
|
+
* add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
|
|
299
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
300
|
+
* data types registered with full qualified names ([d64bd08](https://github.com/iotaledger/twin-standards/commit/d64bd082084172da543e9bfaffb78cdc34e6641d))
|
|
301
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
302
|
+
* improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
|
|
303
|
+
* register schemas at hosted location ([#128](https://github.com/iotaledger/twin-standards/issues/128)) ([ab35298](https://github.com/iotaledger/twin-standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
|
|
304
|
+
* update epcis models to match spec ([#92](https://github.com/iotaledger/twin-standards/issues/92)) ([1e56f70](https://github.com/iotaledger/twin-standards/commit/1e56f70415a8612113a36ad65a6cc5abdd85e091))
|
|
305
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
306
|
+
* update registrations ([dd3c92f](https://github.com/iotaledger/twin-standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
|
|
307
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
308
|
+
* update type names ([#89](https://github.com/iotaledger/twin-standards/issues/89)) ([6fdef47](https://github.com/iotaledger/twin-standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
|
|
309
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
### Bug Fixes
|
|
313
|
+
|
|
314
|
+
* updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
|
|
315
|
+
|
|
316
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.31...standards-gs1-v0.0.3-next.32) (2026-02-06)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Miscellaneous Chores
|
|
320
|
+
|
|
321
|
+
* **standards-gs1:** Synchronize repo versions
|
|
322
|
+
|
|
323
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.30...standards-gs1-v0.0.3-next.31) (2026-02-05)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Miscellaneous Chores
|
|
327
|
+
|
|
328
|
+
* **standards-gs1:** Synchronize repo versions
|
|
329
|
+
|
|
330
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.29...standards-gs1-v0.0.3-next.30) (2026-02-04)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Miscellaneous Chores
|
|
334
|
+
|
|
335
|
+
* **standards-gs1:** Synchronize repo versions
|
|
336
|
+
|
|
337
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.28...standards-gs1-v0.0.3-next.29) (2026-02-03)
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
### Miscellaneous Chores
|
|
341
|
+
|
|
342
|
+
* **standards-gs1:** Synchronize repo versions
|
|
343
|
+
|
|
344
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.27...standards-gs1-v0.0.3-next.28) (2026-02-03)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Miscellaneous Chores
|
|
348
|
+
|
|
349
|
+
* **standards-gs1:** Synchronize repo versions
|
|
350
|
+
|
|
351
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.26...standards-gs1-v0.0.3-next.27) (2026-02-03)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Miscellaneous Chores
|
|
355
|
+
|
|
356
|
+
* **standards-gs1:** Synchronize repo versions
|
|
357
|
+
|
|
358
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.25...standards-gs1-v0.0.3-next.26) (2026-02-02)
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
### Miscellaneous Chores
|
|
362
|
+
|
|
363
|
+
* **standards-gs1:** Synchronize repo versions
|
|
364
|
+
|
|
365
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.24...standards-gs1-v0.0.3-next.25) (2026-02-02)
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
### Features
|
|
369
|
+
|
|
370
|
+
* register schemas at hosted location ([#128](https://github.com/iotaledger/twin-standards/issues/128)) ([ab35298](https://github.com/iotaledger/twin-standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
|
|
371
|
+
|
|
372
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.23...standards-gs1-v0.0.3-next.24) (2026-01-30)
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
### Miscellaneous Chores
|
|
376
|
+
|
|
377
|
+
* **standards-gs1:** Synchronize repo versions
|
|
378
|
+
|
|
379
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.22...standards-gs1-v0.0.3-next.23) (2026-01-30)
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
### Miscellaneous Chores
|
|
383
|
+
|
|
384
|
+
* **standards-gs1:** Synchronize repo versions
|
|
385
|
+
|
|
386
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.21...standards-gs1-v0.0.3-next.22) (2026-01-29)
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Miscellaneous Chores
|
|
390
|
+
|
|
391
|
+
* **standards-gs1:** Synchronize repo versions
|
|
392
|
+
|
|
393
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.20...standards-gs1-v0.0.3-next.21) (2026-01-23)
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
### Features
|
|
397
|
+
|
|
398
|
+
* update registrations ([dd3c92f](https://github.com/iotaledger/twin-standards/commit/dd3c92f52ff44679f61ff2a84b9fbc98bdc574d5))
|
|
399
|
+
|
|
400
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.19...standards-gs1-v0.0.3-next.20) (2026-01-21)
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
### Miscellaneous Chores
|
|
404
|
+
|
|
405
|
+
* **standards-gs1:** Synchronize repo versions
|
|
406
|
+
|
|
407
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.18...standards-gs1-v0.0.3-next.19) (2026-01-21)
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
### Miscellaneous Chores
|
|
411
|
+
|
|
412
|
+
* **standards-gs1:** Synchronize repo versions
|
|
413
|
+
|
|
414
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.17...standards-gs1-v0.0.3-next.18) (2026-01-21)
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Miscellaneous Chores
|
|
418
|
+
|
|
419
|
+
* **standards-gs1:** Synchronize repo versions
|
|
420
|
+
|
|
421
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.16...standards-gs1-v0.0.3-next.17) (2026-01-21)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Bug Fixes
|
|
425
|
+
|
|
426
|
+
* updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
|
|
427
|
+
|
|
428
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.15...standards-gs1-v0.0.3-next.16) (2026-01-19)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Miscellaneous Chores
|
|
432
|
+
|
|
433
|
+
* **standards-gs1:** Synchronize repo versions
|
|
434
|
+
|
|
435
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.14...standards-gs1-v0.0.3-next.15) (2026-01-16)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### Miscellaneous Chores
|
|
439
|
+
|
|
440
|
+
* **standards-gs1:** Synchronize repo versions
|
|
441
|
+
|
|
442
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.13...standards-gs1-v0.0.3-next.14) (2026-01-15)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Miscellaneous Chores
|
|
446
|
+
|
|
447
|
+
* **standards-gs1:** Synchronize repo versions
|
|
448
|
+
|
|
449
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.12...standards-gs1-v0.0.3-next.13) (2026-01-14)
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
### Miscellaneous Chores
|
|
453
|
+
|
|
454
|
+
* **standards-gs1:** Synchronize repo versions
|
|
455
|
+
|
|
456
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.11...standards-gs1-v0.0.3-next.12) (2026-01-14)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Miscellaneous Chores
|
|
460
|
+
|
|
461
|
+
* **standards-gs1:** Synchronize repo versions
|
|
462
|
+
|
|
463
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.10...standards-gs1-v0.0.3-next.11) (2026-01-14)
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
### Features
|
|
467
|
+
|
|
468
|
+
* improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
|
|
469
|
+
* update epcis models to match spec ([#92](https://github.com/iotaledger/twin-standards/issues/92)) ([1e56f70](https://github.com/iotaledger/twin-standards/commit/1e56f70415a8612113a36ad65a6cc5abdd85e091))
|
|
470
|
+
|
|
471
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.9...standards-gs1-v0.0.3-next.10) (2026-01-13)
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Miscellaneous Chores
|
|
475
|
+
|
|
476
|
+
* **standards-gs1:** Synchronize repo versions
|
|
477
|
+
|
|
478
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.8...standards-gs1-v0.0.3-next.9) (2026-01-09)
|
|
4
479
|
|
|
5
480
|
|
|
6
481
|
### Miscellaneous Chores
|
|
7
482
|
|
|
8
483
|
* **standards-gs1:** Synchronize repo versions
|
|
9
484
|
|
|
10
|
-
## [0.0.3-next.8](https://github.com/
|
|
485
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.7...standards-gs1-v0.0.3-next.8) (2026-01-08)
|
|
11
486
|
|
|
12
487
|
|
|
13
488
|
### Miscellaneous Chores
|
|
14
489
|
|
|
15
490
|
* **standards-gs1:** Synchronize repo versions
|
|
16
491
|
|
|
17
|
-
## [0.0.3-next.7](https://github.com/
|
|
492
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.6...standards-gs1-v0.0.3-next.7) (2026-01-06)
|
|
18
493
|
|
|
19
494
|
|
|
20
495
|
### Features
|
|
21
496
|
|
|
22
|
-
* update type names ([#89](https://github.com/
|
|
497
|
+
* update type names ([#89](https://github.com/iotaledger/twin-standards/issues/89)) ([6fdef47](https://github.com/iotaledger/twin-standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
|
|
23
498
|
|
|
24
|
-
## [0.0.3-next.6](https://github.com/
|
|
499
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.5...standards-gs1-v0.0.3-next.6) (2025-12-03)
|
|
25
500
|
|
|
26
501
|
|
|
27
502
|
### Miscellaneous Chores
|
|
28
503
|
|
|
29
504
|
* **standards-gs1:** Synchronize repo versions
|
|
30
505
|
|
|
31
|
-
## [0.0.3-next.5](https://github.com/
|
|
506
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.4...standards-gs1-v0.0.3-next.5) (2025-11-28)
|
|
32
507
|
|
|
33
508
|
|
|
34
509
|
### Miscellaneous Chores
|
|
35
510
|
|
|
36
511
|
* **standards-gs1:** Synchronize repo versions
|
|
37
512
|
|
|
38
|
-
## [0.0.3-next.4](https://github.com/
|
|
513
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.3...standards-gs1-v0.0.3-next.4) (2025-11-18)
|
|
39
514
|
|
|
40
515
|
|
|
41
516
|
### Miscellaneous Chores
|
|
42
517
|
|
|
43
518
|
* **standards-gs1:** Synchronize repo versions
|
|
44
519
|
|
|
45
|
-
## [0.0.3-next.3](https://github.com/
|
|
520
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.2...standards-gs1-v0.0.3-next.3) (2025-11-18)
|
|
46
521
|
|
|
47
522
|
|
|
48
523
|
### Miscellaneous Chores
|
|
49
524
|
|
|
50
525
|
* **standards-gs1:** Synchronize repo versions
|
|
51
526
|
|
|
52
|
-
## [0.0.3-next.2](https://github.com/
|
|
527
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.1...standards-gs1-v0.0.3-next.2) (2025-11-11)
|
|
53
528
|
|
|
54
529
|
|
|
55
530
|
### Miscellaneous Chores
|
|
56
531
|
|
|
57
532
|
* **standards-gs1:** Synchronize repo versions
|
|
58
533
|
|
|
59
|
-
## [0.0.3-next.1](https://github.com/
|
|
534
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.3-next.0...standards-gs1-v0.0.3-next.1) (2025-11-10)
|
|
60
535
|
|
|
61
536
|
|
|
62
537
|
### Features
|
|
63
538
|
|
|
64
|
-
* add context id features ([#64](https://github.com/
|
|
65
|
-
* add validate-locales ([838389c](https://github.com/
|
|
66
|
-
* data types registered with full qualified names ([d64bd08](https://github.com/
|
|
67
|
-
* eslint migration to flat config ([648c1a1](https://github.com/
|
|
68
|
-
* update framework core ([58c0c3d](https://github.com/
|
|
69
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
70
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
539
|
+
* add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
|
|
540
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
541
|
+
* data types registered with full qualified names ([d64bd08](https://github.com/iotaledger/twin-standards/commit/d64bd082084172da543e9bfaffb78cdc34e6641d))
|
|
542
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
543
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
544
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
545
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
71
546
|
|
|
72
|
-
## [0.0.2-next.16](https://github.com/
|
|
547
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.15...standards-gs1-v0.0.2-next.16) (2025-10-09)
|
|
73
548
|
|
|
74
549
|
|
|
75
550
|
### Miscellaneous Chores
|
|
76
551
|
|
|
77
552
|
* **standards-gs1:** Synchronize repo versions
|
|
78
553
|
|
|
79
|
-
## [0.0.2-next.15](https://github.com/
|
|
554
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.14...standards-gs1-v0.0.2-next.15) (2025-10-09)
|
|
80
555
|
|
|
81
556
|
|
|
82
557
|
### Features
|
|
83
558
|
|
|
84
|
-
* add validate-locales ([838389c](https://github.com/
|
|
559
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
85
560
|
|
|
86
|
-
## [0.0.2-next.14](https://github.com/
|
|
561
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.13...standards-gs1-v0.0.2-next.14) (2025-10-02)
|
|
87
562
|
|
|
88
563
|
|
|
89
564
|
### Miscellaneous Chores
|
|
90
565
|
|
|
91
566
|
* **standards-gs1:** Synchronize repo versions
|
|
92
567
|
|
|
93
|
-
## [0.0.2-next.13](https://github.com/
|
|
568
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.12...standards-gs1-v0.0.2-next.13) (2025-09-22)
|
|
94
569
|
|
|
95
570
|
|
|
96
571
|
### Miscellaneous Chores
|
|
97
572
|
|
|
98
573
|
* **standards-gs1:** Synchronize repo versions
|
|
99
574
|
|
|
100
|
-
## [0.0.2-next.12](https://github.com/
|
|
575
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.11...standards-gs1-v0.0.2-next.12) (2025-09-16)
|
|
101
576
|
|
|
102
577
|
|
|
103
578
|
### Miscellaneous Chores
|
|
104
579
|
|
|
105
580
|
* **standards-gs1:** Synchronize repo versions
|
|
106
581
|
|
|
107
|
-
## [0.0.2-next.11](https://github.com/
|
|
582
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.10...standards-gs1-v0.0.2-next.11) (2025-09-16)
|
|
108
583
|
|
|
109
584
|
|
|
110
585
|
### Miscellaneous Chores
|
|
111
586
|
|
|
112
587
|
* **standards-gs1:** Synchronize repo versions
|
|
113
588
|
|
|
114
|
-
## [0.0.2-next.10](https://github.com/
|
|
589
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.9...standards-gs1-v0.0.2-next.10) (2025-09-16)
|
|
115
590
|
|
|
116
591
|
|
|
117
592
|
### Miscellaneous Chores
|
|
118
593
|
|
|
119
594
|
* **standards-gs1:** Synchronize repo versions
|
|
120
595
|
|
|
121
|
-
## [0.0.2-next.9](https://github.com/
|
|
596
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.8...standards-gs1-v0.0.2-next.9) (2025-09-15)
|
|
122
597
|
|
|
123
598
|
|
|
124
599
|
### Miscellaneous Chores
|
|
125
600
|
|
|
126
601
|
* **standards-gs1:** Synchronize repo versions
|
|
127
602
|
|
|
128
|
-
## [0.0.2-next.8](https://github.com/
|
|
603
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.7...standards-gs1-v0.0.2-next.8) (2025-09-15)
|
|
129
604
|
|
|
130
605
|
|
|
131
606
|
### Miscellaneous Chores
|
|
132
607
|
|
|
133
608
|
* **standards-gs1:** Synchronize repo versions
|
|
134
609
|
|
|
135
|
-
## [0.0.2-next.7](https://github.com/
|
|
610
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.6...standards-gs1-v0.0.2-next.7) (2025-09-15)
|
|
136
611
|
|
|
137
612
|
|
|
138
613
|
### Miscellaneous Chores
|
|
139
614
|
|
|
140
615
|
* **standards-gs1:** Synchronize repo versions
|
|
141
616
|
|
|
142
|
-
## [0.0.2-next.6](https://github.com/
|
|
617
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.5...standards-gs1-v0.0.2-next.6) (2025-09-12)
|
|
143
618
|
|
|
144
619
|
|
|
145
620
|
### Miscellaneous Chores
|
|
146
621
|
|
|
147
622
|
* **standards-gs1:** Synchronize repo versions
|
|
148
623
|
|
|
149
|
-
## [0.0.2-next.5](https://github.com/
|
|
624
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.4...standards-gs1-v0.0.2-next.5) (2025-09-12)
|
|
150
625
|
|
|
151
626
|
|
|
152
627
|
### Miscellaneous Chores
|
|
153
628
|
|
|
154
629
|
* **standards-gs1:** Synchronize repo versions
|
|
155
630
|
|
|
156
|
-
## [0.0.2-next.4](https://github.com/
|
|
631
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.3...standards-gs1-v0.0.2-next.4) (2025-09-12)
|
|
157
632
|
|
|
158
633
|
|
|
159
634
|
### Miscellaneous Chores
|
|
160
635
|
|
|
161
636
|
* **standards-gs1:** Synchronize repo versions
|
|
162
637
|
|
|
163
|
-
## [0.0.2-next.3](https://github.com/
|
|
638
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.2...standards-gs1-v0.0.2-next.3) (2025-08-29)
|
|
164
639
|
|
|
165
640
|
|
|
166
641
|
### Features
|
|
167
642
|
|
|
168
|
-
* eslint migration to flat config ([648c1a1](https://github.com/
|
|
643
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
169
644
|
|
|
170
|
-
## [0.0.2-next.2](https://github.com/
|
|
645
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.1...standards-gs1-v0.0.2-next.2) (2025-08-19)
|
|
171
646
|
|
|
172
647
|
|
|
173
648
|
### Features
|
|
174
649
|
|
|
175
|
-
* update framework core ([58c0c3d](https://github.com/
|
|
650
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
176
651
|
|
|
177
|
-
## [0.0.2-next.1](https://github.com/
|
|
652
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.2-next.0...standards-gs1-v0.0.2-next.1) (2025-07-14)
|
|
178
653
|
|
|
179
654
|
|
|
180
655
|
### Features
|
|
181
656
|
|
|
182
|
-
* data types registered with full qualified names ([d64bd08](https://github.com/
|
|
183
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
184
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
657
|
+
* data types registered with full qualified names ([d64bd08](https://github.com/iotaledger/twin-standards/commit/d64bd082084172da543e9bfaffb78cdc34e6641d))
|
|
658
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
659
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
185
660
|
|
|
186
661
|
## 0.0.1 (2025-07-03)
|
|
187
662
|
|
|
188
663
|
|
|
189
664
|
### Features
|
|
190
665
|
|
|
191
|
-
* release to production ([2ae4125](https://github.com/
|
|
666
|
+
* release to production ([2ae4125](https://github.com/iotaledger/twin-standards/commit/2ae4125f305d4714b50036eb8a0bd47e4100a7be))
|
|
192
667
|
|
|
193
|
-
## [0.0.1-next.49](https://github.com/
|
|
668
|
+
## [0.0.1-next.49](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.48...standards-gs1-v0.0.1-next.49) (2025-06-18)
|
|
194
669
|
|
|
195
670
|
|
|
196
671
|
### Miscellaneous Chores
|
|
197
672
|
|
|
198
673
|
* **standards-gs1:** Synchronize repo versions
|
|
199
674
|
|
|
200
|
-
## [0.0.1-next.48](https://github.com/
|
|
675
|
+
## [0.0.1-next.48](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.47...standards-gs1-v0.0.1-next.48) (2025-06-11)
|
|
201
676
|
|
|
202
677
|
|
|
203
678
|
### Features
|
|
204
679
|
|
|
205
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
680
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
206
681
|
|
|
207
|
-
## [0.0.1-next.47](https://github.com/
|
|
682
|
+
## [0.0.1-next.47](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.46...standards-gs1-v0.0.1-next.47) (2025-06-05)
|
|
208
683
|
|
|
209
684
|
|
|
210
685
|
### Miscellaneous Chores
|
|
211
686
|
|
|
212
687
|
* **standards-gs1:** Synchronize repo versions
|
|
213
688
|
|
|
214
|
-
## [0.0.1-next.46](https://github.com/
|
|
689
|
+
## [0.0.1-next.46](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.45...standards-gs1-v0.0.1-next.46) (2025-06-03)
|
|
215
690
|
|
|
216
691
|
|
|
217
692
|
### Miscellaneous Chores
|
|
218
693
|
|
|
219
694
|
* **standards-gs1:** Synchronize repo versions
|
|
220
695
|
|
|
221
|
-
## [0.0.1-next.45](https://github.com/
|
|
696
|
+
## [0.0.1-next.45](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.44...standards-gs1-v0.0.1-next.45) (2025-06-02)
|
|
222
697
|
|
|
223
698
|
|
|
224
699
|
### Miscellaneous Chores
|
|
225
700
|
|
|
226
701
|
* **standards-gs1:** Synchronize repo versions
|
|
227
702
|
|
|
228
|
-
## [0.0.1-next.44](https://github.com/
|
|
703
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.43...standards-gs1-v0.0.1-next.44) (2025-05-28)
|
|
229
704
|
|
|
230
705
|
|
|
231
706
|
### Features
|
|
232
707
|
|
|
233
|
-
* data types registered with full qualified names ([d64bd08](https://github.com/
|
|
708
|
+
* data types registered with full qualified names ([d64bd08](https://github.com/iotaledger/twin-standards/commit/d64bd082084172da543e9bfaffb78cdc34e6641d))
|
|
234
709
|
|
|
235
|
-
## [0.0.1-next.43](https://github.com/
|
|
710
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.42...standards-gs1-v0.0.1-next.43) (2025-05-20)
|
|
236
711
|
|
|
237
712
|
|
|
238
713
|
### Miscellaneous Chores
|
|
239
714
|
|
|
240
715
|
* **standards-gs1:** Synchronize repo versions
|
|
241
716
|
|
|
242
|
-
## [0.0.1-next.42](https://github.com/
|
|
717
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.41...standards-gs1-v0.0.1-next.42) (2025-05-09)
|
|
243
718
|
|
|
244
719
|
|
|
245
720
|
### Miscellaneous Chores
|
|
246
721
|
|
|
247
722
|
* **standards-gs1:** Synchronize repo versions
|
|
248
723
|
|
|
249
|
-
## [0.0.1-next.41](https://github.com/
|
|
724
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.40...standards-gs1-v0.0.1-next.41) (2025-05-08)
|
|
250
725
|
|
|
251
726
|
|
|
252
727
|
### Miscellaneous Chores
|
|
253
728
|
|
|
254
729
|
* **standards-gs1:** Synchronize repo versions
|
|
255
730
|
|
|
256
|
-
## [0.0.1-next.40](https://github.com/
|
|
731
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.39...standards-gs1-v0.0.1-next.40) (2025-05-08)
|
|
257
732
|
|
|
258
733
|
|
|
259
734
|
### Miscellaneous Chores
|
|
260
735
|
|
|
261
736
|
* **standards-gs1:** Synchronize repo versions
|
|
262
737
|
|
|
263
|
-
## [0.0.1-next.39](https://github.com/
|
|
738
|
+
## [0.0.1-next.39](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.38...standards-gs1-v0.0.1-next.39) (2025-05-07)
|
|
264
739
|
|
|
265
740
|
|
|
266
741
|
### Miscellaneous Chores
|
|
267
742
|
|
|
268
743
|
* **standards-gs1:** Synchronize repo versions
|
|
269
744
|
|
|
270
|
-
## [0.0.1-next.38](https://github.com/
|
|
745
|
+
## [0.0.1-next.38](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.37...standards-gs1-v0.0.1-next.38) (2025-05-07)
|
|
271
746
|
|
|
272
747
|
|
|
273
748
|
### Miscellaneous Chores
|
|
274
749
|
|
|
275
750
|
* **standards-gs1:** Synchronize repo versions
|
|
276
751
|
|
|
277
|
-
## [0.0.1-next.37](https://github.com/
|
|
752
|
+
## [0.0.1-next.37](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.36...standards-gs1-v0.0.1-next.37) (2025-05-06)
|
|
278
753
|
|
|
279
754
|
|
|
280
755
|
### Miscellaneous Chores
|
|
281
756
|
|
|
282
757
|
* **standards-gs1:** Synchronize repo versions
|
|
283
758
|
|
|
284
|
-
## [0.0.1-next.36](https://github.com/
|
|
759
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.35...standards-gs1-v0.0.1-next.36) (2025-04-30)
|
|
285
760
|
|
|
286
761
|
|
|
287
762
|
### Miscellaneous Chores
|
|
288
763
|
|
|
289
764
|
* **standards-gs1:** Synchronize repo versions
|
|
290
765
|
|
|
291
|
-
## [0.0.1-next.35](https://github.com/
|
|
766
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.34...standards-gs1-v0.0.1-next.35) (2025-04-17)
|
|
292
767
|
|
|
293
768
|
|
|
294
769
|
### Features
|
|
295
770
|
|
|
296
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
771
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
297
772
|
|
|
298
|
-
## [0.0.1-next.34](https://github.com/
|
|
773
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-standards/compare/standards-gs1-v0.0.1-next.33...standards-gs1-v0.0.1-next.34) (2025-03-28)
|
|
299
774
|
|
|
300
775
|
|
|
301
776
|
### Miscellaneous Chores
|