@hot-updater/aws 0.6.4 → 0.6.6

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 CHANGED
@@ -3395,9 +3395,6 @@ const s3Database = (config, hooks)=>(_)=>{
3395
3395
  bundles = await this.getBundles();
3396
3396
  bundles.unshift(inputBundle);
3397
3397
  },
3398
- async setBundles (inputBundles) {
3399
- bundles = inputBundles;
3400
- },
3401
3398
  async getBundleById (bundleId) {
3402
3399
  const bundles = await this.getBundles();
3403
3400
  return bundles.find((bundle)=>bundle.id === bundleId) ?? null;
package/dist/index.js CHANGED
@@ -3353,9 +3353,6 @@ const s3Database = (config, hooks)=>(_)=>{
3353
3353
  bundles = await this.getBundles();
3354
3354
  bundles.unshift(inputBundle);
3355
3355
  },
3356
- async setBundles (inputBundles) {
3357
- bundles = inputBundles;
3358
- },
3359
3356
  async getBundleById (bundleId) {
3360
3357
  const bundles = await this.getBundles();
3361
3358
  return bundles.find((bundle)=>bundle.id === bundleId) ?? null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/aws",
3
3
  "type": "module",
4
- "version": "0.6.4",
4
+ "version": "0.6.6",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "mime": "^4.0.4"
25
25
  },
26
26
  "dependencies": {
27
- "@hot-updater/plugin-core": "0.6.4",
27
+ "@hot-updater/plugin-core": "0.6.6",
28
28
  "@aws-sdk/client-s3": "^3.685.0",
29
29
  "@aws-sdk/lib-storage": "^3.685.0"
30
30
  },