@ray-js/build-plugin-router 0.6.7 → 0.6.8

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": "0.6.7",
3
+ "version": "0.6.8",
4
4
  "description": "Ray build plugin for router",
5
5
  "keywords": [
6
6
  "ray"
@@ -21,14 +21,14 @@
21
21
  "watch": "tsc -p ./tsconfig.build.json --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@ray-js/shared": "^0.6.7",
24
+ "@ray-js/shared": "^0.6.8",
25
25
  "chokidar": "^3.5.2",
26
26
  "colors": "1.4.0",
27
27
  "ejs": "^3.1.6",
28
28
  "fs-extra": "^10.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@ray-js/types": "^0.6.7"
31
+ "@ray-js/types": "^0.6.8"
32
32
  },
33
33
  "maintainers": [
34
34
  {
@@ -36,6 +36,6 @@
36
36
  "email": "tuyafe@tuya.com"
37
37
  }
38
38
  ],
39
- "gitHead": "fcffadf9378cb4a19a3ef277757983b072d8810c",
39
+ "gitHead": "fc83de18208c48d8323de586f13e3860712c91a3",
40
40
  "repository": {}
41
41
  }