@dcloudio/uni-push 3.0.0-alpha-3061520221220001 → 3.0.0-alpha-3061620221230002

Sign up to get free protection for your applications and to get access to all the features.
package/lib/uni.plugin.js CHANGED
@@ -3,9 +3,9 @@
3
3
  var path = require('path');
4
4
  var uniCliShared = require('@dcloudio/uni-cli-shared');
5
5
 
6
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
6
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
7
7
 
8
- var path__default = /*#__PURE__*/_interopDefaultLegacy(path);
8
+ var path__default = /*#__PURE__*/_interopDefault(path);
9
9
 
10
10
  var index = () => [
11
11
  uniCliShared.defineUniMainJsPlugin((opts) => {
@@ -43,7 +43,7 @@ var index = () => [
43
43
  },
44
44
  resolveId(id) {
45
45
  if (id === '@dcloudio/uni-push') {
46
- return uniCliShared.resolveBuiltIn(path__default["default"].join('@dcloudio/uni-push', isOffline || isEnableV1
46
+ return uniCliShared.resolveBuiltIn(path__default.default.join('@dcloudio/uni-push', isOffline || isEnableV1
47
47
  ? 'dist/uni-push.plus.es.js'
48
48
  : 'dist/uni-push.es.js'));
49
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-push",
3
- "version": "3.0.0-alpha-3061520221220001",
3
+ "version": "3.0.0-alpha-3061620221230002",
4
4
  "description": "@dcloudio/uni-push",
5
5
  "main": "lib/uni-push.js",
6
6
  "module": "lib/uni-push.js",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
22
22
  "dependencies": {
23
- "@dcloudio/uni-cli-shared": "3.0.0-alpha-3061520221220001"
23
+ "@dcloudio/uni-cli-shared": "3.0.0-alpha-3061620221230002"
24
24
  }
25
25
  }