@twin.org/standards-unece 0.0.1-next.42 → 0.0.1-next.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +2 -0
- package/dist/esm/index.mjs +2 -0
- package/docs/changelog.md +14 -0
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -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
|
}));
|
package/dist/esm/index.mjs
CHANGED
|
@@ -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.44](https://github.com/twinfoundation/standards/compare/standards-unece-v0.0.1-next.43...standards-unece-v0.0.1-next.44) (2025-05-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* data types registered with full qualified names ([d64bd08](https://github.com/twinfoundation/standards/commit/d64bd082084172da543e9bfaffb78cdc34e6641d))
|
|
9
|
+
|
|
10
|
+
## [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)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Miscellaneous Chores
|
|
14
|
+
|
|
15
|
+
* **standards-unece:** Synchronize repo versions
|
|
16
|
+
|
|
3
17
|
## [0.0.1-next.42](https://github.com/twinfoundation/standards/compare/standards-unece-v0.0.1-next.41...standards-unece-v0.0.1-next.42) (2025-05-09)
|
|
4
18
|
|
|
5
19
|
|