umi 4.0.33 → 4.0.34
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/client/client/plugin.js +9 -9
- package/client/client/utils.js +1 -1
- package/package.json +10 -10
package/client/client/plugin.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import _regeneratorRuntime from "@babel/runtime/helpers/regeneratorRuntime";
|
|
2
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
|
3
|
-
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
4
|
-
import _typeof from "@babel/runtime/helpers/typeof";
|
|
5
|
-
import _createForOfIteratorHelper from "@babel/runtime/helpers/createForOfIteratorHelper";
|
|
6
|
-
import _toArray from "@babel/runtime/helpers/toArray";
|
|
7
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
8
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
|
9
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
1
|
+
import _regeneratorRuntime from "@babel/runtime/helpers/esm/regeneratorRuntime";
|
|
2
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
3
|
+
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
|
|
4
|
+
import _typeof from "@babel/runtime/helpers/esm/typeof";
|
|
5
|
+
import _createForOfIteratorHelper from "@babel/runtime/helpers/esm/createForOfIteratorHelper";
|
|
6
|
+
import _toArray from "@babel/runtime/helpers/esm/toArray";
|
|
7
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
8
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
9
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
10
10
|
import { assert, compose, isPromiseLike } from "./utils";
|
|
11
11
|
export var ApplyPluginsType;
|
|
12
12
|
|
package/client/client/utils.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "umi",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.34",
|
|
4
4
|
"description": "umi",
|
|
5
5
|
"homepage": "https://github.com/umijs/umi/tree/master/packages/umi#readme",
|
|
6
6
|
"bugs": "https://github.com/umijs/umi/issues",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@babel/runtime": "7.18.9",
|
|
41
|
-
"@umijs/bundler-utils": "4.0.
|
|
42
|
-
"@umijs/bundler-webpack": "4.0.
|
|
43
|
-
"@umijs/core": "4.0.
|
|
44
|
-
"@umijs/lint": "4.0.
|
|
45
|
-
"@umijs/preset-umi": "4.0.
|
|
46
|
-
"@umijs/renderer-react": "4.0.
|
|
47
|
-
"@umijs/server": "4.0.
|
|
48
|
-
"@umijs/test": "4.0.
|
|
49
|
-
"@umijs/utils": "4.0.
|
|
41
|
+
"@umijs/bundler-utils": "4.0.34",
|
|
42
|
+
"@umijs/bundler-webpack": "4.0.34",
|
|
43
|
+
"@umijs/core": "4.0.34",
|
|
44
|
+
"@umijs/lint": "4.0.34",
|
|
45
|
+
"@umijs/preset-umi": "4.0.34",
|
|
46
|
+
"@umijs/renderer-react": "4.0.34",
|
|
47
|
+
"@umijs/server": "4.0.34",
|
|
48
|
+
"@umijs/test": "4.0.34",
|
|
49
|
+
"@umijs/utils": "4.0.34",
|
|
50
50
|
"prettier-plugin-organize-imports": "^2.3.4",
|
|
51
51
|
"prettier-plugin-packagejson": "^2.2.17"
|
|
52
52
|
},
|