@ray-js/api 1.7.75 → 1.7.76
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/BizKit-4.10.4.d.ts +5 -0
- package/lib/BizKit-4.10.4.js +6 -1
- package/package.json +5 -5
package/lib/BizKit-4.10.4.d.ts
CHANGED
|
@@ -419,3 +419,8 @@ export declare const getAsrListenerManager: typeof ty.getAsrListenerManager;
|
|
|
419
419
|
* @since @ray-js/ray 1.5.30
|
|
420
420
|
*/
|
|
421
421
|
export declare const getLogManager: typeof ty.getLogManager;
|
|
422
|
+
/**
|
|
423
|
+
* @public
|
|
424
|
+
* @since @ray-js/ray 1.7.76
|
|
425
|
+
*/
|
|
426
|
+
export declare const convertVideoToGif: typeof ty.convertVideoToGif;
|
package/lib/BizKit-4.10.4.js
CHANGED
|
@@ -438,4 +438,9 @@ export const getAsrListenerManager = factory('getAsrListenerManager');
|
|
|
438
438
|
* @public
|
|
439
439
|
* @since @ray-js/ray 1.5.30
|
|
440
440
|
*/
|
|
441
|
-
export const getLogManager = factory('getLogManager');
|
|
441
|
+
export const getLogManager = factory('getLogManager');
|
|
442
|
+
/**
|
|
443
|
+
* @public
|
|
444
|
+
* @since @ray-js/ray 1.7.76
|
|
445
|
+
*/
|
|
446
|
+
export const convertVideoToGif = factory('convertVideoToGif');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/api",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.76",
|
|
4
4
|
"description": "Ray universal api",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ray"
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"watch": "ray start --type=component"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@ray-js/framework": "1.7.
|
|
33
|
-
"@ray-js/router": "1.7.
|
|
32
|
+
"@ray-js/framework": "1.7.76",
|
|
33
|
+
"@ray-js/router": "1.7.76",
|
|
34
34
|
"base64-browser": "^1.0.1",
|
|
35
35
|
"query-string": "^7.1.3"
|
|
36
36
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@ray-js/wechat": "^0.3.13"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@ray-js/cli": "1.7.
|
|
41
|
+
"@ray-js/cli": "1.7.76",
|
|
42
42
|
"art-template": "^4.13.4",
|
|
43
43
|
"fs-extra": "^10.1.0",
|
|
44
44
|
"miniprogram-api-typings": "^3.12.3",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"access": "public",
|
|
49
49
|
"registry": "https://registry.npmjs.org"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "31069424bb22fa06bb9030af3aa64caebaf86db0"
|
|
52
52
|
}
|