@kandiforge/spectacle 0.3.40 → 0.3.41
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/bin/kandi-deploy-bin +0 -0
- package/bin/kandi-forge-bin +0 -0
- package/bin/kandi-gpt-bin +0 -0
- package/bin/kandi-plan-bin +0 -0
- package/bin/kandi-run-bin +0 -0
- package/bin/kandi-secure-bin +0 -0
- package/bin/kandi-spectacle-bin +0 -0
- package/bin/kandi-test-bin +0 -0
- package/bin/supersmall-bin +0 -0
- package/package.json +1 -1
- package/scripts/install.js +1 -1
package/bin/kandi-deploy-bin
CHANGED
|
Binary file
|
package/bin/kandi-forge-bin
CHANGED
|
Binary file
|
package/bin/kandi-gpt-bin
CHANGED
|
Binary file
|
package/bin/kandi-plan-bin
CHANGED
|
Binary file
|
package/bin/kandi-run-bin
CHANGED
|
Binary file
|
package/bin/kandi-secure-bin
CHANGED
|
Binary file
|
package/bin/kandi-spectacle-bin
CHANGED
|
Binary file
|
package/bin/kandi-test-bin
CHANGED
|
Binary file
|
package/bin/supersmall-bin
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/scripts/install.js
CHANGED
|
@@ -9,7 +9,7 @@ const stream = require('stream');
|
|
|
9
9
|
const pipeline = promisify(stream.pipeline);
|
|
10
10
|
|
|
11
11
|
// This version MUST match package.json
|
|
12
|
-
const RELEASE_VERSION = '0.3.
|
|
12
|
+
const RELEASE_VERSION = '0.3.41';
|
|
13
13
|
const GITHUB_REPO = 'KandiForge/distribution';
|
|
14
14
|
|
|
15
15
|
function downloadFile(url, destPath) {
|