@ray-js/build-plugin-router 1.3.99-beta.3 → 1.4.0-alpha.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/build-plugin-router",
3
- "version": "1.3.99-beta.3",
3
+ "version": "1.4.0-alpha.0",
4
4
  "description": "Ray build plugin for router",
5
5
  "keywords": [
6
6
  "ray"
@@ -21,7 +21,7 @@
21
21
  "watch": "tsc -p ./tsconfig.build.json --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@ray-js/shared": "^1.3.99-beta.3",
24
+ "@ray-js/shared": "^1.4.0-alpha.0",
25
25
  "chokidar": "^3.5.2",
26
26
  "colors": "1.4.0",
27
27
  "ejs": "^3.1.6",
@@ -30,7 +30,7 @@
30
30
  "url": "^0.11.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@ray-js/types": "^1.3.99-beta.3"
33
+ "@ray-js/types": "^1.4.0-alpha.0"
34
34
  },
35
35
  "maintainers": [
36
36
  {
@@ -38,6 +38,6 @@
38
38
  "email": "tuyafe@tuya.com"
39
39
  }
40
40
  ],
41
- "gitHead": "fb0a79e1296c9f6311467d9c00634654f0136644",
41
+ "gitHead": "92a9834964bb74c3a3b0553438b0f0c7a77ad8d0",
42
42
  "repository": {}
43
43
  }