@hot-updater/aws 0.25.1 → 0.25.3

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.
@@ -7688,6 +7688,10 @@ const runInit = async ({ build }) => {
7688
7688
  secretAccessKey: creds.secretAccessKey
7689
7689
  };
7690
7690
  }
7691
+ if (!credentials) {
7692
+ __hot_updater_cli_tools.p.log.error("Couldn't fetch the credentials.");
7693
+ process.exit(1);
7694
+ }
7691
7695
  const s3Manager = new S3Manager(credentials);
7692
7696
  let availableBuckets = [];
7693
7697
  try {
package/dist/iac/index.js CHANGED
@@ -7662,6 +7662,10 @@ const runInit = async ({ build }) => {
7662
7662
  secretAccessKey: creds.secretAccessKey
7663
7663
  };
7664
7664
  }
7665
+ if (!credentials) {
7666
+ p.log.error("Couldn't fetch the credentials.");
7667
+ process.exit(1);
7668
+ }
7665
7669
  const s3Manager = new S3Manager(credentials);
7666
7670
  let availableBuckets = [];
7667
7671
  try {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/aws",
3
3
  "type": "module",
4
- "version": "0.25.1",
4
+ "version": "0.25.3",
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.25.1",
48
- "@hot-updater/js": "0.25.1",
49
- "@hot-updater/test-utils": "0.25.1"
47
+ "@hot-updater/core": "0.25.3",
48
+ "@hot-updater/js": "0.25.3",
49
+ "@hot-updater/test-utils": "0.25.3"
50
50
  },
51
51
  "dependencies": {
52
52
  "@aws-sdk/client-cloudfront": "3.772.0",
@@ -56,11 +56,11 @@
56
56
  "@aws-sdk/s3-request-presigner": "3.772.0",
57
57
  "@aws-sdk/client-ssm": "3.772.0",
58
58
  "@aws-sdk/client-sts": "3.772.0",
59
- "@aws-sdk/credential-providers": "3.772.0",
59
+ "@aws-sdk/credential-providers": "3.958.0",
60
60
  "@aws-sdk/lib-storage": "3.772.0",
61
61
  "aws-lambda": "1.0.7",
62
- "@hot-updater/cli-tools": "0.25.1",
63
- "@hot-updater/plugin-core": "0.25.1"
62
+ "@hot-updater/cli-tools": "0.25.3",
63
+ "@hot-updater/plugin-core": "0.25.3"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "tsdown",