@aryaminus/controlkeel 0.3.16 → 0.3.19
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/lib/install.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/lib/install.js
CHANGED
|
@@ -128,7 +128,7 @@ function sha256File(filePath) {
|
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
async function verifyChecksum(filePath, asset) {
|
|
131
|
-
const checksumUrl = `${releaseBaseUrl()}/
|
|
131
|
+
const checksumUrl = `${releaseBaseUrl()}/controlkeel-checksums.txt`;
|
|
132
132
|
|
|
133
133
|
let checksumText;
|
|
134
134
|
try {
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
"url": "https://github.com/aryaminus/controlkeel.git",
|
|
8
8
|
"source": "github"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.3.
|
|
10
|
+
"version": "0.3.19",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"identifier": "@aryaminus/controlkeel",
|
|
15
|
-
"version": "0.3.
|
|
15
|
+
"version": "0.3.19",
|
|
16
16
|
"runtimeHint": "npx",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|