@atlaspack/rust 3.2.1-dev.93 → 3.2.1-dev.95

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
@@ -69,6 +69,7 @@ export interface InlineRequiresOptimizerResult {
69
69
  sourceMap?: string
70
70
  }
71
71
  export declare function runInlineRequiresOptimizer(input: InlineRequiresOptimizerInput): InlineRequiresOptimizerResult
72
+ /** Runs in the rayon thread pool */
72
73
  export declare function runInlineRequiresOptimizerAsync(input: InlineRequiresOptimizerInput): object
73
74
  export interface JsFileSystemOptions {
74
75
  canonicalize: (...args: any[]) => any
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/rust",
3
- "version": "3.2.1-dev.93+207d003c0",
3
+ "version": "3.2.1-dev.95+d8e35a83e",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,5 +34,5 @@
34
34
  "test": "mocha"
35
35
  },
36
36
  "type": "commonjs",
37
- "gitHead": "207d003c0f1d4ffa6a1c52d2f8841d998616c523"
37
+ "gitHead": "d8e35a83e480e0811b63a319e88ffe9a2cd509e6"
38
38
  }