@umijs/utils 3.5.29-alpha.0 → 3.5.29
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.
|
@@ -20,5 +20,8 @@ var _index = require("../index");
|
|
|
20
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
21
21
|
|
|
22
22
|
function feedback() {
|
|
23
|
+
// don't print feedback in bigfish framework
|
|
24
|
+
if (process.env.BIGFISH_VERSION) return;
|
|
25
|
+
if (process.env.FB_TIPS === 'none') return;
|
|
23
26
|
console.info(_index.chalk.black.bgGreen.bold(' info '), _index.chalk.green.bold('如果你需要进交流群,请访问 https://fb.umijs.org'));
|
|
24
27
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/utils",
|
|
3
|
-
"version": "3.5.29
|
|
3
|
+
"version": "3.5.29",
|
|
4
4
|
"description": "@umijs/utils",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@umijs/deps": "3.5.29
|
|
27
|
+
"@umijs/deps": "3.5.29"
|
|
28
28
|
}
|
|
29
29
|
}
|