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

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",
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"
22
22
  },
23
23
  "publishConfig": {
24
24
  "access": "public",
25
25
  "registry": "https://registry.npmjs.org"
26
26
  },
27
- "gitHead": "4e051bcd43213cf91d1662544c462e2544fcb22a"
27
+ "gitHead": "636bf104679f0a1e64338bec9bee9c159c9cf9d7"
28
28
  }