@lib3mf-rs/lib3mf-wasm 0.1.0 → 0.2.0

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.
Binary file
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "name": "@lib3mf-rs/lib3mf-wasm",
3
3
  "type": "module",
4
4
  "collaborators": [
5
- "Steve Scargall <steve@example.com>"
5
+ "Steve Scargall"
6
6
  ],
7
- "description": "WebAssembly bindings for lib3mf-rs",
8
- "version": "0.1.0",
9
- "license": "MIT OR Apache-2.0",
7
+ "description": "WebAssembly bindings for 3MF parsing - browser and edge deployment",
8
+ "version": "0.2.0",
9
+ "license": "BSD-2-Clause",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "https://github.com/sscargal/lib3mf-rs"
@@ -18,9 +18,17 @@
18
18
  "lib3mf_wasm.d.ts"
19
19
  ],
20
20
  "main": "lib3mf_wasm.js",
21
+ "homepage": "https://sscargal.github.io/lib3mf-rs/",
21
22
  "types": "lib3mf_wasm.d.ts",
22
23
  "sideEffects": [
23
24
  "./lib3mf_wasm.js",
24
25
  "./snippets/*"
26
+ ],
27
+ "keywords": [
28
+ "3mf",
29
+ "wasm",
30
+ "webassembly",
31
+ "browser",
32
+ "3d-printing"
25
33
  ]
26
34
  }