@bldrs-ai/conway 1.374.1181 → 1.375.1183
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
|
@@ -70042,7 +70042,7 @@ IfcStepParser.Instance = new IfcStepParser();
|
|
|
70042
70042
|
var ifc_step_parser_default = IfcStepParser;
|
|
70043
70043
|
|
|
70044
70044
|
// compiled/src/version/version.js
|
|
70045
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
70045
|
+
var versionString = "Conway Web-Ifc Shim v1.375.1183";
|
|
70046
70046
|
|
|
70047
70047
|
// compiled/src/statistics/statistics.js
|
|
70048
70048
|
var Statistics = class {
|
|
@@ -86283,7 +86283,7 @@ var IfcSceneBuilder = class {
|
|
|
86283
86283
|
};
|
|
86284
86284
|
|
|
86285
86285
|
// compiled/src/version/version.js
|
|
86286
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
86286
|
+
var versionString = "Conway Web-Ifc Shim v1.375.1183";
|
|
86287
86287
|
|
|
86288
86288
|
// compiled/src/statistics/statistics.js
|
|
86289
86289
|
var Statistics = class {
|
|
@@ -79734,7 +79734,7 @@ var ExtractResult;
|
|
|
79734
79734
|
})(ExtractResult || (ExtractResult = {}));
|
|
79735
79735
|
|
|
79736
79736
|
// compiled/src/version/version.js
|
|
79737
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
79737
|
+
var versionString = "Conway Web-Ifc Shim v1.375.1183";
|
|
79738
79738
|
|
|
79739
79739
|
// compiled/src/statistics/statistics.js
|
|
79740
79740
|
var Statistics = class {
|
|
@@ -70040,7 +70040,7 @@ IfcStepParser.Instance = new IfcStepParser();
|
|
|
70040
70040
|
var ifc_step_parser_default = IfcStepParser;
|
|
70041
70041
|
|
|
70042
70042
|
// compiled/src/version/version.js
|
|
70043
|
-
var versionString = "Conway Web-Ifc Shim v1.
|
|
70043
|
+
var versionString = "Conway Web-Ifc Shim v1.375.1183";
|
|
70044
70044
|
|
|
70045
70045
|
// compiled/src/statistics/statistics.js
|
|
70046
70046
|
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.375.1183';
|
|
9
9
|
export { versionString };
|