@hot-updater/aws 0.16.6 → 0.16.7-0
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.d.cts +3 -1
- package/dist/iac/index.d.ts +3 -1
- package/dist/iac/index.js +8 -2
- package/package.json +4 -4
package/dist/iac/index.d.cts
CHANGED
package/dist/iac/index.d.ts
CHANGED
package/dist/iac/index.js
CHANGED
|
@@ -1337,7 +1337,11 @@ var Te = async (t) => {
|
|
|
1337
1337
|
};
|
|
1338
1338
|
|
|
1339
1339
|
// iac/index.ts
|
|
1340
|
-
import {
|
|
1340
|
+
import {
|
|
1341
|
+
link,
|
|
1342
|
+
makeEnv,
|
|
1343
|
+
transformTemplate
|
|
1344
|
+
} from "@hot-updater/plugin-core";
|
|
1341
1345
|
|
|
1342
1346
|
// ../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js
|
|
1343
1347
|
function isPlainObject(value) {
|
|
@@ -9345,7 +9349,9 @@ var SSMKeyPairManager = class {
|
|
|
9345
9349
|
};
|
|
9346
9350
|
|
|
9347
9351
|
// iac/templates.ts
|
|
9348
|
-
import {
|
|
9352
|
+
import {
|
|
9353
|
+
ConfigBuilder
|
|
9354
|
+
} from "@hot-updater/plugin-core";
|
|
9349
9355
|
var getConfigTemplate = (build, {
|
|
9350
9356
|
sessionToken
|
|
9351
9357
|
}) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/aws",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.7-0",
|
|
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.16.
|
|
49
|
-
"@hot-updater/js": "0.16.
|
|
48
|
+
"@hot-updater/core": "0.16.7-0",
|
|
49
|
+
"@hot-updater/js": "0.16.7-0"
|
|
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.16.
|
|
60
|
+
"@hot-updater/plugin-core": "0.16.7-0"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"build": "tsup",
|