@ifc-lite/codegen 1.11.5 → 1.14.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
|
@@ -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
|
@@ -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];
|