@ray-js/build-plugin-ray 0.5.8-beta-1 → 0.5.9-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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/build-plugin-ray",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.9-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.5.
|
25
|
+
"@ray-js/shared": "^0.5.9-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.5.
|
30
|
+
"@ray-js/types": "^0.5.9-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": "45232c09ae46aee3f29663e455158965ad329ff3",
|
40
40
|
"repository": {}
|
41
41
|
}
|
package/templates/index.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
export * from '@ray-js/framework' // 由构建器别名替换到 @ray-js/framework-mp
|
2
|
-
import router from '@ray-js/router' // 由构建器别名替换到 @ray-js/router-mp
|
1
|
+
export * from '@ray-js/framework' // 由构建器别名替换到 @ray-js/framework-mp
|
2
|
+
import router from '@ray-js/router' // 由构建器别名替换到 @ray-js/router-mp
|
3
3
|
import location from '@ray-js/location'
|
4
4
|
|
5
5
|
export { router, location }
|
@@ -1,6 +0,0 @@
|
|
1
|
-
// this file generate by @ray-js/build-plugin-router.
|
2
|
-
// do not modify this file!!!
|
3
|
-
import location from '@ray-js/location-native'
|
4
|
-
import router from '@ray-js/router-native' // 由构建器别名替换到 @ray-js/router-mp @ray-js/router-native
|
5
|
-
export * from '@ray-js/framework-native' // 由构建器别名替换到 @ray-js/framework-mp @ray-js/framework-native
|
6
|
-
export { router, location }
|