@ray-js/framework-shared 1.4.57 → 1.4.58

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.57",
3
+ "version": "1.4.58",
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.57",
28
- "@ray-js/types": "1.4.57",
27
+ "@ray-js/env": "1.4.58",
28
+ "@ray-js/types": "1.4.58",
29
29
  "path-to-regexp": "^6.2.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@ray-js/cli": "1.4.57"
32
+ "@ray-js/cli": "1.4.58"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public",
36
36
  "registry": "https://registry.npmjs.org"
37
37
  },
38
- "gitHead": "fd1b5fa91e00c6b215fc941d3afd0708eeed6566"
38
+ "gitHead": "cba39c78d2d33035b58707568234b4ca68b8a5c7"
39
39
  }