@bldrs-ai/conway 1.357.1128 → 1.358.1136
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.358.1136";
|
|
69626
69626
|
|
|
69627
69627
|
// compiled/src/statistics/statistics.js
|
|
69628
69628
|
var Statistics = class {
|
|
@@ -85957,7 +85957,7 @@ var IfcSceneBuilder = class {
|
|
|
85957
85957
|
};
|
|
85958
85958
|
|
|
85959
85959
|
// compiled/src/version/version.js
|
|
85960
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
85960
|
+
var versionString = "Conway Web-Ifc Shim v1.358.1136";
|
|
85961
85961
|
|
|
85962
85962
|
// compiled/src/statistics/statistics.js
|
|
85963
85963
|
var Statistics = class {
|
|
@@ -79408,7 +79408,7 @@ var ExtractResult;
|
|
|
79408
79408
|
})(ExtractResult || (ExtractResult = {}));
|
|
79409
79409
|
|
|
79410
79410
|
// compiled/src/version/version.js
|
|
79411
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
79411
|
+
var versionString = "Conway Web-Ifc Shim v1.358.1136";
|
|
79412
79412
|
|
|
79413
79413
|
// compiled/src/statistics/statistics.js
|
|
79414
79414
|
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.358.1136";
|
|
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.358.1136';
|
|
9
9
|
export { versionString };
|