@ray-js/build-plugin-router 0.6.5 → 0.6.6-beta-1

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.5",
3
+ "version": "0.6.6-beta-1",
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.5",
24
+ "@ray-js/shared": "^0.6.6-beta-1",
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.5"
31
+ "@ray-js/types": "^0.6.6-beta-1"
32
32
  },
33
33
  "maintainers": [
34
34
  {
@@ -36,6 +36,6 @@
36
36
  "email": "tuyafe@tuya.com"
37
37
  }
38
38
  ],
39
- "gitHead": "547c710fa9a2cdb8749be0d4907149c02f74d4f3",
39
+ "gitHead": "104e90dd313c572b3a8e333289814aaa0e6db61a",
40
40
  "repository": {}
41
41
  }