@ray-js/framework-shared 1.4.59-beta.0 → 1.4.59

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/framework-shared",
3
- "version": "1.4.59-beta.0",
3
+ "version": "1.4.59",
4
4
  "description": "Ray shared for framework",
5
5
  "keywords": [
6
6
  "ray"
@@ -24,16 +24,16 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@ray-core/wechat": "^0.4.0",
27
- "@ray-js/env": "^1.4.59-beta.0",
28
- "@ray-js/types": "^1.4.59-beta.0",
27
+ "@ray-js/env": "1.4.59",
28
+ "@ray-js/types": "1.4.59",
29
29
  "path-to-regexp": "^6.2.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@ray-js/cli": "^1.4.59-beta.0"
32
+ "@ray-js/cli": "1.4.59"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public",
36
36
  "registry": "https://registry.npmjs.org"
37
37
  },
38
- "gitHead": "5cb9b6760d1079646be4d038fe3d21b42a3d4028"
38
+ "gitHead": "c0bcde71486faae4c61552e1bd83cef73cbabc1e"
39
39
  }