@ray-js/build-plugin-ray 1.6.0-beta.9 → 1.6.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.
- package/lib/index.js +1 -1
- package/package.json +5 -5
package/lib/index.js
CHANGED
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.default = PluginRay;
|
6
7
|
const colors_1 = __importDefault(require("colors"));
|
7
8
|
const path_1 = __importDefault(require("path"));
|
8
9
|
const shared_1 = require("@ray-js/shared");
|
@@ -31,4 +32,3 @@ function PluginRay(api) {
|
|
31
32
|
},
|
32
33
|
};
|
33
34
|
}
|
34
|
-
exports.default = PluginRay;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/build-plugin-ray",
|
3
|
-
"version": "1.6.0
|
3
|
+
"version": "1.6.0",
|
4
4
|
"description": "Ray build plugin for ray/framework",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -23,18 +23,18 @@
|
|
23
23
|
"watch": "tsc -p ./tsconfig.build.json --watch"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@ray-js/shared": "
|
26
|
+
"@ray-js/shared": "1.6.0",
|
27
27
|
"colors": "1.4.0",
|
28
28
|
"fs-extra": "^10.1.0",
|
29
29
|
"slash": "^3.0.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
|
-
"@ray-js/types": "
|
32
|
+
"@ray-js/types": "1.6.0",
|
33
33
|
"@types/fs-extra": "^11.0.4"
|
34
34
|
},
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public",
|
37
|
-
"registry": "https://registry.npmjs.
|
37
|
+
"registry": "https://registry.npmjs.com"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "b5b10947abcec036f88b73320491fb4e0a4cbe52"
|
40
40
|
}
|