@ray-js/framework-shared 0.20.0-beta.3 → 1.0.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.
@@ -16,7 +16,7 @@ export function filterProps(props) {
16
16
  return Object.keys(props).reduce(function (acc, cur) {
17
17
  var prop = cur; // web 平台没有 cli 帮助处理属性名称,直接去掉平台前缀
18
18
 
19
- if (process.env.REMAX_PLATFORM === 'web') {
19
+ if (process.env.PLATFORM === 'web') {
20
20
  prop = normalizeWebSpecifyProp(cur);
21
21
  }
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/framework-shared",
3
- "version": "0.20.0-beta.3",
3
+ "version": "1.0.0",
4
4
  "description": "Ray shared for framework",
5
5
  "keywords": [
6
6
  "ray"
@@ -20,13 +20,13 @@
20
20
  "watch": "ray start --type=component --emit-declaration-dev"
21
21
  },
22
22
  "dependencies": {
23
- "@ray-core/wechat": "^0.2.0-beta.8",
24
- "@ray-js/env": "^0.20.0-beta.3",
25
- "@ray-js/types": "^0.20.0-beta.3",
23
+ "@ray-core/wechat": "^0.2.0",
24
+ "@ray-js/env": "^1.0.0",
25
+ "@ray-js/types": "^1.0.0",
26
26
  "path-to-regexp": "^6.2.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@ray-js/cli": "^0.20.0-beta.3"
29
+ "@ray-js/cli": "^1.0.0"
30
30
  },
31
31
  "maintainers": [
32
32
  {
@@ -34,6 +34,6 @@
34
34
  "email": "tuyafe@tuya.com"
35
35
  }
36
36
  ],
37
- "gitHead": "3d5fa0e2163d04add962ad52bd58dce3ed85081a",
37
+ "gitHead": "bcc9fee074c97125f75a48895d1a5e449a243eed",
38
38
  "repository": {}
39
39
  }