@camera.ui/camera-ui-tuya 0.0.37 → 0.0.39

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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,3 @@
1
- All notable changes to this project will be documented in this file.
2
-
3
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
-
6
- ## [X.X.X] - ???
1
+ ## [1.0.0] - 01.07.2026
7
2
 
8
3
  - Initial Release
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023-2024 seydx <dev@seydx.com>
3
+ Copyright (c) 2023-2026 seydx <hi@seydx.dev>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -1 +1,5 @@
1
- # @camera.ui/camera-ui-tuya
1
+ # Tuya
2
+
3
+ Integrates Tuya / Smart Life cameras into camera.ui, with device discovery and live streaming through the Tuya platform.
4
+
5
+ `@camera.ui/camera-ui-tuya`
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "displayName": "Tuya",
3
3
  "name": "@camera.ui/camera-ui-tuya",
4
- "version": "0.0.37",
5
- "description": "Connect and control Tuya-compatible cameras. Access live streams and settings through the Tuya Smart platform.",
6
- "author": "seydx (https://github.com/seydx/camera.ui)",
4
+ "version": "0.0.39",
5
+ "description": "Integrates Tuya / Smart Life cameras into camera.ui, with device discovery and live streaming.",
6
+ "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/index.js",
8
8
  "type": "commonjs",
9
9
  "scripts": {
@@ -21,13 +21,13 @@
21
21
  "update": "updates --update ./"
22
22
  },
23
23
  "bugs": {
24
- "url": "https://github.com/seydx/camera.ui/issues"
24
+ "url": "https://github.com/cameraui/plugins/issues"
25
25
  },
26
26
  "engines": {
27
27
  "camera.ui": ">=0.0.66",
28
28
  "node": ">=22.0.0"
29
29
  },
30
- "homepage": "https://github.com/seydx/camera.ui#readme",
30
+ "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-tuya#readme",
31
31
  "keywords": [
32
32
  "camera-ui-plugin",
33
33
  "cameras",
@@ -36,13 +36,11 @@
36
36
  "license": "MIT",
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "git+https://github.com/seydx/camera.ui.git"
39
+ "url": "git+https://github.com/cameraui/plugins.git",
40
+ "directory": "camera-ui-tuya"
40
41
  },
41
- "camera.ui": {
42
- "extensions": [
43
- "cameraController"
44
- ],
45
- "dependencies": [],
46
- "bundled": true
47
- }
42
+ "files": [
43
+ "bundle.zip",
44
+ "CHANGELOG.md"
45
+ ]
48
46
  }