@ray-js/framework-shared 1.4.29 → 1.4.30

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