@cadit-app/manifold-fillet 1.0.2 → 1.0.4

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/dist/index.d.ts CHANGED
@@ -107,4 +107,3 @@ export { extractEdges, selectEdges, edgeDirection, edgeInwardDirection, sampleEd
107
107
  export { filletWithManifold } from './fillet';
108
108
  export { pipeAlongPath, pipeAlongPathExtended } from './pipeAlongPath';
109
109
  export { buildWedge } from './wedgeBuilder';
110
- export { default } from './example';
package/dist/index.js CHANGED
@@ -63,4 +63,3 @@ export { extractEdges, selectEdges, edgeDirection, edgeInwardDirection, sampleEd
63
63
  export { filletWithManifold } from './fillet';
64
64
  export { pipeAlongPath, pipeAlongPathExtended } from './pipeAlongPath';
65
65
  export { buildWedge } from './wedgeBuilder';
66
- export { default } from './example';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cadit-app/manifold-fillet",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Fillet and round operations for Manifold meshes",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "scripts": {
19
19
  "build": "bash -c 'output=$(tsc --noCheck 2>&1); echo \"$output\"; echo \"$output\" | grep -v \"error TS2742\" | grep -q \"error TS\" && exit 1 || exit 0'",
20
- "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
20
+ "dev": "tsup src/index.ts src/example.ts --format cjs,esm --dts --watch",
21
21
  "lint": "eslint src",
22
22
  "build:3mf": "manifold-cad index.ts output.3mf",
23
23
  "build:glb": "manifold-cad index.ts output.glb"