@stacksjs/actions 0.70.21 → 0.70.22
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/build.js +9 -9
- package/dist/{chunk-pnre7439.js → chunk-0m948f1p.js} +51 -102
- package/dist/{chunk-xt9exr2c.js → chunk-23btgw5e.js} +34 -113
- package/dist/{chunk-psa9yf21.js → chunk-3y8t4qyf.js} +1 -1
- package/dist/{chunk-pacq2bz6.js → chunk-5wdfth6e.js} +10 -11
- package/dist/{chunk-76zhb40c.js → chunk-8qsrwjam.js} +2 -2
- package/dist/{chunk-a7k3cdby.js → chunk-90y2wmyz.js} +114 -4
- package/dist/{chunk-t5em30ak.js → chunk-92e6scf8.js} +3 -3
- package/dist/{chunk-veja9rez.js → chunk-atahpwz7.js} +7 -9
- package/dist/{chunk-mdb86mpr.js → chunk-bz3nmjmp.js} +9 -9
- package/dist/{chunk-tsrpjtkt.js → chunk-ddw2jq8f.js} +39 -33
- package/dist/{chunk-7s5qcjkt.js → chunk-hqmjfnnn.js} +1 -1
- package/dist/{chunk-7dp08yqh.js → chunk-jq06qn43.js} +3 -3
- package/dist/chunk-mbvdyeyw.js +50 -0
- package/dist/{chunk-adq5n04j.js → chunk-ny592jcd.js} +9 -9
- package/dist/{chunk-dvkgakrr.js → chunk-qka5w6cv.js} +12 -13
- package/dist/{chunk-b82x4201.js → chunk-rbsehxzg.js} +9 -9
- package/dist/{chunk-e7mp4xy5.js → chunk-rfdmx5yh.js} +8 -7
- package/dist/{chunk-1vc5eq0h.js → chunk-s3xxrvrk.js} +5 -5
- package/dist/{chunk-56ar3gp7.js → chunk-y08qabyb.js} +13 -15
- package/dist/{chunk-bf8bq8pc.js → chunk-yyvh669b.js} +6 -14
- package/dist/{chunk-161fpm3p.js → chunk-zhrbz0qv.js} +32 -29
- package/dist/database/seed.js +8 -8
- package/dist/generate/index.js +9 -9
- package/dist/index.js +9 -9
- package/dist/release.js +9 -9
- package/dist/upgrade.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-saqpg5nd.js +0 -118
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import {
|
|
3
3
|
getProfileName,
|
|
4
4
|
parseKnownFiles
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-yyvh669b.js";
|
|
6
|
+
import"./chunk-mbvdyeyw.js";
|
|
6
7
|
import {
|
|
7
8
|
CredentialsProviderError
|
|
8
9
|
} from "./chunk-zzerxbrm.js";
|
|
9
10
|
import {
|
|
10
11
|
require_client
|
|
11
12
|
} from "./chunk-frw3va9v.js";
|
|
12
|
-
import"./chunk-saqpg5nd.js";
|
|
13
13
|
import {
|
|
14
14
|
__toESM
|
|
15
15
|
} from "./chunk-9v6qtbez.js";
|
|
@@ -1,11 +1,121 @@
|
|
|
1
|
-
import {
|
|
2
|
-
require_dist_cjs
|
|
3
|
-
} from "./chunk-saqpg5nd.js";
|
|
4
1
|
import {
|
|
5
2
|
__commonJS,
|
|
6
3
|
__require
|
|
7
4
|
} from "./chunk-9v6qtbez.js";
|
|
8
5
|
|
|
6
|
+
// ../../../../node_modules/@smithy/types/dist-cjs/index.js
|
|
7
|
+
var require_dist_cjs = __commonJS((exports, module) => {
|
|
8
|
+
var __defProp = Object.defineProperty;
|
|
9
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
10
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
11
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
13
|
+
var __export = (target, all) => {
|
|
14
|
+
for (var name in all)
|
|
15
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
16
|
+
};
|
|
17
|
+
var __copyProps = (to, from, except, desc) => {
|
|
18
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
19
|
+
for (let key of __getOwnPropNames(from))
|
|
20
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
21
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
22
|
+
}
|
|
23
|
+
return to;
|
|
24
|
+
};
|
|
25
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
26
|
+
var src_exports = {};
|
|
27
|
+
__export(src_exports, {
|
|
28
|
+
AlgorithmId: () => AlgorithmId,
|
|
29
|
+
EndpointURLScheme: () => EndpointURLScheme,
|
|
30
|
+
FieldPosition: () => FieldPosition,
|
|
31
|
+
HttpApiKeyAuthLocation: () => HttpApiKeyAuthLocation,
|
|
32
|
+
HttpAuthLocation: () => HttpAuthLocation,
|
|
33
|
+
IniSectionType: () => IniSectionType,
|
|
34
|
+
RequestHandlerProtocol: () => RequestHandlerProtocol,
|
|
35
|
+
SMITHY_CONTEXT_KEY: () => SMITHY_CONTEXT_KEY,
|
|
36
|
+
getDefaultClientConfiguration: () => getDefaultClientConfiguration,
|
|
37
|
+
resolveDefaultRuntimeConfig: () => resolveDefaultRuntimeConfig
|
|
38
|
+
});
|
|
39
|
+
module.exports = __toCommonJS(src_exports);
|
|
40
|
+
var HttpAuthLocation = /* @__PURE__ */ ((HttpAuthLocation2) => {
|
|
41
|
+
HttpAuthLocation2["HEADER"] = "header";
|
|
42
|
+
HttpAuthLocation2["QUERY"] = "query";
|
|
43
|
+
return HttpAuthLocation2;
|
|
44
|
+
})(HttpAuthLocation || {});
|
|
45
|
+
var HttpApiKeyAuthLocation = /* @__PURE__ */ ((HttpApiKeyAuthLocation2) => {
|
|
46
|
+
HttpApiKeyAuthLocation2["HEADER"] = "header";
|
|
47
|
+
HttpApiKeyAuthLocation2["QUERY"] = "query";
|
|
48
|
+
return HttpApiKeyAuthLocation2;
|
|
49
|
+
})(HttpApiKeyAuthLocation || {});
|
|
50
|
+
var EndpointURLScheme = /* @__PURE__ */ ((EndpointURLScheme2) => {
|
|
51
|
+
EndpointURLScheme2["HTTP"] = "http";
|
|
52
|
+
EndpointURLScheme2["HTTPS"] = "https";
|
|
53
|
+
return EndpointURLScheme2;
|
|
54
|
+
})(EndpointURLScheme || {});
|
|
55
|
+
var AlgorithmId = /* @__PURE__ */ ((AlgorithmId2) => {
|
|
56
|
+
AlgorithmId2["MD5"] = "md5";
|
|
57
|
+
AlgorithmId2["CRC32"] = "crc32";
|
|
58
|
+
AlgorithmId2["CRC32C"] = "crc32c";
|
|
59
|
+
AlgorithmId2["SHA1"] = "sha1";
|
|
60
|
+
AlgorithmId2["SHA256"] = "sha256";
|
|
61
|
+
return AlgorithmId2;
|
|
62
|
+
})(AlgorithmId || {});
|
|
63
|
+
var getChecksumConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
64
|
+
const checksumAlgorithms = [];
|
|
65
|
+
if (runtimeConfig.sha256 !== undefined) {
|
|
66
|
+
checksumAlgorithms.push({
|
|
67
|
+
algorithmId: () => "sha256",
|
|
68
|
+
checksumConstructor: () => runtimeConfig.sha256
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
if (runtimeConfig.md5 != null) {
|
|
72
|
+
checksumAlgorithms.push({
|
|
73
|
+
algorithmId: () => "md5",
|
|
74
|
+
checksumConstructor: () => runtimeConfig.md5
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
return {
|
|
78
|
+
addChecksumAlgorithm(algo) {
|
|
79
|
+
checksumAlgorithms.push(algo);
|
|
80
|
+
},
|
|
81
|
+
checksumAlgorithms() {
|
|
82
|
+
return checksumAlgorithms;
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
}, "getChecksumConfiguration");
|
|
86
|
+
var resolveChecksumRuntimeConfig = /* @__PURE__ */ __name((clientConfig) => {
|
|
87
|
+
const runtimeConfig = {};
|
|
88
|
+
clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => {
|
|
89
|
+
runtimeConfig[checksumAlgorithm.algorithmId()] = checksumAlgorithm.checksumConstructor();
|
|
90
|
+
});
|
|
91
|
+
return runtimeConfig;
|
|
92
|
+
}, "resolveChecksumRuntimeConfig");
|
|
93
|
+
var getDefaultClientConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
94
|
+
return getChecksumConfiguration(runtimeConfig);
|
|
95
|
+
}, "getDefaultClientConfiguration");
|
|
96
|
+
var resolveDefaultRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
97
|
+
return resolveChecksumRuntimeConfig(config);
|
|
98
|
+
}, "resolveDefaultRuntimeConfig");
|
|
99
|
+
var FieldPosition = /* @__PURE__ */ ((FieldPosition2) => {
|
|
100
|
+
FieldPosition2[FieldPosition2["HEADER"] = 0] = "HEADER";
|
|
101
|
+
FieldPosition2[FieldPosition2["TRAILER"] = 1] = "TRAILER";
|
|
102
|
+
return FieldPosition2;
|
|
103
|
+
})(FieldPosition || {});
|
|
104
|
+
var SMITHY_CONTEXT_KEY = "__smithy_context";
|
|
105
|
+
var IniSectionType = /* @__PURE__ */ ((IniSectionType2) => {
|
|
106
|
+
IniSectionType2["PROFILE"] = "profile";
|
|
107
|
+
IniSectionType2["SSO_SESSION"] = "sso-session";
|
|
108
|
+
IniSectionType2["SERVICES"] = "services";
|
|
109
|
+
return IniSectionType2;
|
|
110
|
+
})(IniSectionType || {});
|
|
111
|
+
var RequestHandlerProtocol = /* @__PURE__ */ ((RequestHandlerProtocol2) => {
|
|
112
|
+
RequestHandlerProtocol2["HTTP_0_9"] = "http/0.9";
|
|
113
|
+
RequestHandlerProtocol2["HTTP_1_0"] = "http/1.0";
|
|
114
|
+
RequestHandlerProtocol2["TDS_8_0"] = "tds/8.0";
|
|
115
|
+
return RequestHandlerProtocol2;
|
|
116
|
+
})(RequestHandlerProtocol || {});
|
|
117
|
+
});
|
|
118
|
+
|
|
9
119
|
// ../../../../node_modules/@smithy/protocol-http/dist-cjs/index.js
|
|
10
120
|
var require_dist_cjs2 = __commonJS((exports, module) => {
|
|
11
121
|
var __defProp = Object.defineProperty;
|
|
@@ -2263,4 +2373,4 @@ var require_protocols = __commonJS((exports, module) => {
|
|
|
2263
2373
|
};
|
|
2264
2374
|
});
|
|
2265
2375
|
|
|
2266
|
-
export { require_dist_cjs2 as
|
|
2376
|
+
export { require_dist_cjs, require_dist_cjs2 as require_dist_cjs1, require_dist_cjs6 as require_dist_cjs2, require_dist_cjs7 as require_dist_cjs3, require_dist_cjs8 as require_dist_cjs4, require_dist_cjs9 as require_dist_cjs5, require_dist_cjs3 as require_dist_cjs6, require_dist_cjs5 as require_dist_cjs7, require_dist_cjs11 as require_dist_cjs8, require_dist_cjs12 as require_dist_cjs9, require_protocols };
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
loadConfig,
|
|
4
4
|
parseUrl
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import"./chunk-
|
|
5
|
+
} from "./chunk-hqmjfnnn.js";
|
|
6
|
+
import"./chunk-yyvh669b.js";
|
|
7
|
+
import"./chunk-mbvdyeyw.js";
|
|
7
8
|
import {
|
|
8
9
|
CredentialsProviderError,
|
|
9
10
|
ProviderError
|
|
10
11
|
} from "./chunk-zzerxbrm.js";
|
|
11
|
-
import"./chunk-saqpg5nd.js";
|
|
12
12
|
import"./chunk-9v6qtbez.js";
|
|
13
13
|
|
|
14
14
|
// ../../../../node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
|
-
require_dist_cjs
|
|
3
|
-
require_dist_cjs1 as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
require_dist_cjs,
|
|
3
|
+
require_dist_cjs1 as require_dist_cjs2,
|
|
4
|
+
require_dist_cjs2 as require_dist_cjs3,
|
|
5
|
+
require_dist_cjs4,
|
|
6
|
+
require_dist_cjs6 as require_dist_cjs5,
|
|
7
|
+
require_dist_cjs8 as require_dist_cjs6,
|
|
7
8
|
require_protocols
|
|
8
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-90y2wmyz.js";
|
|
9
10
|
import {
|
|
10
11
|
require_client
|
|
11
12
|
} from "./chunk-frw3va9v.js";
|
|
12
|
-
import {
|
|
13
|
-
require_dist_cjs
|
|
14
|
-
} from "./chunk-saqpg5nd.js";
|
|
15
13
|
import {
|
|
16
14
|
__commonJS,
|
|
17
15
|
__require
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
getProfileName,
|
|
4
4
|
parseKnownFiles
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-yyvh669b.js";
|
|
6
|
+
import"./chunk-mbvdyeyw.js";
|
|
6
7
|
import {
|
|
7
8
|
CredentialsProviderError,
|
|
8
9
|
chain
|
|
@@ -10,7 +11,6 @@ import {
|
|
|
10
11
|
import {
|
|
11
12
|
require_client
|
|
12
13
|
} from "./chunk-frw3va9v.js";
|
|
13
|
-
import"./chunk-saqpg5nd.js";
|
|
14
14
|
import {
|
|
15
15
|
__require,
|
|
16
16
|
__toESM
|
|
@@ -24,14 +24,14 @@ var import_client = __toESM(require_client(), 1);
|
|
|
24
24
|
var resolveCredentialSource = (credentialSource, profileName, logger) => {
|
|
25
25
|
const sourceProvidersMap = {
|
|
26
26
|
EcsContainer: async (options) => {
|
|
27
|
-
const { fromHttp } = await import("./chunk-
|
|
28
|
-
const { fromContainerMetadata } = await import("./chunk-
|
|
27
|
+
const { fromHttp } = await import("./chunk-rfdmx5yh.js");
|
|
28
|
+
const { fromContainerMetadata } = await import("./chunk-92e6scf8.js");
|
|
29
29
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
|
|
30
30
|
return async () => chain(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
|
|
31
31
|
},
|
|
32
32
|
Ec2InstanceMetadata: async (options) => {
|
|
33
33
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
|
|
34
|
-
const { fromInstanceMetadata } = await import("./chunk-
|
|
34
|
+
const { fromInstanceMetadata } = await import("./chunk-92e6scf8.js");
|
|
35
35
|
return async () => fromInstanceMetadata(options)().then(setNamedProvider);
|
|
36
36
|
},
|
|
37
37
|
Environment: async (options) => {
|
|
@@ -71,7 +71,7 @@ var resolveAssumeRoleCredentials = async (profileName, profiles, options, visite
|
|
|
71
71
|
const profileData = profiles[profileName];
|
|
72
72
|
const { source_profile, region } = profileData;
|
|
73
73
|
if (!options.roleAssumer) {
|
|
74
|
-
const { getDefaultRoleAssumer } = await import("./chunk-
|
|
74
|
+
const { getDefaultRoleAssumer } = await import("./chunk-qka5w6cv.js");
|
|
75
75
|
options.roleAssumer = getDefaultRoleAssumer({
|
|
76
76
|
...options.clientConfig,
|
|
77
77
|
credentialProviderLogger: options.logger,
|
|
@@ -117,7 +117,7 @@ var isCredentialSourceWithoutRoleArn = (section) => {
|
|
|
117
117
|
// ../../../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js
|
|
118
118
|
var import_client3 = __toESM(require_client(), 1);
|
|
119
119
|
var isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string";
|
|
120
|
-
var resolveProcessCredentials = async (options, profile) => import("./chunk-
|
|
120
|
+
var resolveProcessCredentials = async (options, profile) => import("./chunk-8qsrwjam.js").then(({ fromProcess }) => fromProcess({
|
|
121
121
|
...options,
|
|
122
122
|
profile
|
|
123
123
|
})().then((creds) => import_client3.setCredentialFeature(creds, "CREDENTIALS_PROFILE_PROCESS", "v")));
|
|
@@ -125,7 +125,7 @@ var resolveProcessCredentials = async (options, profile) => import("./chunk-76zh
|
|
|
125
125
|
// ../../../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js
|
|
126
126
|
var import_client4 = __toESM(require_client(), 1);
|
|
127
127
|
var resolveSsoCredentials = async (profile, profileData, options = {}) => {
|
|
128
|
-
const { fromSSO } = await import("./chunk-
|
|
128
|
+
const { fromSSO } = await import("./chunk-s3xxrvrk.js");
|
|
129
129
|
return fromSSO({
|
|
130
130
|
profile,
|
|
131
131
|
logger: options.logger,
|
|
@@ -159,7 +159,7 @@ var resolveStaticCredentials = async (profile, options) => {
|
|
|
159
159
|
// ../../../../node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js
|
|
160
160
|
var import_client6 = __toESM(require_client(), 1);
|
|
161
161
|
var isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1;
|
|
162
|
-
var resolveWebIdentityCredentials = async (profile, options) => import("./chunk-
|
|
162
|
+
var resolveWebIdentityCredentials = async (profile, options) => import("./chunk-3y8t4qyf.js").then(({ fromTokenFile }) => fromTokenFile({
|
|
163
163
|
webIdentityTokenFile: profile.web_identity_token_file,
|
|
164
164
|
roleArn: profile.role_arn,
|
|
165
165
|
roleSessionName: profile.role_session_name,
|
|
@@ -22,8 +22,6 @@ import {
|
|
|
22
22
|
calculateBodyLength,
|
|
23
23
|
createDefaultUserAgentProvider,
|
|
24
24
|
customEndpointFunctions,
|
|
25
|
-
fromBase64,
|
|
26
|
-
fromUtf8,
|
|
27
25
|
getAwsRegionExtensionConfiguration,
|
|
28
26
|
getContentLengthPlugin,
|
|
29
27
|
getEndpointPlugin,
|
|
@@ -42,21 +40,18 @@ import {
|
|
|
42
40
|
resolveHostHeaderConfig,
|
|
43
41
|
resolveRegionConfig,
|
|
44
42
|
resolveRetryConfig,
|
|
45
|
-
resolveUserAgentConfig
|
|
46
|
-
|
|
47
|
-
toUtf8
|
|
48
|
-
} from "./chunk-pnre7439.js";
|
|
43
|
+
resolveUserAgentConfig
|
|
44
|
+
} from "./chunk-0m948f1p.js";
|
|
49
45
|
import {
|
|
50
46
|
loadConfig,
|
|
51
47
|
parseUrl
|
|
52
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-hqmjfnnn.js";
|
|
53
49
|
import {
|
|
54
50
|
ENV_PROFILE
|
|
55
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-yyvh669b.js";
|
|
56
52
|
import {
|
|
57
53
|
Client,
|
|
58
54
|
Command,
|
|
59
|
-
HttpRequest,
|
|
60
55
|
NoOpLogger,
|
|
61
56
|
NodeHttpHandler,
|
|
62
57
|
ServiceException,
|
|
@@ -67,15 +62,13 @@ import {
|
|
|
67
62
|
expectInt32,
|
|
68
63
|
expectString,
|
|
69
64
|
getDefaultExtensionConfiguration,
|
|
70
|
-
getHttpHandlerExtensionConfiguration,
|
|
71
65
|
limitedParseDouble,
|
|
72
66
|
loadConfigsForDefaultMode,
|
|
73
67
|
resolveDefaultRuntimeConfig,
|
|
74
|
-
resolveHttpHandlerRuntimeConfig,
|
|
75
68
|
streamCollector,
|
|
76
69
|
take,
|
|
77
70
|
withBaseException
|
|
78
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-23btgw5e.js";
|
|
79
72
|
import {
|
|
80
73
|
CredentialsProviderError,
|
|
81
74
|
chain,
|
|
@@ -83,9 +76,14 @@ import {
|
|
|
83
76
|
} from "./chunk-zzerxbrm.js";
|
|
84
77
|
import {
|
|
85
78
|
require_dist_cjs,
|
|
86
|
-
require_dist_cjs2,
|
|
87
|
-
require_dist_cjs5 as
|
|
88
|
-
} from "./chunk-
|
|
79
|
+
require_dist_cjs2 as require_dist_cjs5,
|
|
80
|
+
require_dist_cjs5 as require_dist_cjs6
|
|
81
|
+
} from "./chunk-atahpwz7.js";
|
|
82
|
+
import {
|
|
83
|
+
require_dist_cjs1 as require_dist_cjs2,
|
|
84
|
+
require_dist_cjs4 as require_dist_cjs3,
|
|
85
|
+
require_dist_cjs5 as require_dist_cjs4
|
|
86
|
+
} from "./chunk-90y2wmyz.js";
|
|
89
87
|
import {
|
|
90
88
|
isString,
|
|
91
89
|
make
|
|
@@ -94739,6 +94737,8 @@ var NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS = {
|
|
|
94739
94737
|
},
|
|
94740
94738
|
default: undefined
|
|
94741
94739
|
};
|
|
94740
|
+
// ../../../../node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/endpointDiscoveryMiddleware.js
|
|
94741
|
+
var import_protocol_http = __toESM(require_dist_cjs2(), 1);
|
|
94742
94742
|
// ../../../../node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js
|
|
94743
94743
|
var import_lru_cache = __toESM(require_lru_cache2(), 1);
|
|
94744
94744
|
|
|
@@ -94806,10 +94806,10 @@ var resolveEndpointDiscoveryConfig = (input, { endpointDiscoveryCommandCtor }) =
|
|
|
94806
94806
|
});
|
|
94807
94807
|
};
|
|
94808
94808
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js
|
|
94809
|
-
var import_core6 = __toESM(
|
|
94809
|
+
var import_core6 = __toESM(require_dist_cjs5(), 1);
|
|
94810
94810
|
|
|
94811
94811
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js
|
|
94812
|
-
var import_core2 = __toESM(
|
|
94812
|
+
var import_core2 = __toESM(require_dist_cjs6(), 1);
|
|
94813
94813
|
var defaultDynamoDBHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
94814
94814
|
return {
|
|
94815
94815
|
operation: getSmithyContext(context).operation,
|
|
@@ -94865,7 +94865,8 @@ var commonParams = {
|
|
|
94865
94865
|
};
|
|
94866
94866
|
|
|
94867
94867
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js
|
|
94868
|
-
var import_core3 = __toESM(
|
|
94868
|
+
var import_core3 = __toESM(require_dist_cjs6(), 1);
|
|
94869
|
+
var import_protocol_http2 = __toESM(require_dist_cjs2(), 1);
|
|
94869
94870
|
|
|
94870
94871
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/models/DynamoDBServiceException.js
|
|
94871
94872
|
class DynamoDBServiceException extends ServiceException {
|
|
@@ -96363,7 +96364,7 @@ var buildHttpRpcRequest = async (context, headers, path11, resolvedHostname, bod
|
|
|
96363
96364
|
if (body !== undefined) {
|
|
96364
96365
|
contents.body = body;
|
|
96365
96366
|
}
|
|
96366
|
-
return new HttpRequest(contents);
|
|
96367
|
+
return new import_protocol_http2.HttpRequest(contents);
|
|
96367
96368
|
};
|
|
96368
96369
|
function sharedHeaders(operation) {
|
|
96369
96370
|
return {
|
|
@@ -96486,16 +96487,16 @@ var package_default = {
|
|
|
96486
96487
|
};
|
|
96487
96488
|
|
|
96488
96489
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js
|
|
96489
|
-
var import_core5 = __toESM(
|
|
96490
|
+
var import_core5 = __toESM(require_dist_cjs6(), 1);
|
|
96490
96491
|
var import_account_id_endpoint = __toESM(require_account_id_endpoint(), 1);
|
|
96491
96492
|
|
|
96492
96493
|
// ../../../../node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js
|
|
96493
96494
|
var ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED";
|
|
96494
96495
|
var remoteProvider = async (init2) => {
|
|
96495
|
-
const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await import("./chunk-
|
|
96496
|
+
const { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata } = await import("./chunk-92e6scf8.js");
|
|
96496
96497
|
if (process.env[ENV_CMDS_RELATIVE_URI] || process.env[ENV_CMDS_FULL_URI]) {
|
|
96497
96498
|
init2.logger?.debug("@aws-sdk/credential-provider-node - remoteProvider::fromHttp/fromContainerMetadata");
|
|
96498
|
-
const { fromHttp } = await import("./chunk-
|
|
96499
|
+
const { fromHttp } = await import("./chunk-rfdmx5yh.js");
|
|
96499
96500
|
return chain(fromHttp(init2), fromContainerMetadata(init2));
|
|
96500
96501
|
}
|
|
96501
96502
|
if (process.env[ENV_IMDS_DISABLED] && process.env[ENV_IMDS_DISABLED] !== "false") {
|
|
@@ -96541,19 +96542,19 @@ var defaultProvider = (init2 = {}) => memoize(chain(async () => {
|
|
|
96541
96542
|
if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {
|
|
96542
96543
|
throw new CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).", { logger: init2.logger });
|
|
96543
96544
|
}
|
|
96544
|
-
const { fromSSO } = await import("./chunk-
|
|
96545
|
+
const { fromSSO } = await import("./chunk-s3xxrvrk.js");
|
|
96545
96546
|
return fromSSO(init2)();
|
|
96546
96547
|
}, async () => {
|
|
96547
96548
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");
|
|
96548
|
-
const { fromIni } = await import("./chunk-
|
|
96549
|
+
const { fromIni } = await import("./chunk-bz3nmjmp.js");
|
|
96549
96550
|
return fromIni(init2)();
|
|
96550
96551
|
}, async () => {
|
|
96551
96552
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");
|
|
96552
|
-
const { fromProcess } = await import("./chunk-
|
|
96553
|
+
const { fromProcess } = await import("./chunk-8qsrwjam.js");
|
|
96553
96554
|
return fromProcess(init2)();
|
|
96554
96555
|
}, async () => {
|
|
96555
96556
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");
|
|
96556
|
-
const { fromTokenFile } = await import("./chunk-
|
|
96557
|
+
const { fromTokenFile } = await import("./chunk-3y8t4qyf.js");
|
|
96557
96558
|
return fromTokenFile(init2)();
|
|
96558
96559
|
}, async () => {
|
|
96559
96560
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::remoteProvider");
|
|
@@ -96567,7 +96568,9 @@ var defaultProvider = (init2 = {}) => memoize(chain(async () => {
|
|
|
96567
96568
|
var credentialsWillNeedRefresh = (credentials) => credentials?.expiration !== undefined;
|
|
96568
96569
|
var credentialsTreatedAsExpired = (credentials) => credentials?.expiration !== undefined && credentials.expiration.getTime() - Date.now() < 300000;
|
|
96569
96570
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js
|
|
96570
|
-
var import_core4 = __toESM(
|
|
96571
|
+
var import_core4 = __toESM(require_dist_cjs6(), 1);
|
|
96572
|
+
var import_util_base64 = __toESM(require_dist_cjs4(), 1);
|
|
96573
|
+
var import_util_utf8 = __toESM(require_dist_cjs3(), 1);
|
|
96571
96574
|
|
|
96572
96575
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js
|
|
96573
96576
|
var S3 = "required";
|
|
@@ -96650,8 +96653,8 @@ customEndpointFunctions.aws = awsEndpointFunctions;
|
|
|
96650
96653
|
var getRuntimeConfig = (config) => {
|
|
96651
96654
|
return {
|
|
96652
96655
|
apiVersion: "2012-08-10",
|
|
96653
|
-
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
96654
|
-
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
96656
|
+
base64Decoder: config?.base64Decoder ?? import_util_base64.fromBase64,
|
|
96657
|
+
base64Encoder: config?.base64Encoder ?? import_util_base64.toBase64,
|
|
96655
96658
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
96656
96659
|
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
96657
96660
|
extensions: config?.extensions ?? [],
|
|
@@ -96666,8 +96669,8 @@ var getRuntimeConfig = (config) => {
|
|
|
96666
96669
|
logger: config?.logger ?? new NoOpLogger,
|
|
96667
96670
|
serviceId: config?.serviceId ?? "DynamoDB",
|
|
96668
96671
|
urlParser: config?.urlParser ?? parseUrl,
|
|
96669
|
-
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
96670
|
-
utf8Encoder: config?.utf8Encoder ?? toUtf8
|
|
96672
|
+
utf8Decoder: config?.utf8Decoder ?? import_util_utf8.fromUtf8,
|
|
96673
|
+
utf8Encoder: config?.utf8Encoder ?? import_util_utf8.toUtf8
|
|
96671
96674
|
};
|
|
96672
96675
|
};
|
|
96673
96676
|
|
|
@@ -96704,6 +96707,9 @@ var getRuntimeConfig2 = (config) => {
|
|
|
96704
96707
|
};
|
|
96705
96708
|
};
|
|
96706
96709
|
|
|
96710
|
+
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js
|
|
96711
|
+
var import_protocol_http3 = __toESM(require_dist_cjs2(), 1);
|
|
96712
|
+
|
|
96707
96713
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthExtensionConfiguration.js
|
|
96708
96714
|
var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
96709
96715
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
@@ -96745,9 +96751,9 @@ var resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
96745
96751
|
|
|
96746
96752
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js
|
|
96747
96753
|
var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
96748
|
-
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
96754
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), import_protocol_http3.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
96749
96755
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
96750
|
-
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
96756
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), import_protocol_http3.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
96751
96757
|
};
|
|
96752
96758
|
|
|
96753
96759
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
db
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ddw2jq8f.js";
|
|
4
4
|
import {
|
|
5
5
|
customValidate,
|
|
6
6
|
isObjectNotEmpty,
|
|
@@ -319,8 +319,8 @@ class Router {
|
|
|
319
319
|
return this.routes;
|
|
320
320
|
}
|
|
321
321
|
async importRoutes() {
|
|
322
|
-
await import("./chunk-
|
|
323
|
-
await import("./chunk-
|
|
322
|
+
await import("./chunk-rbsehxzg.js");
|
|
323
|
+
await import("./chunk-ny592jcd.js");
|
|
324
324
|
}
|
|
325
325
|
async resolveCallback(callback) {
|
|
326
326
|
if (callback instanceof Promise) {
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// ../../../../node_modules/@smithy/types/dist-es/middleware.js
|
|
2
|
+
var SMITHY_CONTEXT_KEY = "__smithy_context";
|
|
3
|
+
// ../../../../node_modules/@smithy/types/dist-es/auth/auth.js
|
|
4
|
+
var HttpAuthLocation;
|
|
5
|
+
(function(HttpAuthLocation2) {
|
|
6
|
+
HttpAuthLocation2["HEADER"] = "header";
|
|
7
|
+
HttpAuthLocation2["QUERY"] = "query";
|
|
8
|
+
})(HttpAuthLocation || (HttpAuthLocation = {}));
|
|
9
|
+
// ../../../../node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js
|
|
10
|
+
var HttpApiKeyAuthLocation;
|
|
11
|
+
(function(HttpApiKeyAuthLocation2) {
|
|
12
|
+
HttpApiKeyAuthLocation2["HEADER"] = "header";
|
|
13
|
+
HttpApiKeyAuthLocation2["QUERY"] = "query";
|
|
14
|
+
})(HttpApiKeyAuthLocation || (HttpApiKeyAuthLocation = {}));
|
|
15
|
+
// ../../../../node_modules/@smithy/types/dist-es/endpoint.js
|
|
16
|
+
var EndpointURLScheme;
|
|
17
|
+
(function(EndpointURLScheme2) {
|
|
18
|
+
EndpointURLScheme2["HTTP"] = "http";
|
|
19
|
+
EndpointURLScheme2["HTTPS"] = "https";
|
|
20
|
+
})(EndpointURLScheme || (EndpointURLScheme = {}));
|
|
21
|
+
// ../../../../node_modules/@smithy/types/dist-es/extensions/checksum.js
|
|
22
|
+
var AlgorithmId;
|
|
23
|
+
(function(AlgorithmId2) {
|
|
24
|
+
AlgorithmId2["MD5"] = "md5";
|
|
25
|
+
AlgorithmId2["CRC32"] = "crc32";
|
|
26
|
+
AlgorithmId2["CRC32C"] = "crc32c";
|
|
27
|
+
AlgorithmId2["SHA1"] = "sha1";
|
|
28
|
+
AlgorithmId2["SHA256"] = "sha256";
|
|
29
|
+
})(AlgorithmId || (AlgorithmId = {}));
|
|
30
|
+
// ../../../../node_modules/@smithy/types/dist-es/http.js
|
|
31
|
+
var FieldPosition;
|
|
32
|
+
(function(FieldPosition2) {
|
|
33
|
+
FieldPosition2[FieldPosition2["HEADER"] = 0] = "HEADER";
|
|
34
|
+
FieldPosition2[FieldPosition2["TRAILER"] = 1] = "TRAILER";
|
|
35
|
+
})(FieldPosition || (FieldPosition = {}));
|
|
36
|
+
// ../../../../node_modules/@smithy/types/dist-es/profile.js
|
|
37
|
+
var IniSectionType;
|
|
38
|
+
(function(IniSectionType2) {
|
|
39
|
+
IniSectionType2["PROFILE"] = "profile";
|
|
40
|
+
IniSectionType2["SSO_SESSION"] = "sso-session";
|
|
41
|
+
IniSectionType2["SERVICES"] = "services";
|
|
42
|
+
})(IniSectionType || (IniSectionType = {}));
|
|
43
|
+
// ../../../../node_modules/@smithy/types/dist-es/transfer.js
|
|
44
|
+
var RequestHandlerProtocol;
|
|
45
|
+
(function(RequestHandlerProtocol2) {
|
|
46
|
+
RequestHandlerProtocol2["HTTP_0_9"] = "http/0.9";
|
|
47
|
+
RequestHandlerProtocol2["HTTP_1_0"] = "http/1.0";
|
|
48
|
+
RequestHandlerProtocol2["TDS_8_0"] = "tds/8.0";
|
|
49
|
+
})(RequestHandlerProtocol || (RequestHandlerProtocol = {}));
|
|
50
|
+
export { EndpointURLScheme, AlgorithmId, SMITHY_CONTEXT_KEY, IniSectionType };
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
route
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import"./chunk-
|
|
4
|
+
} from "./chunk-jq06qn43.js";
|
|
5
|
+
import"./chunk-ddw2jq8f.js";
|
|
6
6
|
import"./chunk-mdj7x1vs.js";
|
|
7
7
|
import"./chunk-p0c688mg.js";
|
|
8
8
|
import"./chunk-qkm8e752.js";
|
|
9
9
|
import"./chunk-a13x0e43.js";
|
|
10
10
|
import"./chunk-mdqphqep.js";
|
|
11
11
|
import"./chunk-qhh0v93n.js";
|
|
12
|
-
import"./chunk-
|
|
13
|
-
import"./chunk-
|
|
14
|
-
import"./chunk-
|
|
15
|
-
import"./chunk-
|
|
12
|
+
import"./chunk-0m948f1p.js";
|
|
13
|
+
import"./chunk-hqmjfnnn.js";
|
|
14
|
+
import"./chunk-yyvh669b.js";
|
|
15
|
+
import"./chunk-23btgw5e.js";
|
|
16
|
+
import"./chunk-mbvdyeyw.js";
|
|
16
17
|
import"./chunk-zzerxbrm.js";
|
|
17
|
-
import"./chunk-
|
|
18
|
-
import"./chunk-
|
|
18
|
+
import"./chunk-atahpwz7.js";
|
|
19
|
+
import"./chunk-90y2wmyz.js";
|
|
19
20
|
import"./chunk-frw3va9v.js";
|
|
20
|
-
import"./chunk-saqpg5nd.js";
|
|
21
21
|
import"./chunk-2dvnt46s.js";
|
|
22
22
|
import"./chunk-w6fdq4hk.js";
|
|
23
23
|
import"./chunk-wkwtsvym.js";
|
|
@@ -19,25 +19,24 @@ import {
|
|
|
19
19
|
require_dist_cjs8 as require_dist_cjs18,
|
|
20
20
|
require_dist_cjs9 as require_dist_cjs19,
|
|
21
21
|
require_package
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-y08qabyb.js";
|
|
23
23
|
import {
|
|
24
24
|
require_dist_cjs,
|
|
25
|
-
require_dist_cjs1 as
|
|
25
|
+
require_dist_cjs1 as require_dist_cjs3,
|
|
26
26
|
require_dist_cjs2 as require_dist_cjs7,
|
|
27
27
|
require_dist_cjs4 as require_dist_cjs8,
|
|
28
28
|
require_dist_cjs5 as require_dist_cjs9,
|
|
29
29
|
require_tslib
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-atahpwz7.js";
|
|
31
31
|
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
require_dist_cjs6
|
|
36
|
-
} from "./chunk-
|
|
32
|
+
require_dist_cjs1 as require_dist_cjs2,
|
|
33
|
+
require_dist_cjs4,
|
|
34
|
+
require_dist_cjs5,
|
|
35
|
+
require_dist_cjs7 as require_dist_cjs6
|
|
36
|
+
} from "./chunk-90y2wmyz.js";
|
|
37
37
|
import {
|
|
38
38
|
require_client
|
|
39
39
|
} from "./chunk-frw3va9v.js";
|
|
40
|
-
import"./chunk-saqpg5nd.js";
|
|
41
40
|
import {
|
|
42
41
|
__commonJS
|
|
43
42
|
} from "./chunk-9v6qtbez.js";
|
|
@@ -347,7 +346,7 @@ var require_runtimeExtensions = __commonJS((exports) => {
|
|
|
347
346
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
348
347
|
exports.resolveRuntimeExtensions = undefined;
|
|
349
348
|
var region_config_resolver_1 = require_dist_cjs27();
|
|
350
|
-
var protocol_http_1 =
|
|
349
|
+
var protocol_http_1 = require_dist_cjs2();
|
|
351
350
|
var smithy_client_1 = require_dist_cjs8();
|
|
352
351
|
var httpAuthExtensionConfiguration_1 = require_httpAuthExtensionConfiguration();
|
|
353
352
|
var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
@@ -463,7 +462,7 @@ var require_sts = __commonJS((exports, module) => {
|
|
|
463
462
|
__reExport(index_exports, require_STSClient(), module.exports);
|
|
464
463
|
var import_smithy_client6 = require_dist_cjs8();
|
|
465
464
|
var import_middleware_endpoint = require_dist_cjs20();
|
|
466
|
-
var import_middleware_serde =
|
|
465
|
+
var import_middleware_serde = require_dist_cjs3();
|
|
467
466
|
var import_smithy_client4 = require_dist_cjs8();
|
|
468
467
|
var import_EndpointParameters = require_EndpointParameters();
|
|
469
468
|
var import_smithy_client2 = require_dist_cjs8();
|
|
@@ -599,7 +598,7 @@ var require_sts = __commonJS((exports, module) => {
|
|
|
599
598
|
}
|
|
600
599
|
};
|
|
601
600
|
var import_core = require_dist_cjs9();
|
|
602
|
-
var import_protocol_http =
|
|
601
|
+
var import_protocol_http = require_dist_cjs2();
|
|
603
602
|
var import_smithy_client3 = require_dist_cjs8();
|
|
604
603
|
var se_AssumeRoleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
605
604
|
const headers = SHARED_HEADERS;
|
|
@@ -1132,7 +1131,7 @@ var require_sts = __commonJS((exports, module) => {
|
|
|
1132
1131
|
}
|
|
1133
1132
|
};
|
|
1134
1133
|
var import_middleware_endpoint2 = require_dist_cjs20();
|
|
1135
|
-
var import_middleware_serde2 =
|
|
1134
|
+
var import_middleware_serde2 = require_dist_cjs3();
|
|
1136
1135
|
var import_smithy_client5 = require_dist_cjs8();
|
|
1137
1136
|
var import_EndpointParameters2 = require_EndpointParameters();
|
|
1138
1137
|
var AssumeRoleWithWebIdentityCommand = class extends import_smithy_client5.Command.classBuilder().ep(import_EndpointParameters2.commonParams).m(function(Command, cs, config, o) {
|