From dc86e95cb9d229daa61a0dac8adea21f0a2b42ee Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Mon, 20 May 2024 00:18:25 +0200 Subject: [PATCH] fix filename properlly --- examples/express/{IFC4x2.exp => IFC4X2.exp} | 0 packages/ifc-syntax-express-parser/src/index.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/express/{IFC4x2.exp => IFC4X2.exp} (100%) diff --git a/examples/express/IFC4x2.exp b/examples/express/IFC4X2.exp similarity index 100% rename from examples/express/IFC4x2.exp rename to examples/express/IFC4X2.exp diff --git a/packages/ifc-syntax-express-parser/src/index.ts b/packages/ifc-syntax-express-parser/src/index.ts index cf50b5c..7958ea5 100644 --- a/packages/ifc-syntax-express-parser/src/index.ts +++ b/packages/ifc-syntax-express-parser/src/index.ts @@ -89,7 +89,7 @@ export const IfcReleases = { IFC4_ADD2: "IFC4 ADD2.exp", IFC4_ADD2_TC1: "IFC4 ADD2 TC1.exp", IFC4X1: "IFC4X1.exp", - IFC4X2: "ifc4X2.exp", + IFC4X2: "IFC4X2.exp", IFC4X3: "IFC4X3 RC1.exp" }