@lingxiteam/ebe-utils 0.0.5 → 0.0.6

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/es/index.js +1 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -321,7 +321,7 @@ export var fetchData = /*#__PURE__*/function () {
321
321
  }), new Promise(function (resolve, reject) {
322
322
  setTimeout(function () {
323
323
  resolve('');
324
- }, 3000);
324
+ }, 20000);
325
325
  })]);
326
326
  case 19:
327
327
  themeCss = _context2.sent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/ebe-utils",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -17,7 +17,7 @@
17
17
  "@babel/parser": "^7.12.12",
18
18
  "@babel/traverse": "^7.12.12",
19
19
  "@babel/types": "^7.12.12",
20
- "@lingxiteam/ebe": "0.0.5",
20
+ "@lingxiteam/ebe": "0.0.6",
21
21
  "cac": "^6.7.14",
22
22
  "fs-extra": "9.x"
23
23
  },