@bldrs-ai/conway 1.365.1166 → 1.367.1170
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/compiled/examples/browser-bundled.cjs +1 -1
- package/compiled/examples/cli-bundled.cjs +1 -1
- package/compiled/examples/cli-step-bundled.cjs +1 -1
- package/compiled/examples/validator-bundled.cjs +1 -1
- package/compiled/src/version/version.js +1 -1
- package/compiled/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -69652,7 +69652,7 @@ IfcStepParser.Instance = new IfcStepParser();
|
|
|
69652
69652
|
var ifc_step_parser_default = IfcStepParser;
|
|
69653
69653
|
|
|
69654
69654
|
// compiled/src/version/version.js
|
|
69655
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
69655
|
+
var versionString = "Conway Web-Ifc Shim v1.367.1170";
|
|
69656
69656
|
|
|
69657
69657
|
// compiled/src/statistics/statistics.js
|
|
69658
69658
|
var Statistics = class {
|
|
@@ -85893,7 +85893,7 @@ var IfcSceneBuilder = class {
|
|
|
85893
85893
|
};
|
|
85894
85894
|
|
|
85895
85895
|
// compiled/src/version/version.js
|
|
85896
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
85896
|
+
var versionString = "Conway Web-Ifc Shim v1.367.1170";
|
|
85897
85897
|
|
|
85898
85898
|
// compiled/src/statistics/statistics.js
|
|
85899
85899
|
var Statistics = class {
|
|
@@ -79344,7 +79344,7 @@ var ExtractResult;
|
|
|
79344
79344
|
})(ExtractResult || (ExtractResult = {}));
|
|
79345
79345
|
|
|
79346
79346
|
// compiled/src/version/version.js
|
|
79347
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
79347
|
+
var versionString = "Conway Web-Ifc Shim v1.367.1170";
|
|
79348
79348
|
|
|
79349
79349
|
// compiled/src/statistics/statistics.js
|
|
79350
79350
|
var Statistics = class {
|
|
@@ -69650,7 +69650,7 @@ IfcStepParser.Instance = new IfcStepParser();
|
|
|
69650
69650
|
var ifc_step_parser_default = IfcStepParser;
|
|
69651
69651
|
|
|
69652
69652
|
// compiled/src/version/version.js
|
|
69653
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
69653
|
+
var versionString = "Conway Web-Ifc Shim v1.367.1170";
|
|
69654
69654
|
|
|
69655
69655
|
// compiled/src/statistics/statistics.js
|
|
69656
69656
|
var Statistics = class {
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
// only the first segment (major) is meaningful and is the one CI carries forward.
|
|
6
6
|
// Must stay in `vN.N.N` shape: the CI stamp regex, scripts/updateVersion.mjs, and
|
|
7
7
|
// statistics.ts all match `v\d+\.\d+\.\d+`.
|
|
8
|
-
const versionString = 'Conway Web-Ifc Shim v1.
|
|
8
|
+
const versionString = 'Conway Web-Ifc Shim v1.367.1170';
|
|
9
9
|
export { versionString };
|