homebridge2-alarmdecoder-platform 1.0.0-beta.2 → 1.0.1
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.
|
@@ -5,7 +5,12 @@
|
|
|
5
5
|
"Bash(git commit -m ' *)",
|
|
6
6
|
"Bash(git push *)",
|
|
7
7
|
"Bash(npm publish *)",
|
|
8
|
-
"Bash(npm whoami *)"
|
|
8
|
+
"Bash(npm whoami *)",
|
|
9
|
+
"Bash(npm set *)",
|
|
10
|
+
"Read(//Users/pabfou/.npm/_logs/**)",
|
|
11
|
+
"Bash(NPM_TOKEN=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 npm publish *)",
|
|
12
|
+
"Bash(NPM_TOKEN=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 npm publish *)",
|
|
13
|
+
"Bash(NPM_TOKEN=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 npm whoami *)"
|
|
9
14
|
]
|
|
10
15
|
}
|
|
11
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge2-alarmdecoder-platform",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Homebridge 2.0 dynamic platform plugin for AlarmDecoder (Honeywell/DSC and Interlogix/GE/Caddx alarm panels).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|