@ray-js/api 1.3.99-beta.4 → 1.4.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1 @@
1
- declare const _default: typeof globalThis;
2
- export default _default;
1
+ export default window;
@@ -1,2 +1 @@
1
- // @ts-ignore
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.99-beta.4",
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.3.99-beta.4",
30
- "@ray-js/router": "^1.3.99-beta.4",
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.3.99-beta.4",
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": "d7023ac947690654dc0c20e8bc7c292f16005236",
47
+ "gitHead": "92a9834964bb74c3a3b0553438b0f0c7a77ad8d0",
48
48
  "repository": {}
49
49
  }