@hot-updater/plugin-core 0.19.9 → 0.19.10
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/index.cjs +953 -984
- package/dist/index.d.cts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +952 -985
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -392,4 +392,10 @@ interface PaginatedResult {
|
|
|
392
392
|
*/
|
|
393
393
|
declare function calculatePagination(total: number, options: PaginationOptions): PaginationInfo;
|
|
394
394
|
//#endregion
|
|
395
|
-
|
|
395
|
+
//#region src/generateMinBundleId.d.ts
|
|
396
|
+
declare const generateMinBundleId: () => string;
|
|
397
|
+
//#endregion
|
|
398
|
+
//#region src/createStorageKeyBuilder.d.ts
|
|
399
|
+
declare const createStorageKeyBuilder: (basePath: string | undefined) => (...args: string[]) => string;
|
|
400
|
+
//#endregion
|
|
401
|
+
export { AbstractDatabasePlugin, BaseDatabaseUtils, BasePluginArgs, BuildPlugin, BuildPluginConfig, BuildType, BuiltIns, type Bundle, ConfigBuilder, ConfigInput, ConfigResponse, DatabasePlugin, DatabasePluginHooks, HasMultipleCallSignatures, HotUpdaterConfigOptions, IConfigBuilder, ImportInfo, NativeBuildArgs, PaginatedResult, PaginationInfo, PaginationOptions, type Platform, Primitive, ProviderConfig, RequiredDeep, StoragePlugin, StoragePluginHooks, banner, calculatePagination, copyDirToTmp, createBlobDatabasePlugin, createDatabasePlugin, createStorageKeyBuilder, createZip, createZipTargetFiles, generateMinBundleId, getCwd, link, loadConfig, loadConfigSync, log, makeEnv, printBanner, transformEnv, transformTemplate };
|
package/dist/index.d.ts
CHANGED
|
@@ -392,4 +392,10 @@ interface PaginatedResult {
|
|
|
392
392
|
*/
|
|
393
393
|
declare function calculatePagination(total: number, options: PaginationOptions): PaginationInfo;
|
|
394
394
|
//#endregion
|
|
395
|
-
|
|
395
|
+
//#region src/generateMinBundleId.d.ts
|
|
396
|
+
declare const generateMinBundleId: () => string;
|
|
397
|
+
//#endregion
|
|
398
|
+
//#region src/createStorageKeyBuilder.d.ts
|
|
399
|
+
declare const createStorageKeyBuilder: (basePath: string | undefined) => (...args: string[]) => string;
|
|
400
|
+
//#endregion
|
|
401
|
+
export { AbstractDatabasePlugin, BaseDatabaseUtils, BasePluginArgs, BuildPlugin, BuildPluginConfig, BuildType, BuiltIns, type Bundle, ConfigBuilder, ConfigInput, ConfigResponse, DatabasePlugin, DatabasePluginHooks, HasMultipleCallSignatures, HotUpdaterConfigOptions, IConfigBuilder, ImportInfo, NativeBuildArgs, PaginatedResult, PaginationInfo, PaginationOptions, type Platform, Primitive, ProviderConfig, RequiredDeep, StoragePlugin, StoragePluginHooks, banner, calculatePagination, copyDirToTmp, createBlobDatabasePlugin, createDatabasePlugin, createStorageKeyBuilder, createZip, createZipTargetFiles, generateMinBundleId, getCwd, link, loadConfig, loadConfigSync, log, makeEnv, printBanner, transformEnv, transformTemplate };
|