@dcloudio/vue-cli-plugin-uni 2.0.2-alpha-4020520240731002 → 2.0.2-alpha-4020620240820001

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.
@@ -7,7 +7,7 @@ module.exports = function (url, options) {
7
7
  } // eslint-disable-next-line no-underscore-dangle, no-param-reassign
8
8
 
9
9
  url = url && url.__esModule ? url.default : url
10
- let isAbsoluteFile = false
10
+ var isAbsoluteFile = false
11
11
  if (typeof url !== 'string') {
12
12
  if (url.protocol && url.protocol === 'file:' && url.pathname) {
13
13
  isAbsoluteFile = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/vue-cli-plugin-uni",
3
- "version": "2.0.2-alpha-4020520240731002",
3
+ "version": "2.0.2-alpha-4020620240820001",
4
4
  "description": "uni-app plugin for vue-cli 3",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  "author": "fxy060608",
18
18
  "license": "Apache-2.0",
19
19
  "dependencies": {
20
- "@dcloudio/uni-stat": "^2.0.2-alpha-4020520240731002",
20
+ "@dcloudio/uni-stat": "^2.0.2-alpha-4020620240820001",
21
21
  "buffer-json": "^2.0.0",
22
22
  "clone-deep": "^4.0.1",
23
23
  "cross-env": "^5.2.0",
@@ -41,5 +41,5 @@
41
41
  "copy-webpack-plugin": ">=5",
42
42
  "postcss": ">=7"
43
43
  },
44
- "gitHead": "040a3d5ab3be23eb01793f17e9e20b774ac5b536"
44
+ "gitHead": "771d7392c09f77cdb232dafc05b66cff09116908"
45
45
  }