@ray-js/framework-shared 1.4.60 → 1.4.61-beta.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/framework-shared",
3
- "version": "1.4.60",
3
+ "version": "1.4.61-beta.0",
4
4
  "description": "Ray shared for framework",
5
5
  "keywords": [
6
6
  "ray"
@@ -23,17 +23,17 @@
23
23
  "watch": "ray start --type=component --emit-declaration-dev"
24
24
  },
25
25
  "dependencies": {
26
- "@ray-core/wechat": "^0.4.0",
27
- "@ray-js/env": "1.4.60",
28
- "@ray-js/types": "1.4.60",
26
+ "@ray-core/wechat": "^0.4.1",
27
+ "@ray-js/env": "^1.4.61-beta.0",
28
+ "@ray-js/types": "^1.4.61-beta.0",
29
29
  "path-to-regexp": "^6.2.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@ray-js/cli": "1.4.60"
32
+ "@ray-js/cli": "^1.4.61-beta.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public",
36
36
  "registry": "https://registry.npmjs.org"
37
37
  },
38
- "gitHead": "fe03dd457a54ab78a75747bcb370a48213086b06"
38
+ "gitHead": "047685b969e54c1956e78d6a484a81ab67a547f9"
39
39
  }