@dbcube/core 1.0.59 → 1.0.61
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/dist/bin.cjs +3 -2
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +2 -1
- package/dist/bin.js.map +1 -1
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -127,10 +127,11 @@ var Arquitecture = class {
|
|
|
127
127
|
import * as fs from "fs";
|
|
128
128
|
import * as path from "path";
|
|
129
129
|
import * as os2 from "os";
|
|
130
|
-
import
|
|
130
|
+
import followRedirects from "follow-redirects";
|
|
131
131
|
import * as unzipper from "unzipper";
|
|
132
132
|
import ora from "ora";
|
|
133
133
|
import chalk from "chalk";
|
|
134
|
+
var { https } = followRedirects;
|
|
134
135
|
var Downloader = class {
|
|
135
136
|
static mainSpinner = null;
|
|
136
137
|
static currentSpinner = null;
|