@ray-js/api 1.4.5-beta.0 → 1.4.5
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.
@@ -1,5 +1,6 @@
|
|
1
1
|
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
-
import { getDeviceInfo, getLaunchOptionsSync, getGroupInfo,
|
2
|
+
import { getDeviceInfo, getLaunchOptionsSync, getGroupInfo, registerDeviceListListener, registerGroupChange, exitMiniProgram, subscribeDeviceRemoved, onDeviceRemoved } from '../../all-kits';
|
3
|
+
import getApp from '../../getApp';
|
3
4
|
// 本地化缓存 deviceInfo 方便随时调用
|
4
5
|
let __deviceInfo = null;
|
5
6
|
const defaultPanelEnvironmentOptions = {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/api",
|
3
|
-
"version": "1.4.5
|
3
|
+
"version": "1.4.5",
|
4
4
|
"description": "Ray universal api",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -29,13 +29,13 @@
|
|
29
29
|
"watch": "ray start --type=component"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@ray-js/framework": "^1.4.5
|
33
|
-
"@ray-js/router": "^1.4.5
|
32
|
+
"@ray-js/framework": "^1.4.5",
|
33
|
+
"@ray-js/router": "^1.4.5",
|
34
34
|
"@ray-js/wechat": "^0.0.33",
|
35
35
|
"base64-browser": "^1.0.1"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
|
-
"@ray-js/cli": "^1.4.5
|
38
|
+
"@ray-js/cli": "^1.4.5",
|
39
39
|
"art-template": "^4.13.2",
|
40
40
|
"fs-extra": "^10.1.0",
|
41
41
|
"miniprogram-api-typings": "^3.12.0",
|