@aryaminus/controlkeel 0.3.17 → 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 CHANGED
@@ -128,7 +128,7 @@ function sha256File(filePath) {
128
128
  }
129
129
 
130
130
  async function verifyChecksum(filePath, asset) {
131
- const checksumUrl = `${releaseBaseUrl()}/SHASUMS256.txt`;
131
+ const checksumUrl = `${releaseBaseUrl()}/controlkeel-checksums.txt`;
132
132
 
133
133
  let checksumText;
134
134
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aryaminus/controlkeel",
3
- "version": "0.3.17",
3
+ "version": "0.3.19",
4
4
  "description": "Bootstrap installer for the ControlKeel native CLI - a control plane for agent-generated software delivery.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
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.17",
10
+ "version": "0.3.19",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "npm",
14
14
  "identifier": "@aryaminus/controlkeel",
15
- "version": "0.3.17",
15
+ "version": "0.3.19",
16
16
  "runtimeHint": "npx",
17
17
  "transport": {
18
18
  "type": "stdio"