@ray-js/framework-shared 1.4.47 → 1.4.48

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