create-jsview 2.2.128 → 2.2.201
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-jsview",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.201",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"bin": {
|
|
6
6
|
"create-jsview": "index.mjs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"prompts": "^2.4.2"
|
|
30
30
|
},
|
|
31
31
|
"template": {
|
|
32
|
-
"vue": "2.2.
|
|
32
|
+
"vue": "2.2.201",
|
|
33
33
|
"react": "2.0.1196-next-vue.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"version": "0.0.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@shijiu/jsview": "2.2.
|
|
13
|
-
"@shijiu/jsview-vue": "2.2.
|
|
12
|
+
"@shijiu/jsview": "2.2.201",
|
|
13
|
+
"@shijiu/jsview-vue": "2.2.201",
|
|
14
14
|
"gifuct-js": "^2.1.2",
|
|
15
15
|
"postcss-js": "^4.0.0",
|
|
16
16
|
"qr.js": "^0.0.0",
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
}
|
|
400
400
|
},
|
|
401
401
|
"node_modules/@shijiu/jsview": {
|
|
402
|
-
"version": "2.2.
|
|
402
|
+
"version": "2.2.201",
|
|
403
403
|
"license": "MIT",
|
|
404
404
|
"dependencies": {
|
|
405
405
|
"gifuct-js": "2.1.2",
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
"integrity": ""
|
|
418
418
|
},
|
|
419
419
|
"node_modules/@shijiu/jsview-vue": {
|
|
420
|
-
"version": "2.2.
|
|
420
|
+
"version": "2.2.201",
|
|
421
421
|
"license": "MIT",
|
|
422
422
|
"dependencies": {
|
|
423
423
|
"qr.js": "0.0.0"
|
|
@@ -1161,7 +1161,7 @@
|
|
|
1161
1161
|
"optional": true
|
|
1162
1162
|
},
|
|
1163
1163
|
"@shijiu/jsview": {
|
|
1164
|
-
"version": "2.2.
|
|
1164
|
+
"version": "2.2.201",
|
|
1165
1165
|
"requires": {
|
|
1166
1166
|
"gifuct-js": "2.1.2",
|
|
1167
1167
|
"postcss-js": "4.0.0"
|
|
@@ -1170,7 +1170,7 @@
|
|
|
1170
1170
|
"integrity": ""
|
|
1171
1171
|
},
|
|
1172
1172
|
"@shijiu/jsview-vue": {
|
|
1173
|
-
"version": "2.2.
|
|
1173
|
+
"version": "2.2.201",
|
|
1174
1174
|
"requires": {
|
|
1175
1175
|
"qr.js": "0.0.0"
|
|
1176
1176
|
},
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"tool": "node node_modules/@shijiu/jsview/tools/jsview-run-tool.mjs --framework=vue"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@shijiu/jsview": "2.2.
|
|
16
|
-
"@shijiu/jsview-vue": "2.2.
|
|
15
|
+
"@shijiu/jsview": "2.2.201",
|
|
16
|
+
"@shijiu/jsview-vue": "2.2.201",
|
|
17
17
|
"vue": "3.2.45",
|
|
18
18
|
"vue-router": "4.1.6"
|
|
19
19
|
},
|
|
@@ -10,8 +10,8 @@ export function listenerToPermissionResult() {
|
|
|
10
10
|
// 4. 本地有授权文件,但授权文件不合法或者过期
|
|
11
11
|
// errorCount(int): 在线授权api访问失败(网络不通)的累计次数, api访问到并拿到结果后清0
|
|
12
12
|
// checkType(int): 授权的校验方式, 1: 调试模式, 2: 本地文件校验的方式, 3: 在线校验方式
|
|
13
|
-
// customDescribe: 授权的描述, 许可范围等描述
|
|
14
|
-
// errorCode: 授权失败的错误码
|
|
13
|
+
// customDescribe(string): 授权的描述, 许可范围等描述
|
|
14
|
+
// errorCode(int): 授权失败的错误码
|
|
15
15
|
// -1: apk签名不匹配(仅离线校验时)
|
|
16
16
|
// -2: js的app name未登记
|
|
17
17
|
// -3: js的app签名和app name登记信息不匹配
|