@ray-js/api 1.5.34 → 1.5.35
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/lib/BaseKit-3.14.3.d.ts +1 -0
- package/lib/BaseKit-3.14.3.js +2 -1
- package/package.json +5 -5
package/lib/BaseKit-3.14.3.d.ts
CHANGED
@@ -110,3 +110,4 @@ export declare const offKeyboardWillHide: typeof ty.offKeyboardWillHide;
|
|
110
110
|
export declare const fetchVideoThumbnails: typeof ty.fetchVideoThumbnails;
|
111
111
|
export declare const clearVideoThumbnails: typeof ty.clearVideoThumbnails;
|
112
112
|
export declare const clipVideo: typeof ty.clipVideo;
|
113
|
+
export declare const getAppAuthorizeSetting: typeof ty.getAppAuthorizeSetting;
|
package/lib/BaseKit-3.14.3.js
CHANGED
@@ -119,4 +119,5 @@ export const onKeyboardWillHide = factory('onKeyboardWillHide');
|
|
119
119
|
export const offKeyboardWillHide = factory('offKeyboardWillHide');
|
120
120
|
export const fetchVideoThumbnails = factory('fetchVideoThumbnails');
|
121
121
|
export const clearVideoThumbnails = factory('clearVideoThumbnails');
|
122
|
-
export const clipVideo = factory('clipVideo');
|
122
|
+
export const clipVideo = factory('clipVideo');
|
123
|
+
export const getAppAuthorizeSetting = factory('getAppAuthorizeSetting');
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/api",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.35",
|
4
4
|
"description": "Ray universal api",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -29,14 +29,14 @@
|
|
29
29
|
"watch": "ray start --type=component"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@ray-js/framework": "1.5.
|
33
|
-
"@ray-js/router": "1.5.
|
32
|
+
"@ray-js/framework": "1.5.35",
|
33
|
+
"@ray-js/router": "1.5.35",
|
34
34
|
"@ray-js/wechat": "^0.2.9",
|
35
35
|
"base64-browser": "^1.0.1",
|
36
36
|
"query-string": "^7.1.3"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@ray-js/cli": "1.5.
|
39
|
+
"@ray-js/cli": "1.5.35",
|
40
40
|
"art-template": "^4.13.2",
|
41
41
|
"fs-extra": "^10.1.0",
|
42
42
|
"miniprogram-api-typings": "^3.12.2",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"access": "public",
|
47
47
|
"registry": "https://registry.npmjs.com"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "b777d021669a1865ee125407f70f462756f1bf27"
|
50
50
|
}
|