@ray-js/api 1.4.10 → 1.4.12

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.10",
3
+ "version": "1.4.12",
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.10",
33
- "@ray-js/router": "1.4.10",
32
+ "@ray-js/framework": "^1.4.12",
33
+ "@ray-js/router": "^1.4.12",
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.10",
38
+ "@ray-js/cli": "^1.4.12",
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": "c7e426e2105743b1146961d6eef4cd34bda8ab34"
48
+ "gitHead": "cf44fb07879464d66454602075392fd9e2c7a6a1"
49
49
  }