@ray-js/adapter 1.5.0-beta.11 → 1.5.0-beta.12

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.5.0-beta.11",
3
+ "version": "1.5.0-beta.12",
4
4
  "description": "Ray adapter for tuya",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,12 +29,12 @@
29
29
  "watch": "concurrently 'yarn build:cjs --watch' 'yarn build:esm --watch'"
30
30
  },
31
31
  "dependencies": {
32
- "@ray-core/runtime": "^0.3.6",
33
- "@ray-core/shared": "^0.3.6",
34
- "@ray-core/types": "^0.3.6"
32
+ "@ray-core/runtime": "^0.3.9",
33
+ "@ray-core/shared": "^0.3.9",
34
+ "@ray-core/types": "^0.3.9"
35
35
  },
36
36
  "devDependencies": {
37
- "@ray-js/types": "^1.5.0-beta.11",
37
+ "@ray-js/types": "^1.5.0-beta.12",
38
38
  "concurrently": "^6.5.1"
39
39
  },
40
40
  "publishConfig": {
@@ -42,5 +42,5 @@
42
42
  "registry": "https://registry.npmjs.org"
43
43
  },
44
44
  "esnext": "./esm/index.js",
45
- "gitHead": "4b672baff874f366149a5a3007366a2eba7e5132"
45
+ "gitHead": "7fb9ae94b8896c81a6b6556099107cb2daab9c9b"
46
46
  }