@ray-js/build-plugin-router 1.4.36 → 1.4.38

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/build-plugin-router",
3
- "version": "1.4.36",
3
+ "version": "1.4.38",
4
4
  "description": "Ray build plugin for router",
5
5
  "keywords": [
6
6
  "ray"
@@ -24,7 +24,7 @@
24
24
  "watch": "tsc -p ./tsconfig.build.json --watch"
25
25
  },
26
26
  "dependencies": {
27
- "@ray-js/shared": "1.4.36",
27
+ "@ray-js/shared": "1.4.38",
28
28
  "chokidar": "^3.5.3",
29
29
  "colors": "1.4.0",
30
30
  "ejs": "^3.1.9",
@@ -33,11 +33,11 @@
33
33
  "url": "^0.11.3"
34
34
  },
35
35
  "devDependencies": {
36
- "@ray-js/types": "1.4.36"
36
+ "@ray-js/types": "1.4.38"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public",
40
40
  "registry": "https://registry.npmjs.org"
41
41
  },
42
- "gitHead": "9037ef50343f4364daff62e5d2beee13117dc8b3"
42
+ "gitHead": "90a4ff46cecf0423df2de590703d8892ce56203b"
43
43
  }