@bldrs-ai/conway 1.361.1150 → 1.362.1152
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
|
@@ -69622,7 +69622,7 @@ IfcStepParser.Instance = new IfcStepParser();
|
|
|
69622
69622
|
var ifc_step_parser_default = IfcStepParser;
|
|
69623
69623
|
|
|
69624
69624
|
// compiled/src/version/version.js
|
|
69625
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
69625
|
+
var versionString = "Conway Web-Ifc Shim v1.362.1152";
|
|
69626
69626
|
|
|
69627
69627
|
// compiled/src/statistics/statistics.js
|
|
69628
69628
|
var Statistics = class {
|
|
@@ -85855,7 +85855,7 @@ var IfcSceneBuilder = class {
|
|
|
85855
85855
|
};
|
|
85856
85856
|
|
|
85857
85857
|
// compiled/src/version/version.js
|
|
85858
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
85858
|
+
var versionString = "Conway Web-Ifc Shim v1.362.1152";
|
|
85859
85859
|
|
|
85860
85860
|
// compiled/src/statistics/statistics.js
|
|
85861
85861
|
var Statistics = class {
|
|
@@ -79306,7 +79306,7 @@ var ExtractResult;
|
|
|
79306
79306
|
})(ExtractResult || (ExtractResult = {}));
|
|
79307
79307
|
|
|
79308
79308
|
// compiled/src/version/version.js
|
|
79309
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
79309
|
+
var versionString = "Conway Web-Ifc Shim v1.362.1152";
|
|
79310
79310
|
|
|
79311
79311
|
// compiled/src/statistics/statistics.js
|
|
79312
79312
|
var Statistics = class {
|
|
@@ -69620,7 +69620,7 @@ IfcStepParser.Instance = new IfcStepParser();
|
|
|
69620
69620
|
var ifc_step_parser_default = IfcStepParser;
|
|
69621
69621
|
|
|
69622
69622
|
// compiled/src/version/version.js
|
|
69623
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
69623
|
+
var versionString = "Conway Web-Ifc Shim v1.362.1152";
|
|
69624
69624
|
|
|
69625
69625
|
// compiled/src/statistics/statistics.js
|
|
69626
69626
|
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.362.1152';
|
|
9
9
|
export { versionString };
|