@ray-js/build-plugin-router 1.5.40 → 1.5.42
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/lib/theme.d.ts +1 -1
- package/package.json +6 -6
package/lib/index.js
CHANGED
@@ -14,6 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
14
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
exports.default = PluginRouter;
|
17
18
|
const chokidar_1 = __importDefault(require("chokidar"));
|
18
19
|
const colors_1 = __importDefault(require("colors"));
|
19
20
|
const path_1 = __importDefault(require("path"));
|
@@ -340,4 +341,3 @@ function PluginRouter(api) {
|
|
340
341
|
}
|
341
342
|
return plugin;
|
342
343
|
}
|
343
|
-
exports.default = PluginRouter;
|
package/lib/theme.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/build-plugin-router",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.42",
|
4
4
|
"description": "Ray build plugin for router",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -24,20 +24,20 @@
|
|
24
24
|
"watch": "tsc -p ./tsconfig.build.json --watch"
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
|
-
"@ray-js/shared": "1.5.
|
27
|
+
"@ray-js/shared": "1.5.42",
|
28
28
|
"chokidar": "^3.6.0",
|
29
29
|
"colors": "1.4.0",
|
30
30
|
"ejs": "^3.1.10",
|
31
31
|
"fs-extra": "^10.1.0",
|
32
|
-
"path-to-regexp": "^6.
|
33
|
-
"url": "^0.11.
|
32
|
+
"path-to-regexp": "^6.3.0",
|
33
|
+
"url": "^0.11.4"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
|
-
"@ray-js/types": "1.5.
|
36
|
+
"@ray-js/types": "1.5.42"
|
37
37
|
},
|
38
38
|
"publishConfig": {
|
39
39
|
"access": "public",
|
40
40
|
"registry": "https://registry.npmjs.com"
|
41
41
|
},
|
42
|
-
"gitHead": "
|
42
|
+
"gitHead": "3694e85574ec5b7d92cf7d2df362926adf5a03cd"
|
43
43
|
}
|