create-umi 4.1.1 → 4.1.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -289,5 +289,3 @@ async function getPnpmMajorVersion() {
289
289
  throw new Error("Please install pnpm first", { cause: e });
290
290
  }
291
291
  }
292
- // Annotate the CommonJS export names for ESM import in node:
293
- 0 && (module.exports = {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-umi",
3
- "version": "4.1.1",
3
+ "version": "4.1.3",
4
4
  "description": "create-umi",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/create-umi#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -19,7 +19,7 @@
19
19
  "templates"
20
20
  ],
21
21
  "dependencies": {
22
- "@umijs/utils": "4.1.1"
22
+ "@umijs/utils": "4.1.3"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"