@ifc-lite/codegen 1.11.5 → 1.13.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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @ifc-lite/codegen
2
2
 
3
+ ## 1.13.0
4
+
5
+ ## 1.12.0
6
+
3
7
  ## 1.11.3
4
8
 
5
9
  ## 1.11.1
@@ -184,7 +184,7 @@ export function generateHeader(options: {
184
184
  author?: string;
185
185
  organization?: string;
186
186
  application?: string;
187
- schema: 'IFC2X3' | 'IFC4' | 'IFC4X3';
187
+ schema: 'IFC2X3' | 'IFC4' | 'IFC4X3' | 'IFC5';
188
188
  filename?: string;
189
189
  }): string {
190
190
  const now = new Date().toISOString().replace(/[-:]/g, '').split('.')[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ifc-lite/codegen",
3
- "version": "1.11.5",
3
+ "version": "1.13.0",
4
4
  "description": "TypeScript code generator from IFC EXPRESS schemas",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -194,7 +194,7 @@ export function generateHeader(options: {
194
194
  author?: string;
195
195
  organization?: string;
196
196
  application?: string;
197
- schema: 'IFC2X3' | 'IFC4' | 'IFC4X3';
197
+ schema: 'IFC2X3' | 'IFC4' | 'IFC4X3' | 'IFC5';
198
198
  filename?: string;
199
199
  }): string {
200
200
  const now = new Date().toISOString().replace(/[-:]/g, '').split('.')[0];