@atlaspack/rust 3.2.1-canary.8 → 3.2.1-canary.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.js.flow +2 -0
- package/package.json +2 -2
package/index.js.flow
CHANGED
|
@@ -372,6 +372,8 @@ export interface VCSState {
|
|
|
372
372
|
// Files that have been modified since the last commit
|
|
373
373
|
dirtyFiles: VCSFile[];
|
|
374
374
|
yarnStates: YarnState[];
|
|
375
|
+
dirtyFilesExecutionTime: number;
|
|
376
|
+
yarnStatesExecutionTime: number;
|
|
375
377
|
}
|
|
376
378
|
|
|
377
379
|
declare export function getVcsStateSnapshot(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/rust",
|
|
3
|
-
"version": "3.2.1-canary.
|
|
3
|
+
"version": "3.2.1-canary.9+4c1714103",
|
|
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": "
|
|
37
|
+
"gitHead": "4c1714103dab2aa9039c488f381551d2b65d1d01"
|
|
38
38
|
}
|