@ray-js/build-plugin-ray 0.4.0 → 0.4.1-beta-1
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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# @ray-js/build-plugin-ray
|
2
2
|
|
3
|
-
- 非 react native
|
3
|
+
- 非 react native(智能小程序、微信小程序、H5 等) 生成 `.ray` 运行时框架临时文件
|
4
4
|
- react native 生成 `@ray-js`运行时框架临时文件
|
5
5
|
|
6
6
|
<!-- TODO 解决两种临时文件夹 -->
|
@@ -8,7 +8,7 @@
|
|
8
8
|
配合 `@ray-js/framework` 进行适配,主要提供如
|
9
9
|
|
10
10
|
```js
|
11
|
-
import { router, location } from 'ray'
|
11
|
+
import { router, location } from 'ray'
|
12
12
|
```
|
13
13
|
|
14
14
|
框架层的 API 实现
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/build-plugin-ray",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.1-beta-1",
|
4
4
|
"description": "Ray build plugin for ray/framework",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -22,12 +22,12 @@
|
|
22
22
|
"watch": "tsc -p ./tsconfig.build.json --watch"
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
|
-
"@ray-js/shared": "^0.4.
|
25
|
+
"@ray-js/shared": "^0.4.1-beta-1",
|
26
26
|
"colors": "1.4.0",
|
27
27
|
"fs-extra": "^10.0.0"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@ray-js/types": "^0.4.
|
30
|
+
"@ray-js/types": "^0.4.1-beta-1",
|
31
31
|
"@types/fs-extra": "^9.0.13"
|
32
32
|
},
|
33
33
|
"maintainers": [
|
@@ -36,6 +36,6 @@
|
|
36
36
|
"email": "tuyafe@tuya.com"
|
37
37
|
}
|
38
38
|
],
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "d3e653fb870c81dfecff79b14d2232c086a77c5d",
|
40
40
|
"repository": {}
|
41
41
|
}
|