@ray-js/adapter 1.4.45 → 1.4.47

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 +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/adapter",
3
- "version": "1.4.45",
3
+ "version": "1.4.47",
4
4
  "description": "Ray adapter for tuya",
5
5
  "keywords": [
6
6
  "ray"
@@ -15,6 +15,8 @@
15
15
  ],
16
16
  "module": "./esm/index.js",
17
17
  "typings": "./esm/index.d.ts",
18
+ "main": "./cjs/index.js",
19
+ "types": "./cjs/index.d.ts",
18
20
  "files": [
19
21
  "cjs",
20
22
  "esm",
@@ -34,7 +36,7 @@
34
36
  "@ray-core/types": "^0.3.9"
35
37
  },
36
38
  "devDependencies": {
37
- "@ray-js/types": "1.4.45",
39
+ "@ray-js/types": "1.4.47",
38
40
  "concurrently": "^6.5.1"
39
41
  },
40
42
  "publishConfig": {
@@ -42,5 +44,5 @@
42
44
  "registry": "https://registry.npmjs.org"
43
45
  },
44
46
  "esnext": "./esm/index.js",
45
- "gitHead": "3d43182ecec581aec70f654706be0b070e38011b"
47
+ "gitHead": "aff8c7e09d9166412b41104b7dc31f2d7dda18a5"
46
48
  }