@twin.org/standards-unece 0.0.1-next.43 → 0.0.1-next.45

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.
@@ -24065,10 +24065,12 @@ class UneceDataTypes {
24065
24065
  */
24066
24066
  static registerTypes() {
24067
24067
  dataCore.DataTypeHandlerFactory.register(`${UneceContexts.ContextRoot}${UneceTypes.Document}`, () => ({
24068
+ context: UneceContexts.ContextRoot,
24068
24069
  type: UneceTypes.Document,
24069
24070
  defaultValue: {}
24070
24071
  }));
24071
24072
  dataCore.DataTypeHandlerFactory.register(`${UneceContexts.ContextRoot}${UneceTypes.Consignment}`, () => ({
24073
+ context: UneceContexts.ContextRoot,
24072
24074
  type: UneceTypes.Consignment,
24073
24075
  defaultValue: {}
24074
24076
  }));
@@ -24063,10 +24063,12 @@ class UneceDataTypes {
24063
24063
  */
24064
24064
  static registerTypes() {
24065
24065
  DataTypeHandlerFactory.register(`${UneceContexts.ContextRoot}${UneceTypes.Document}`, () => ({
24066
+ context: UneceContexts.ContextRoot,
24066
24067
  type: UneceTypes.Document,
24067
24068
  defaultValue: {}
24068
24069
  }));
24069
24070
  DataTypeHandlerFactory.register(`${UneceContexts.ContextRoot}${UneceTypes.Consignment}`, () => ({
24071
+ context: UneceContexts.ContextRoot,
24070
24072
  type: UneceTypes.Consignment,
24071
24073
  defaultValue: {}
24072
24074
  }));
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @twin.org/standards-unece - Changelog
2
2
 
3
+ ## [0.0.1-next.45](https://github.com/twinfoundation/standards/compare/standards-unece-v0.0.1-next.44...standards-unece-v0.0.1-next.45) (2025-06-02)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-unece:** Synchronize repo versions
9
+
10
+ ## [0.0.1-next.44](https://github.com/twinfoundation/standards/compare/standards-unece-v0.0.1-next.43...standards-unece-v0.0.1-next.44) (2025-05-28)
11
+
12
+
13
+ ### Features
14
+
15
+ * data types registered with full qualified names ([d64bd08](https://github.com/twinfoundation/standards/commit/d64bd082084172da543e9bfaffb78cdc34e6641d))
16
+
3
17
  ## [0.0.1-next.43](https://github.com/twinfoundation/standards/compare/standards-unece-v0.0.1-next.42...standards-unece-v0.0.1-next.43) (2025-05-20)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-unece",
3
- "version": "0.0.1-next.43",
3
+ "version": "0.0.1-next.45",
4
4
  "description": "Models which define the structure of UN/CEFACT Standard",
5
5
  "repository": {
6
6
  "type": "git",