@ray-js/api 1.3.99-beta.4 → 1.4.0-alpha.0
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,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default _default;
|
|
1
|
+
export default window;
|
package/lib/global-api/index.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default typeof window !== 'undefined' ? window : global;
|
|
1
|
+
export default window;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-alpha.0",
|
|
4
4
|
"description": "Ray universal api",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ray"
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"build:kit:api": "node scripts/api-creator.mjs"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ray-js/framework": "^1.
|
|
30
|
-
"@ray-js/router": "^1.
|
|
29
|
+
"@ray-js/framework": "^1.4.0-alpha.0",
|
|
30
|
+
"@ray-js/router": "^1.4.0-alpha.0",
|
|
31
31
|
"@ray-js/wechat": "^0.0.16",
|
|
32
32
|
"base64-browser": "^1.0.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@ray-js/cli": "^1.
|
|
35
|
+
"@ray-js/cli": "^1.4.0-alpha.0",
|
|
36
36
|
"art-template": "^4.13.2",
|
|
37
37
|
"fs-extra": "^10.1.0",
|
|
38
38
|
"miniprogram-api-typings": "^3.4.3",
|
|
@@ -44,6 +44,6 @@
|
|
|
44
44
|
"email": "tuyafe@tuya.com"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "92a9834964bb74c3a3b0553438b0f0c7a77ad8d0",
|
|
48
48
|
"repository": {}
|
|
49
49
|
}
|