@camera.ui/camera-ui-tuya 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,7 @@
5
5
  "title": "Tuya Account",
6
6
  "description": "Tuya Account",
7
7
  "required": true,
8
+ "opened": true,
8
9
  "properties": {
9
10
  "userId": {
10
11
  "type": "string",
@@ -278,7 +279,8 @@
278
279
  "description": "The Home ID of the device"
279
280
  },
280
281
  "defaultValue": [],
281
- "store": true
282
+ "store": true,
283
+ "opened": true
282
284
  }
283
285
  }
284
286
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Tuya",
3
3
  "name": "@camera.ui/camera-ui-tuya",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "description": "camera.ui tuya plugin",
6
6
  "author": "seydx (https://github.com/seydx/camera.ui)",
7
7
  "main": "./dist/index.js",