@ray-js/cli 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/lib/run-builder.js +0 -4
- package/package.json +9 -10
package/lib/run-builder.js
CHANGED
|
@@ -26,7 +26,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.runBuilder = void 0;
|
|
27
27
|
const builder_mp_1 = require("@ray-js/builder-mp");
|
|
28
28
|
const builder_web_1 = require("@ray-js/builder-web");
|
|
29
|
-
const builder_native_1 = require("@ray-js/builder-native");
|
|
30
29
|
const API_1 = __importDefault(require("./API"));
|
|
31
30
|
function runBuilder(options) {
|
|
32
31
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -48,9 +47,6 @@ function runBuilder(options) {
|
|
|
48
47
|
case 'web':
|
|
49
48
|
yield (0, builder_web_1.build)(opts, ctx);
|
|
50
49
|
break;
|
|
51
|
-
case 'native':
|
|
52
|
-
yield (0, builder_native_1.build)(opts, ctx);
|
|
53
|
-
break;
|
|
54
50
|
default:
|
|
55
51
|
throw new Error(`Target '${target}' is not supported.'`);
|
|
56
52
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.9-beta-1",
|
|
4
4
|
"description": "Ray cli",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ray": "./bin/ray"
|
|
@@ -24,14 +24,13 @@
|
|
|
24
24
|
"watch": "tsc -p ./tsconfig.build.json --watch"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@ray-js/build-plugin-ray": "^0.5.
|
|
28
|
-
"@ray-js/build-plugin-router": "^0.5.
|
|
29
|
-
"@ray-js/builder-component": "^0.5.
|
|
30
|
-
"@ray-js/builder-mp": "^0.5.
|
|
31
|
-
"@ray-js/builder-
|
|
32
|
-
"@ray-js/
|
|
33
|
-
"@ray-js/
|
|
34
|
-
"@ray-js/types": "^0.5.8-beta-1",
|
|
27
|
+
"@ray-js/build-plugin-ray": "^0.5.9-beta-1",
|
|
28
|
+
"@ray-js/build-plugin-router": "^0.5.9-beta-1",
|
|
29
|
+
"@ray-js/builder-component": "^0.5.9-beta-1",
|
|
30
|
+
"@ray-js/builder-mp": "^0.5.9-beta-1",
|
|
31
|
+
"@ray-js/builder-web": "^0.5.9-beta-1",
|
|
32
|
+
"@ray-js/shared": "^0.5.9-beta-1",
|
|
33
|
+
"@ray-js/types": "^0.5.9-beta-1",
|
|
35
34
|
"colors": "1.4.0",
|
|
36
35
|
"commander": "^8.2.0",
|
|
37
36
|
"webpack-chain": "^6.5.1"
|
|
@@ -42,6 +41,6 @@
|
|
|
42
41
|
"email": "tuyafe@tuya.com"
|
|
43
42
|
}
|
|
44
43
|
],
|
|
45
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "45232c09ae46aee3f29663e455158965ad329ff3",
|
|
46
45
|
"repository": {}
|
|
47
46
|
}
|