@camera.ui/camera-ui-ring 0.0.64 → 0.0.66
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/LICENSE.md +1 -1
- package/bundle.zip +0 -0
- package/package.json +13 -15
package/LICENSE.md
CHANGED
package/bundle.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Ring",
|
|
3
3
|
"name": "@camera.ui/camera-ui-ring",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.66",
|
|
5
5
|
"description": "Integrate Ring security cameras seamlessly. Access live feeds, manage recordings, and control Ring device settings.",
|
|
6
|
-
"author": "seydx (https://github.com/
|
|
6
|
+
"author": "seydx (https://github.com/cameraui/plugins)",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"type": "commonjs",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"build": "rimraf dist && npm run build:ring
|
|
11
|
-
"build:ring
|
|
10
|
+
"build": "rimraf dist && npm run build:ring && tsc",
|
|
11
|
+
"build:ring": "npm --prefix ../externals/ring ci --ignore-scripts && npm --prefix ../externals/ring run build",
|
|
12
12
|
"bundle": "npm run format && npm run lint:fix && npm run build && cui bundle",
|
|
13
13
|
"bundle:dev": "npm run format && npm run lint:fix && npm run build && cross-env MODE=development cui bundle",
|
|
14
14
|
"format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"update": "updates --update ./"
|
|
23
23
|
},
|
|
24
24
|
"bugs": {
|
|
25
|
-
"url": "https://github.com/
|
|
25
|
+
"url": "https://github.com/cameraui/plugins/issues"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"camera.ui": ">=0.0.
|
|
28
|
+
"camera.ui": ">=0.0.66",
|
|
29
29
|
"node": ">=22.0.0"
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://github.com/
|
|
31
|
+
"homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-ring#readme",
|
|
32
32
|
"keywords": [
|
|
33
33
|
"camera-ui-plugin",
|
|
34
34
|
"ring",
|
|
@@ -37,13 +37,11 @@
|
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
|
-
"url": "git+https://github.com/
|
|
40
|
+
"url": "git+https://github.com/cameraui/plugins.git",
|
|
41
|
+
"directory": "camera-ui-ring"
|
|
41
42
|
},
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"dependencies": [],
|
|
47
|
-
"bundled": true
|
|
48
|
-
}
|
|
43
|
+
"files": [
|
|
44
|
+
"bundle.zip",
|
|
45
|
+
"CHANGELOG.md"
|
|
46
|
+
]
|
|
49
47
|
}
|