@camera.ui/camera-ui-ring 0.0.51 → 0.0.53
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/bundle.zip +0 -0
- package/package.json +6 -6
package/bundle.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Ring",
|
|
3
3
|
"name": "@camera.ui/camera-ui-ring",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"description": "
|
|
4
|
+
"version": "0.0.53",
|
|
5
|
+
"description": "Integrate Ring security cameras seamlessly. Access live feeds, manage recordings, and control Ring device settings.",
|
|
6
6
|
"author": "seydx (https://github.com/seydx/camera.ui)",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"type": "commonjs",
|
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
"build": "rimraf dist && npm run build:ring-client-api && tsc",
|
|
11
11
|
"build:ring-client-api": "cd ../../externals/ring-client-api && npm run build && cd ../../plugins/camera-ui-ring",
|
|
12
12
|
"bundle": "npm run format && npm run lint:fix && npm run build && cui bundle",
|
|
13
|
-
"bundle:dev": "
|
|
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",
|
|
15
15
|
"install-updates": "npm i --save",
|
|
16
16
|
"lint": "eslint .",
|
|
17
17
|
"lint:fix": "eslint --fix .",
|
|
18
18
|
"prepublishOnly": "node -e \"if(!process.env.SAFE_PUBLISH){console.error('Error: Please use @camera.ui/cli to publish the plugin:\\n npm run publish:alpha\\n npm run publish:beta\\n npm run publish:latest\\n');process.exit(1)}\"",
|
|
19
|
-
"publish:alpha": "cui publish --alpha",
|
|
20
|
-
"publish:beta": "cui publish --beta",
|
|
21
|
-
"publish:latest": "cui publish --latest",
|
|
19
|
+
"publish:alpha": "npm i --save && npm run bundle && cui publish --alpha",
|
|
20
|
+
"publish:beta": "npm i --save && npm run bundle && cui publish --beta",
|
|
21
|
+
"publish:latest": "npm i --save && npm run bundle && cui publish --latest",
|
|
22
22
|
"update": "updates --update ./"
|
|
23
23
|
},
|
|
24
24
|
"overrides": {
|