@junobuild/cli-tools 0.7.0 → 0.7.1
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.
|
@@ -4,6 +4,6 @@ export declare const DEPLOY_DEFAULT_IGNORE: never[];
|
|
|
4
4
|
export declare const DEPLOY_DEFAULT_ENCODING: never[];
|
|
5
5
|
export declare const DEPLOY_DEFAULT_PRECOMPRESS: Required<Precompress>;
|
|
6
6
|
export declare const IGNORE_OS_FILES: string[];
|
|
7
|
-
export declare const UPLOAD_DEFAULT_BATCH_SIZE =
|
|
7
|
+
export declare const UPLOAD_DEFAULT_BATCH_SIZE = 50;
|
|
8
8
|
export declare const COLLECTION_DAPP = "#dapp";
|
|
9
9
|
export declare const COLLECTION_CDN_RELEASES = "#_juno/releases";
|