@ray-js/adapter 1.5.0 → 1.5.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/adapter",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
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.4.0",
35
- "@ray-core/shared": "^0.4.0",
36
- "@ray-core/types": "^0.4.0"
34
+ "@ray-core/runtime": "^0.4.5",
35
+ "@ray-core/shared": "^0.4.5",
36
+ "@ray-core/types": "^0.4.5"
37
37
  },
38
38
  "devDependencies": {
39
- "@ray-js/types": "1.5.0",
39
+ "@ray-js/types": "1.5.1",
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": "acb0b960e4f0cda492b34c950bf9cd8d5b27ec8a"
47
+ "gitHead": "c72417d2eda79e7cb4a0ae547e0483eb72d6330f"
48
48
  }