@atlaspack/rust 2.13.2-canary.3638 → 2.13.2-canary.3640

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.js.flow CHANGED
@@ -346,6 +346,7 @@ export interface YarnState {
346
346
 
347
347
  export interface VCSState {
348
348
  gitHash: string;
349
+ // Files that have been modified since the last commit
349
350
  dirtyFiles: VCSFile[];
350
351
  yarnStates: YarnState[];
351
352
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/rust",
3
- "version": "2.13.2-canary.3638+27667e303",
3
+ "version": "2.13.2-canary.3640+34b740d4e",
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": "27667e30343a30246292af83d394bcfd542f04e5"
40
+ "gitHead": "34b740d4e2449fba7b50cb9708c56d8033dca5b9"
41
41
  }