@ray-js/adapter 1.4.50-beta.1 → 1.4.51

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/adapter",
3
- "version": "1.4.50-beta.1",
3
+ "version": "1.4.51",
4
4
  "description": "Ray adapter for tuya",
5
5
  "keywords": [
6
6
  "ray"
@@ -31,12 +31,12 @@
31
31
  "watch": "concurrently 'yarn build:cjs --watch' 'yarn build:esm --watch'"
32
32
  },
33
33
  "dependencies": {
34
- "@ray-core/runtime": "^0.3.9",
35
- "@ray-core/shared": "^0.3.9",
36
- "@ray-core/types": "^0.3.9"
34
+ "@ray-core/runtime": "^0.4.0",
35
+ "@ray-core/shared": "^0.4.0",
36
+ "@ray-core/types": "^0.4.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@ray-js/types": "^1.4.50-beta.1",
39
+ "@ray-js/types": "1.4.51",
40
40
  "concurrently": "^6.5.1"
41
41
  },
42
42
  "publishConfig": {
@@ -44,5 +44,5 @@
44
44
  "registry": "https://registry.npmjs.org"
45
45
  },
46
46
  "esnext": "./esm/index.js",
47
- "gitHead": "7f7dda6601efd676ac4f0cbdf6dc05d5ae2df6af"
47
+ "gitHead": "ef52059911e6d19ffadedbcc1cebb2c1b8e843bc"
48
48
  }