@ray-js/build-plugin-router 0.5.11 → 0.6.0

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/build-plugin-router",
3
- "version": "0.5.11",
3
+ "version": "0.6.0",
4
4
  "description": "Ray build plugin for router",
5
5
  "keywords": [
6
6
  "ray"
@@ -21,13 +21,13 @@
21
21
  "watch": "tsc -p ./tsconfig.build.json --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@ray-js/plugin-utils": "^0.5.11",
25
- "@ray-js/shared": "^0.5.11",
24
+ "@ray-js/plugin-utils": "^0.6.0",
25
+ "@ray-js/shared": "^0.6.0",
26
26
  "chokidar": "^3.5.2",
27
27
  "colors": "1.4.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@ray-js/types": "^0.5.11"
30
+ "@ray-js/types": "^0.6.0"
31
31
  },
32
32
  "maintainers": [
33
33
  {
@@ -35,6 +35,6 @@
35
35
  "email": "tuyafe@tuya.com"
36
36
  }
37
37
  ],
38
- "gitHead": "f5460daeb7fc33645238859ac41d6c1517685ab9",
38
+ "gitHead": "d7e74c750c02eda67af6e54da93aad14d001acb3",
39
39
  "repository": {}
40
40
  }