@bldrs-ai/conway 0.8.782 → 0.9.789

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.
@@ -104,7 +104,7 @@ describe('AP214 Geometry Extraction', () => {
104
104
  expect(extractGearGeometry()).toBe(ExtractResult.COMPLETE);
105
105
  });
106
106
  test('tubeGeometryArrayLength()', () => {
107
- const testParameter = 7176;
107
+ const testParameter = 7182;
108
108
  expect(getTubeMeshSize()).toBe(testParameter);
109
109
  });
110
110
  test('gearGeometryArrayLength()', () => {
@@ -1,2 +1,2 @@
1
- const versionString = 'Conway Web-Ifc Shim v0.8.782';
1
+ const versionString = 'Conway Web-Ifc Shim v0.9.789';
2
2
  export { versionString };