@base44-preview/cli 0.1.15-pr.626.a329343 → 0.1.15-pr.626.cb0717a
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/cli/index.js +3 -4
- package/dist/cli/index.js.map +5 -5
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -247295,8 +247295,7 @@ async function createVersion(artifacts, options = {}) {
|
|
|
247295
247295
|
{
|
|
247296
247296
|
absolutePath: file.absolutePath,
|
|
247297
247297
|
hash: file.digest,
|
|
247298
|
-
size: file.size
|
|
247299
|
-
contentType: "application/octet-stream"
|
|
247298
|
+
size: file.size
|
|
247300
247299
|
}
|
|
247301
247300
|
]))
|
|
247302
247301
|
}, {
|
|
@@ -249708,7 +249707,7 @@ import { createHash as createHash2 } from "node:crypto";
|
|
|
249708
249707
|
import { createReadStream as createReadStream3 } from "node:fs";
|
|
249709
249708
|
import { stat as stat3 } from "node:fs/promises";
|
|
249710
249709
|
import { basename as basename6, join as join27 } from "node:path";
|
|
249711
|
-
var MAX_FILE_COUNT =
|
|
249710
|
+
var MAX_FILE_COUNT = 50000;
|
|
249712
249711
|
var HASH_CONCURRENCY = 32;
|
|
249713
249712
|
var ASSETS_IGNORE_FILE2 = ".assetsignore";
|
|
249714
249713
|
var ALWAYS_IGNORED2 = new Set([
|
|
@@ -260298,4 +260297,4 @@ export {
|
|
|
260298
260297
|
runCLI
|
|
260299
260298
|
};
|
|
260300
260299
|
|
|
260301
|
-
//# debugId=
|
|
260300
|
+
//# debugId=FE3CD9391C847E9F64756E2164756E21
|