@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.
@@ -180,6 +180,5 @@
180
180
  "eventTime",
181
181
  "eventTimeZoneOffset",
182
182
  "type"
183
- ],
184
- "additionalProperties": false
183
+ ]
185
184
  }
@@ -181,6 +181,5 @@
181
181
  "eventTimeZoneOffset",
182
182
  "parentID",
183
183
  "type"
184
- ],
185
- "additionalProperties": false
184
+ ]
186
185
  }
@@ -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
  }
@@ -184,6 +184,5 @@
184
184
  "eventTime",
185
185
  "eventTimeZoneOffset",
186
186
  "type"
187
- ],
188
- "additionalProperties": false
187
+ ]
189
188
  }
@@ -80,6 +80,5 @@
80
80
  "@context",
81
81
  "type",
82
82
  "epcisBody"
83
- ],
84
- "additionalProperties": false
83
+ ]
85
84
  }
@@ -181,6 +181,5 @@
181
181
  "eventTime",
182
182
  "eventTimeZoneOffset",
183
183
  "type"
184
- ],
185
- "additionalProperties": false
184
+ ]
186
185
  }
@@ -197,6 +197,5 @@
197
197
  "eventTime",
198
198
  "eventTimeZoneOffset",
199
199
  "type"
200
- ],
201
- "additionalProperties": false
200
+ ]
202
201
  }
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-gs1",
3
- "version": "0.0.3-next.42",
3
+ "version": "0.0.3-next.44",
4
4
  "description": "Models which define the structure of GS1 Standard",
5
5
  "repository": {
6
6
  "type": "git",