@ray-js/api 1.4.41 → 1.4.42

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.41",
3
+ "version": "1.4.42",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,14 +29,14 @@
29
29
  "watch": "ray start --type=component"
30
30
  },
31
31
  "dependencies": {
32
- "@ray-js/framework": "1.4.41",
33
- "@ray-js/router": "1.4.41",
32
+ "@ray-js/framework": "1.4.42",
33
+ "@ray-js/router": "1.4.42",
34
34
  "@ray-js/wechat": "^0.0.33",
35
35
  "base64-browser": "^1.0.1",
36
36
  "query-string": "^7.1.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@ray-js/cli": "1.4.41",
39
+ "@ray-js/cli": "1.4.42",
40
40
  "art-template": "^4.13.2",
41
41
  "fs-extra": "^10.1.0",
42
42
  "miniprogram-api-typings": "^3.12.2",
@@ -46,5 +46,5 @@
46
46
  "access": "public",
47
47
  "registry": "https://registry.npmjs.org"
48
48
  },
49
- "gitHead": "9fc4546a5140a252c0659e95f4aa1c73b30b3355"
49
+ "gitHead": "248b5bb0a425502d5ac45a1a8af5a6b96d3e1dc9"
50
50
  }