@ray-js/framework-mp 1.4.50-beta.0 → 1.4.50-beta.1

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/framework-mp",
3
- "version": "1.4.50-beta.0",
3
+ "version": "1.4.50-beta.1",
4
4
  "description": "Ray Core",
5
5
  "keywords": [
6
6
  "ray"
@@ -18,11 +18,11 @@
18
18
  "lib"
19
19
  ],
20
20
  "dependencies": {
21
- "@ray-js/runtime": "^1.4.50-beta.0"
21
+ "@ray-js/runtime": "^1.4.50-beta.1"
22
22
  },
23
23
  "publishConfig": {
24
24
  "access": "public",
25
25
  "registry": "https://registry.npmjs.org"
26
26
  },
27
- "gitHead": "4e051bcd43213cf91d1662544c462e2544fcb22a"
27
+ "gitHead": "7f7dda6601efd676ac4f0cbdf6dc05d5ae2df6af"
28
28
  }