@hot-updater/aws 0.24.2 → 0.24.4

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.d.cts CHANGED
@@ -14,7 +14,7 @@ interface S3DatabaseConfig extends S3ClientConfig {
14
14
  cloudfrontDistributionId?: string;
15
15
  apiBasePath?: string;
16
16
  }
17
- declare const s3Database: (config: S3DatabaseConfig, hooks?: _hot_updater_plugin_core0.DatabasePluginHooks) => _hot_updater_plugin_core0.DatabasePlugin;
17
+ declare const s3Database: (config: S3DatabaseConfig, hooks?: _hot_updater_plugin_core0.DatabasePluginHooks) => () => _hot_updater_plugin_core0.DatabasePlugin;
18
18
  //#endregion
19
19
  //#region src/s3Storage.d.ts
20
20
  interface S3StorageConfig extends S3ClientConfig {
package/dist/index.d.ts CHANGED
@@ -14,7 +14,7 @@ interface S3DatabaseConfig extends S3ClientConfig {
14
14
  cloudfrontDistributionId?: string;
15
15
  apiBasePath?: string;
16
16
  }
17
- declare const s3Database: (config: S3DatabaseConfig, hooks?: _hot_updater_plugin_core1.DatabasePluginHooks) => _hot_updater_plugin_core1.DatabasePlugin;
17
+ declare const s3Database: (config: S3DatabaseConfig, hooks?: _hot_updater_plugin_core1.DatabasePluginHooks) => () => _hot_updater_plugin_core1.DatabasePlugin;
18
18
  //#endregion
19
19
  //#region src/s3Storage.d.ts
20
20
  interface S3StorageConfig extends S3ClientConfig {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/aws",
3
3
  "type": "module",
4
- "version": "0.24.2",
4
+ "version": "0.24.4",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
@@ -44,9 +44,9 @@
44
44
  "execa": "9.5.2",
45
45
  "hono": "^4.6.3",
46
46
  "mime": "^4.0.4",
47
- "@hot-updater/core": "0.24.2",
48
- "@hot-updater/js": "0.24.2",
49
- "@hot-updater/test-utils": "0.24.2"
47
+ "@hot-updater/core": "0.24.4",
48
+ "@hot-updater/js": "0.24.4",
49
+ "@hot-updater/test-utils": "0.24.4"
50
50
  },
51
51
  "dependencies": {
52
52
  "@aws-sdk/client-cloudfront": "3.772.0",
@@ -59,8 +59,8 @@
59
59
  "@aws-sdk/credential-providers": "3.772.0",
60
60
  "@aws-sdk/lib-storage": "3.772.0",
61
61
  "aws-lambda": "1.0.7",
62
- "@hot-updater/cli-tools": "0.24.2",
63
- "@hot-updater/plugin-core": "0.24.2"
62
+ "@hot-updater/cli-tools": "0.24.4",
63
+ "@hot-updater/plugin-core": "0.24.4"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "tsdown",