@ray-js/ray 1.4.48 → 1.4.50-beta.0

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ray",
3
- "version": "1.4.48",
3
+ "version": "1.4.50-beta.0",
4
4
  "description": "ray",
5
5
  "keywords": [
6
6
  "ray"
@@ -28,14 +28,14 @@
28
28
  "dependencies": {
29
29
  "@ray-core/html2mini-plugin": "0.0.8",
30
30
  "@ray-core/macro": "^0.3.9",
31
- "@ray-js/api": "1.4.48",
32
- "@ray-js/capability": "1.4.48",
33
- "@ray-js/components": "1.4.48",
34
- "@ray-js/framework": "1.4.48"
31
+ "@ray-js/api": "^1.4.50-beta.0",
32
+ "@ray-js/capability": "^1.4.50-beta.0",
33
+ "@ray-js/components": "^1.4.50-beta.0",
34
+ "@ray-js/framework": "^1.4.50-beta.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public",
38
38
  "registry": "https://registry.npmjs.org"
39
39
  },
40
- "gitHead": "b5f0d50fcd4af33c37b72c0ea08015d0dd720acd"
40
+ "gitHead": "4e051bcd43213cf91d1662544c462e2544fcb22a"
41
41
  }