@ray-js/api 1.4.11 → 1.4.13

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/api",
3
- "version": "1.4.11",
3
+ "version": "1.4.13",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,13 +29,13 @@
29
29
  "watch": "ray start --type=component"
30
30
  },
31
31
  "dependencies": {
32
- "@ray-js/framework": "^1.4.11",
33
- "@ray-js/router": "^1.4.11",
32
+ "@ray-js/framework": "1.4.13",
33
+ "@ray-js/router": "1.4.13",
34
34
  "@ray-js/wechat": "^0.0.33",
35
35
  "base64-browser": "^1.0.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@ray-js/cli": "^1.4.11",
38
+ "@ray-js/cli": "1.4.13",
39
39
  "art-template": "^4.13.2",
40
40
  "fs-extra": "^10.1.0",
41
41
  "miniprogram-api-typings": "^3.12.0",
@@ -45,5 +45,5 @@
45
45
  "access": "public",
46
46
  "registry": "https://registry.npmjs.org"
47
47
  },
48
- "gitHead": "3afff1b2904abf0f7847567de460bf4c02e5853e"
48
+ "gitHead": "1f0c7987d6eb2536a76946c0bb8a3b604da6e2a2"
49
49
  }