@hot-updater/aws 0.20.0 → 0.20.2
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/iac/index.cjs +1 -1
- package/dist/iac/index.js +1 -1
- package/package.json +4 -4
package/dist/iac/index.cjs
CHANGED
|
@@ -9017,7 +9017,7 @@ const runInit = async ({ build }) => {
|
|
|
9017
9017
|
...mode === "sso" && { HOT_UPDATER_S3_SESSION_TOKEN: credentials.sessionToken },
|
|
9018
9018
|
HOT_UPDATER_CLOUDFRONT_DISTRIBUTION_ID: distributionId
|
|
9019
9019
|
});
|
|
9020
|
-
f.success("Generated '.env' file with AWS settings.");
|
|
9020
|
+
f.success("Generated '.env.hotupdater' file with AWS settings.");
|
|
9021
9021
|
f.success("Generated 'hot-updater.config.ts' file with AWS settings.");
|
|
9022
9022
|
const sourceUrl = `https://${distributionDomain}/api/check-update`;
|
|
9023
9023
|
Me((0, __hot_updater_plugin_core.transformTemplate)(SOURCE_TEMPLATE, { source: sourceUrl }));
|
package/dist/iac/index.js
CHANGED
|
@@ -9020,7 +9020,7 @@ const runInit = async ({ build }) => {
|
|
|
9020
9020
|
...mode === "sso" && { HOT_UPDATER_S3_SESSION_TOKEN: credentials.sessionToken },
|
|
9021
9021
|
HOT_UPDATER_CLOUDFRONT_DISTRIBUTION_ID: distributionId
|
|
9022
9022
|
});
|
|
9023
|
-
f.success("Generated '.env' file with AWS settings.");
|
|
9023
|
+
f.success("Generated '.env.hotupdater' file with AWS settings.");
|
|
9024
9024
|
f.success("Generated 'hot-updater.config.ts' file with AWS settings.");
|
|
9025
9025
|
const sourceUrl = `https://${distributionDomain}/api/check-update`;
|
|
9026
9026
|
Me(transformTemplate(SOURCE_TEMPLATE, { source: sourceUrl }));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/aws",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.20.
|
|
4
|
+
"version": "0.20.2",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"mime": "^4.0.4",
|
|
46
46
|
"picocolors": "^1.0.0",
|
|
47
47
|
"@clack/prompts": "0.10.0",
|
|
48
|
-
"@hot-updater/core": "0.20.
|
|
49
|
-
"@hot-updater/js": "0.20.
|
|
48
|
+
"@hot-updater/core": "0.20.2",
|
|
49
|
+
"@hot-updater/js": "0.20.2"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@aws-sdk/client-cloudfront": "3.772.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@aws-sdk/credential-providers": "3.772.0",
|
|
58
58
|
"@aws-sdk/lib-storage": "3.772.0",
|
|
59
59
|
"aws-lambda": "1.0.7",
|
|
60
|
-
"@hot-updater/plugin-core": "0.20.
|
|
60
|
+
"@hot-updater/plugin-core": "0.20.2"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"build": "tsdown",
|