@hot-updater/aws 0.35.0 → 0.35.1
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/lambda/index.cjs +1 -1
- package/package.json +8 -8
package/dist/lambda/index.cjs
CHANGED
|
@@ -38,7 +38,7 @@ let _aws_sdk_client_ssm = require("@aws-sdk/client-ssm");
|
|
|
38
38
|
let _aws_sdk_cloudfront_signer = require("@aws-sdk/cloudfront-signer");
|
|
39
39
|
//#endregion
|
|
40
40
|
//#region ../../packages/server/dist/version.mjs
|
|
41
|
-
const HOT_UPDATER_SERVER_VERSION = "0.35.
|
|
41
|
+
const HOT_UPDATER_SERVER_VERSION = "0.35.1";
|
|
42
42
|
//#endregion
|
|
43
43
|
//#region ../../packages/server/dist/internalRouter.mjs
|
|
44
44
|
const normalizePath = (path) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/aws",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.35.
|
|
4
|
+
"version": "0.35.1",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"es-toolkit": "^1.32.0",
|
|
46
46
|
"execa": "9.5.2",
|
|
47
47
|
"mime": "^4.0.4",
|
|
48
|
-
"@hot-updater/
|
|
49
|
-
"@hot-updater/js": "0.35.
|
|
50
|
-
"@hot-updater/
|
|
51
|
-
"@hot-updater/
|
|
48
|
+
"@hot-updater/core": "0.35.1",
|
|
49
|
+
"@hot-updater/js": "0.35.1",
|
|
50
|
+
"@hot-updater/mock": "0.35.1",
|
|
51
|
+
"@hot-updater/test-utils": "0.35.1"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@aws-sdk/client-cloudfront": "3.1066.0",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"@aws-sdk/lib-storage": "3.1066.0",
|
|
64
64
|
"hono": "4.12.9",
|
|
65
65
|
"aws-lambda": "1.0.7",
|
|
66
|
-
"@hot-updater/cli-tools": "0.35.
|
|
67
|
-
"@hot-updater/
|
|
68
|
-
"@hot-updater/
|
|
66
|
+
"@hot-updater/cli-tools": "0.35.1",
|
|
67
|
+
"@hot-updater/plugin-core": "0.35.1",
|
|
68
|
+
"@hot-updater/server": "0.35.1"
|
|
69
69
|
},
|
|
70
70
|
"scripts": {
|
|
71
71
|
"build": "tsdown",
|