create-umi 4.0.41 → 4.0.43

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-umi",
3
- "version": "4.0.41",
3
+ "version": "4.0.43",
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",
@@ -25,7 +25,7 @@
25
25
  "test": "umi-scripts jest-turbo"
26
26
  },
27
27
  "dependencies": {
28
- "@umijs/utils": "4.0.41"
28
+ "@umijs/utils": "4.0.43"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"
@@ -6,3 +6,4 @@
6
6
  /src/.umi-production
7
7
  /src/.umi-test
8
8
  /dist
9
+ .swc
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "private": true,
3
- "author":"{{{ author }}}",
3
+ "author": "{{{ author }}}",
4
4
  "scripts": {
5
5
  "dev": "umi dev",
6
6
  "build": "umi build",
@@ -10,3 +10,4 @@
10
10
  /.umi-test
11
11
  /dist
12
12
  /.mfsu
13
+ .swc
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "private": true,
3
- "author":"{{{ author }}}",
3
+ "author": "{{{ author }}}",
4
4
  "scripts": {
5
5
  "dev": "max dev",
6
6
  "build": "max build",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "{{{ name }}}",
3
- "author":"{{{ author }}}",
3
+ "author": "{{{ author }}}",
4
4
  "version": "0.0.1",
5
5
  "description": "{{{ description }}}",
6
6
  "main": "lib/index.js",
@@ -10,3 +10,4 @@
10
10
  /.umi-test
11
11
  /dist
12
12
  /.mfsu
13
+ .swc
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "private": true,
3
- "author":"{{{ author }}}",
3
+ "author": "{{{ author }}}",
4
4
  "scripts": {
5
5
  "dev": "umi dev",
6
6
  "build": "umi build",