@atlaspack/rust 2.13.2-dev.3666 → 2.13.2-dev.3682

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
@@ -79,6 +79,7 @@ export interface FileSystem {
79
79
  extensions?: Array<string>
80
80
  packageExports: boolean
81
81
  typescript?: boolean
82
+ reduceStringCreation?: boolean
82
83
  }
83
84
  export interface ResolveOptions {
84
85
  filename: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/rust",
3
- "version": "2.13.2-dev.3666+0afd6de27",
3
+ "version": "2.13.2-dev.3682+e6c0286ea",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -37,5 +37,5 @@
37
37
  "wasm:build": "cargo build -p atlaspack-node-bindings --target wasm32-unknown-unknown && cp ../../../target/wasm32-unknown-unknown/debug/atlaspack_node_bindings.wasm .",
38
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"
39
39
  },
40
- "gitHead": "0afd6de27cde19f2c9377e864bce83da5c098a54"
40
+ "gitHead": "e6c0286ea2a77c6a41c6c0f38d51caf420d61aae"
41
41
  }