@umijs/utils 4.0.0-canary.20230315.1 → 4.0.0-canary.20230316.1

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.
@@ -34,7 +34,7 @@ __export(getFileGitIno_exports, {
34
34
  isGitRepo: () => isGitRepo
35
35
  });
36
36
  module.exports = __toCommonJS(getFileGitIno_exports);
37
- var import_cross_spawn = __toESM(require("cross-spawn"));
37
+ var import_cross_spawn = __toESM(require("../compiled/cross-spawn"));
38
38
  var import_execa = require("../compiled/execa");
39
39
  var promisifySpawn = (cmd, args, {
40
40
  onlyOnce,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/utils",
3
- "version": "4.0.0-canary.20230315.1",
3
+ "version": "4.0.0-canary.20230316.1",
4
4
  "homepage": "https://github.com/umijs/umi/tree/master/packages/utils#readme",
5
5
  "bugs": "https://github.com/umijs/umi/issues",
6
6
  "repository": {