@ray-js/api 1.6.8 → 1.6.9
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.
@@ -72,3 +72,4 @@ export declare const hideRenderLoading: typeof ty.hideRenderLoading;
|
|
72
72
|
export declare const setBackgroundImage: typeof ty.setBackgroundImage;
|
73
73
|
export declare const widgetRemove: typeof ty.widgetRemove;
|
74
74
|
export declare const createNativeEventManager: typeof ty.createNativeEventManager;
|
75
|
+
export declare const setBackgroundColor: typeof ty.setBackgroundColor;
|
@@ -76,4 +76,5 @@ export const hiddenRedBot = factory('hiddenRedBot');
|
|
76
76
|
export const hideRenderLoading = factory('hideRenderLoading');
|
77
77
|
export const setBackgroundImage = factory('setBackgroundImage');
|
78
78
|
export const widgetRemove = factory('widgetRemove');
|
79
|
-
export const createNativeEventManager = factory('createNativeEventManager');
|
79
|
+
export const createNativeEventManager = factory('createNativeEventManager');
|
80
|
+
export const setBackgroundColor = factory('setBackgroundColor');
|
package/lib/all-kits.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export * from './BaseKit-3.17.7';
|
2
2
|
export * from './BizKit-4.10.4';
|
3
3
|
export * from './DeviceKit-4.13.1';
|
4
|
-
export * from './MiniKit-3.
|
4
|
+
export * from './MiniKit-3.14.1';
|
5
5
|
export * from './PlayNetKit-1.1.3';
|
6
6
|
export * from './MapKit-3.4.13';
|
7
7
|
export * from './HomeKit-3.1.4';
|
package/lib/all-kits.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export * from './BaseKit-3.17.7';
|
2
2
|
export * from './BizKit-4.10.4';
|
3
3
|
export * from './DeviceKit-4.13.1';
|
4
|
-
export * from './MiniKit-3.
|
4
|
+
export * from './MiniKit-3.14.1';
|
5
5
|
export * from './PlayNetKit-1.1.3';
|
6
6
|
export * from './MapKit-3.4.13';
|
7
7
|
export * from './HomeKit-3.1.4';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/api",
|
3
|
-
"version": "1.6.
|
3
|
+
"version": "1.6.9",
|
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.6.
|
33
|
-
"@ray-js/router": "1.6.
|
32
|
+
"@ray-js/framework": "1.6.9",
|
33
|
+
"@ray-js/router": "1.6.9",
|
34
34
|
"@ray-js/wechat": "^0.2.19",
|
35
35
|
"base64-browser": "^1.0.1",
|
36
36
|
"query-string": "^7.1.3"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@ray-js/cli": "1.6.
|
39
|
+
"@ray-js/cli": "1.6.9",
|
40
40
|
"art-template": "^4.13.2",
|
41
41
|
"fs-extra": "^10.1.0",
|
42
42
|
"miniprogram-api-typings": "^3.12.3",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"access": "public",
|
47
47
|
"registry": "https://registry.npmjs.com"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "443512d1bc0bda8f5b8c37b757f57581dbd8f66f"
|
50
50
|
}
|