cf-occ-wasm 1.0.1 → 1.0.2

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.
@@ -258,6 +258,7 @@ interface EmbindModule {
258
258
  wire(_0: Array<TopoDS_Edge>): TopoDS_Wire;
259
259
  Chamfer(_0: TopoDS_Shape, _1: Array<TopoDS_Edge>, _2: number): TopoDS_Shape;
260
260
  Fillet(_0: TopoDS_Shape, _1: Array<TopoDS_Edge>, _2: number, _3: ChFi3d_FilletShape): TopoDS_Shape;
261
+ wire2(_0: Array<TopoDS_Wire>): TopoDS_Wire;
261
262
  face(_0: Array<TopoDS_Wire>): TopoDS_Face;
262
263
  };
263
264
  Converter: {
Binary file
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
- {
2
- "name": "cf-occ-wasm",
3
- "version": "1.0.1",
4
- "description": "",
5
- "main": "./dist/cf-occ-wasm.js",
6
- "types": "./dist/cf-occ-wasm.d.ts",
7
- "files": [
8
- "dist"
9
- ],
10
- "scripts": {
11
- "setup:wasm": "node scripts/setup_wasm_deps.mjs",
12
- "build": "cd cpp && cmake --preset release && cmake --build --preset release && cd .. && ts-node scripts/copy.ts",
13
- "debug": "cd cpp && cmake --preset debug && cmake --build --preset debug && cd .. && ts-node scripts/copy.ts",
14
- "cp": "ts-node scripts/copy.ts",
15
- "sln": "cd cpp && cmake . -B ./sln"
16
- },
17
- "keywords": [],
18
- "author": "",
19
- "license": "ISC",
20
- "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72",
21
- "devDependencies": {
22
- "fs-extra-plus": "^0.5.23"
23
- }
24
- }
1
+ {
2
+ "name": "cf-occ-wasm",
3
+ "version": "1.0.2",
4
+ "description": "",
5
+ "main": "./dist/cf-occ-wasm.js",
6
+ "types": "./dist/cf-occ-wasm.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "scripts": {
11
+ "setup:wasm": "node scripts/setup_wasm_deps.mjs",
12
+ "build": "cd cpp && cmake --preset release && cmake --build --preset release && cd .. && ts-node scripts/copy.ts",
13
+ "debug": "cd cpp && cmake --preset debug && cmake --build --preset debug && cd .. && ts-node scripts/copy.ts",
14
+ "cp": "ts-node scripts/copy.ts",
15
+ "sln": "cd cpp && cmake . -B ./sln"
16
+ },
17
+ "keywords": [],
18
+ "author": "",
19
+ "license": "ISC",
20
+ "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72",
21
+ "devDependencies": {
22
+ "fs-extra-plus": "^0.5.23"
23
+ }
24
+ }