@atlaspack/rust 3.0.1-canary.7 → 3.0.1-dev.9

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/index.d.ts CHANGED
@@ -3,10 +3,6 @@
3
3
 
4
4
  /* auto-generated by NAPI-RS */
5
5
 
6
- export interface JsMacroError {
7
- kind: number
8
- message: string
9
- }
10
6
  export interface LmdbOptions {
11
7
  /** The database directory path */
12
8
  path: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/rust",
3
- "version": "3.0.1-canary.7+6ec11f10a",
3
+ "version": "3.0.1-dev.9+6d1d32abe",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -30,13 +30,8 @@
30
30
  "napi-wasm": "^1.0.1"
31
31
  },
32
32
  "scripts": {
33
- "build": "napi build --platform --cargo-cwd ../../../crates/node-bindings",
34
- "build-canary": "napi build --platform --profile canary --features canary --cargo-cwd ../../../crates/node-bindings",
35
- "build-release": "napi build --platform --release --cargo-cwd ../../../crates/node-bindings",
36
- "test": "mocha",
37
- "wasm:build": "cargo build -p atlaspack-node-bindings --target wasm32-unknown-unknown && cp ../../../target/wasm32-unknown-unknown/debug/atlaspack_node_bindings.wasm .",
38
- "wasm:build-release": "CARGO_PROFILE_RELEASE_LTO=true cargo build -p atlaspack-node-bindings --target wasm32-unknown-unknown --release && wasm-opt --strip-debug -O ../../../target/wasm32-unknown-unknown/release/atlaspack_node_bindings.wasm -o atlaspack_node_bindings.wasm"
33
+ "test": "mocha"
39
34
  },
40
35
  "type": "commonjs",
41
- "gitHead": "6ec11f10a9366fb8a9fc0475c7678235056bd80e"
36
+ "gitHead": "6d1d32abed2fbfdf4c318f311a0ac3aea9210e4a"
42
37
  }