@atlaspack/rust 3.3.2 → 3.3.3

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
Binary file
package/index.js.flow CHANGED
@@ -363,7 +363,7 @@ declare export function runInlineRequiresOptimizerAsync(
363
363
 
364
364
  export interface VCSFile {
365
365
  path: string;
366
- hash: number;
366
+ hash?: string | null;
367
367
  }
368
368
 
369
369
  export interface YarnState {
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/rust",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"