@scrypted/core 0.0.172 → 0.0.176

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/README.md CHANGED
@@ -1,15 +1,3 @@
1
- # Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.
1
+ # Scrypted Web UI Plugin
2
2
 
3
- ## npm commands
4
- * npm run scrypted-webpack
5
- * npm run scrypted-deploy <ipaddress>
6
- * npm run scrypted-debug <ipaddress>
7
-
8
- ## scrypted distribution via npm
9
- 1. Ensure package.json is set up properly for publishing on npm.
10
- 2. npm publish
11
-
12
- ## Visual Studio Code configuration
13
-
14
- * If using a remote server, edit [.vscode/settings.json](blob/master/.vscode/settings.json) to specify the IP Address of the Scrypted server.
15
- * Launch Scrypted Debugger from the launch menu.
3
+ The Core Plugin provides the web UI for Scrypted.
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/core",
3
- "version": "0.0.172",
3
+ "version": "0.0.176",
4
4
  "description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
5
5
  "author": "Scrypted",
6
6
  "license": "Apache-2.0",