@rfranzoi/scrypted-mqtt-securitysystem 1.0.56 → 1.0.57

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.

Potentially problematic release.


This version of @rfranzoi/scrypted-mqtt-securitysystem might be problematic. Click here for more details.

package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@rfranzoi/scrypted-mqtt-securitysystem",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "Scrypted plugin: Paradox Security System via MQTT (PAI/PAI-MQTT style).",
5
5
  "license": "MIT",
6
6
  "main": "dist/main.nodejs.js",
7
7
  "type": "commonjs",
8
8
  "scripts": {
9
- "build": "rm -rf dist && scrypted-webpack --target node || true && node -e \"const fs=require('fs'),path=require('path');const cand=['dist/main.nodejs.js','out/main.nodejs.js','main.nodejs.js'];const dest='dist/main.nodejs.js';const src=cand.find(f=>fs.existsSync(f));if(!src){console.error('main.nodejs.js non trovato (dist/out/root).');process.exit(1);}fs.mkdirSync(path.dirname(dest),{recursive:true});if(src!==dest)fs.copyFileSync(src,dest);\" && (cd dist && rm -f plugin.zip && zip -q -r plugin.zip main.nodejs.js)",
9
+ "build": "rm -rf dist && scrypted-webpack --target node && node -e \"const fs=require('fs'),path=require('path');const cand=['dist/main.nodejs.js','out/main.nodejs.js','main.nodejs.js'];const dest='dist/main.nodejs.js';const src=cand.find(f=>fs.existsSync(f));if(!src){console.error('main.nodejs.js non trovato (dist/out/root).');process.exit(1);}fs.mkdirSync(path.dirname(dest),{recursive:true});if(src!==dest)fs.copyFileSync(src,dest);\" && (cd dist && rm -f plugin.zip && zip -q -r plugin.zip main.nodejs.js)",
10
10
  "prepublishOnly": "npm run build && test -f dist/plugin.zip"
11
11
  },
12
12
  "dependencies": {