@twin.org/standards-gs1 0.0.3-next.42 → 0.0.3-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/es/schemas/EpcisAggregationEvent.json +1 -2
- package/dist/es/schemas/EpcisAssociationEvent.json +1 -2
- package/dist/es/schemas/EpcisDocument.json +1 -3
- package/dist/es/schemas/EpcisObjectEvent.json +1 -2
- package/dist/es/schemas/EpcisQueryDocument.json +1 -2
- package/dist/es/schemas/EpcisTransactionEvent.json +1 -2
- package/dist/es/schemas/EpcisTransformationEvent.json +1 -2
- package/docs/changelog.md +14 -0
- package/package.json +1 -1
|
@@ -101,7 +101,6 @@
|
|
|
101
101
|
"required": [
|
|
102
102
|
"eventList"
|
|
103
103
|
],
|
|
104
|
-
"additionalProperties": false,
|
|
105
104
|
"description": "The EPCIS Body."
|
|
106
105
|
}
|
|
107
106
|
},
|
|
@@ -111,6 +110,5 @@
|
|
|
111
110
|
"schemaVersion",
|
|
112
111
|
"creationDate",
|
|
113
112
|
"epcisBody"
|
|
114
|
-
]
|
|
115
|
-
"additionalProperties": false
|
|
113
|
+
]
|
|
116
114
|
}
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/standards-gs1 - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.44](https://github.com/twinfoundation/standards/compare/standards-gs1-v0.0.3-next.43...standards-gs1-v0.0.3-next.44) (2026-03-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **standards-gs1:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
## [0.0.3-next.43](https://github.com/twinfoundation/standards/compare/standards-gs1-v0.0.3-next.42...standards-gs1-v0.0.3-next.43) (2026-02-25)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* update schemas to support additional properties ([4679e21](https://github.com/twinfoundation/standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
|
|
16
|
+
|
|
3
17
|
## [0.0.3-next.42](https://github.com/twinfoundation/standards/compare/standards-gs1-v0.0.3-next.41...standards-gs1-v0.0.3-next.42) (2026-02-25)
|
|
4
18
|
|
|
5
19
|
|