@stacksjs/actions 0.70.18 → 0.70.21
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 +3 -3
- package/dist/{chunk-dhnwmbca.js → chunk-161fpm3p.js} +15 -15
- package/dist/{chunk-2vba9ke6.js → chunk-1vc5eq0h.js} +3 -3
- package/dist/{chunk-38cnnp2b.js → chunk-56ar3gp7.js} +1 -1
- package/dist/{chunk-v1m830st.js → chunk-7dp08yqh.js} +3 -3
- package/dist/{chunk-xgpn959d.js → chunk-adq5n04j.js} +3 -3
- package/dist/{chunk-c0b89186.js → chunk-b82x4201.js} +3 -3
- package/dist/{chunk-9exgwfkw.js → chunk-dvkgakrr.js} +1 -1
- package/dist/{chunk-shmtrj5e.js → chunk-mdb86mpr.js} +3 -3
- package/dist/{chunk-f6a9g4qa.js → chunk-pacq2bz6.js} +1 -1
- package/dist/{chunk-gtghjj5c.js → chunk-pnre7439.js} +22 -22
- package/dist/{chunk-zsm2c35w.js → chunk-psa9yf21.js} +1 -1
- package/dist/{chunk-ky5192ey.js → chunk-tsrpjtkt.js} +10 -9
- package/dist/database/seed.js +2 -2
- package/dist/generate/index.js +3 -3
- package/dist/index.js +3 -3
- package/dist/release.js +3 -3
- package/dist/upgrade.js +1 -1
- package/package.json +17 -17
package/dist/build.js
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
import {
|
|
3
3
|
generateTypes
|
|
4
4
|
} from "./generate/index.js";
|
|
5
|
-
import"./chunk-
|
|
5
|
+
import"./chunk-7dp08yqh.js";
|
|
6
6
|
import"./helpers/vscode-custom-data.js";
|
|
7
7
|
import"./chunk-494jp8d5.js";
|
|
8
|
-
import"./chunk-
|
|
8
|
+
import"./chunk-tsrpjtkt.js";
|
|
9
9
|
import"./chunk-mdj7x1vs.js";
|
|
10
10
|
import"./chunk-p0c688mg.js";
|
|
11
11
|
import"./chunk-qkm8e752.js";
|
|
12
12
|
import"./chunk-a13x0e43.js";
|
|
13
13
|
import"./chunk-mdqphqep.js";
|
|
14
14
|
import"./chunk-qhh0v93n.js";
|
|
15
|
-
import"./chunk-
|
|
15
|
+
import"./chunk-pnre7439.js";
|
|
16
16
|
import"./chunk-7s5qcjkt.js";
|
|
17
17
|
import"./chunk-bf8bq8pc.js";
|
|
18
18
|
import"./chunk-xt9exr2c.js";
|
|
@@ -24,7 +24,9 @@ import {
|
|
|
24
24
|
getRecursionDetectionPlugin,
|
|
25
25
|
getRetryPlugin,
|
|
26
26
|
getSerdePlugin,
|
|
27
|
+
getSmithyContext,
|
|
27
28
|
getUserAgentPlugin,
|
|
29
|
+
normalizeProvider,
|
|
28
30
|
resolveAwsRegionExtensionConfiguration,
|
|
29
31
|
resolveDefaultsModeConfig,
|
|
30
32
|
resolveEndpoint,
|
|
@@ -35,7 +37,7 @@ import {
|
|
|
35
37
|
resolveUserAgentConfig,
|
|
36
38
|
toBase64,
|
|
37
39
|
toUtf8
|
|
38
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-pnre7439.js";
|
|
39
41
|
import {
|
|
40
42
|
loadConfig,
|
|
41
43
|
parseUrl
|
|
@@ -67,9 +69,8 @@ import {
|
|
|
67
69
|
} from "./chunk-xt9exr2c.js";
|
|
68
70
|
import"./chunk-zzerxbrm.js";
|
|
69
71
|
import {
|
|
70
|
-
require_dist_cjs,
|
|
71
|
-
require_dist_cjs2
|
|
72
|
-
require_dist_cjs5 as require_dist_cjs3
|
|
72
|
+
require_dist_cjs2 as require_dist_cjs,
|
|
73
|
+
require_dist_cjs5 as require_dist_cjs2
|
|
73
74
|
} from "./chunk-veja9rez.js";
|
|
74
75
|
import"./chunk-a7k3cdby.js";
|
|
75
76
|
import"./chunk-frw3va9v.js";
|
|
@@ -79,15 +80,14 @@ import {
|
|
|
79
80
|
} from "./chunk-9v6qtbez.js";
|
|
80
81
|
|
|
81
82
|
// ../../../../node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js
|
|
82
|
-
var import_core5 = __toESM(
|
|
83
|
+
var import_core5 = __toESM(require_dist_cjs(), 1);
|
|
83
84
|
|
|
84
85
|
// ../../../../node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js
|
|
85
|
-
var import_core = __toESM(
|
|
86
|
-
var import_util_middleware = __toESM(require_dist_cjs(), 1);
|
|
86
|
+
var import_core = __toESM(require_dist_cjs2(), 1);
|
|
87
87
|
var defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
88
88
|
return {
|
|
89
|
-
operation:
|
|
90
|
-
region: await
|
|
89
|
+
operation: getSmithyContext(context).operation,
|
|
90
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
91
91
|
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
92
92
|
})()
|
|
93
93
|
};
|
|
@@ -160,7 +160,7 @@ var commonParams = {
|
|
|
160
160
|
var package_default = {
|
|
161
161
|
name: "@aws-sdk/client-sso",
|
|
162
162
|
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
163
|
-
version: "3.
|
|
163
|
+
version: "3.777.0",
|
|
164
164
|
scripts: {
|
|
165
165
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
166
166
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -257,11 +257,11 @@ var package_default = {
|
|
|
257
257
|
};
|
|
258
258
|
|
|
259
259
|
// ../../../../node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js
|
|
260
|
-
var import_core4 = __toESM(
|
|
260
|
+
var import_core4 = __toESM(require_dist_cjs2(), 1);
|
|
261
261
|
|
|
262
262
|
// ../../../../node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js
|
|
263
|
-
var import_core2 = __toESM(
|
|
264
|
-
var import_core3 = __toESM(
|
|
263
|
+
var import_core2 = __toESM(require_dist_cjs2(), 1);
|
|
264
|
+
var import_core3 = __toESM(require_dist_cjs(), 1);
|
|
265
265
|
|
|
266
266
|
// ../../../../node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js
|
|
267
267
|
var u = "required";
|
|
@@ -520,8 +520,8 @@ var GetRoleCredentialsResponseFilterSensitiveLog = (obj) => ({
|
|
|
520
520
|
});
|
|
521
521
|
|
|
522
522
|
// ../../../../node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js
|
|
523
|
-
var import_core6 = __toESM(
|
|
524
|
-
var import_core7 = __toESM(
|
|
523
|
+
var import_core6 = __toESM(require_dist_cjs2(), 1);
|
|
524
|
+
var import_core7 = __toESM(require_dist_cjs(), 1);
|
|
525
525
|
var se_GetRoleCredentialsCommand = async (input, context) => {
|
|
526
526
|
const b2 = import_core7.requestBuilder(input, context);
|
|
527
527
|
const headers = map({}, isSerializableHeaderValue, {
|
|
@@ -31,7 +31,7 @@ var REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the
|
|
|
31
31
|
|
|
32
32
|
// ../../../../node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js
|
|
33
33
|
var getSsoOidcClient = async (ssoRegion, init = {}) => {
|
|
34
|
-
const { SSOOIDCClient } = await import("./chunk-
|
|
34
|
+
const { SSOOIDCClient } = await import("./chunk-pacq2bz6.js");
|
|
35
35
|
const ssoOidcClient = new SSOOIDCClient(Object.assign({}, init.clientConfig ?? {}, {
|
|
36
36
|
region: ssoRegion ?? init.clientConfig?.region,
|
|
37
37
|
logger: init.clientConfig?.logger ?? init.parentClientConfig?.logger
|
|
@@ -41,7 +41,7 @@ var getSsoOidcClient = async (ssoRegion, init = {}) => {
|
|
|
41
41
|
|
|
42
42
|
// ../../../../node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js
|
|
43
43
|
var getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}) => {
|
|
44
|
-
const { CreateTokenCommand } = await import("./chunk-
|
|
44
|
+
const { CreateTokenCommand } = await import("./chunk-pacq2bz6.js");
|
|
45
45
|
const ssoOidcClient = await getSsoOidcClient(ssoRegion, init);
|
|
46
46
|
return ssoOidcClient.send(new CreateTokenCommand({
|
|
47
47
|
clientId: ssoToken.clientId,
|
|
@@ -187,7 +187,7 @@ var resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoR
|
|
|
187
187
|
});
|
|
188
188
|
}
|
|
189
189
|
const { accessToken } = token;
|
|
190
|
-
const { SSOClient, GetRoleCredentialsCommand } = await import("./chunk-
|
|
190
|
+
const { SSOClient, GetRoleCredentialsCommand } = await import("./chunk-161fpm3p.js");
|
|
191
191
|
const sso = ssoClient || new SSOClient(Object.assign({}, clientConfig ?? {}, {
|
|
192
192
|
logger: clientConfig?.logger ?? parentClientConfig?.logger,
|
|
193
193
|
region: clientConfig?.region ?? ssoRegion
|
|
@@ -3049,7 +3049,7 @@ var require_dist_cjs28 = __commonJS((exports, module) => {
|
|
|
3049
3049
|
var require_package = __commonJS((exports, module) => {
|
|
3050
3050
|
module.exports = {
|
|
3051
3051
|
name: "@aws-sdk/nested-clients",
|
|
3052
|
-
version: "3.
|
|
3052
|
+
version: "3.777.0",
|
|
3053
3053
|
description: "Nested clients for AWS SDK packages.",
|
|
3054
3054
|
main: "./dist-cjs/index.js",
|
|
3055
3055
|
module: "./dist-es/index.js",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
db
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-tsrpjtkt.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-b82x4201.js");
|
|
323
|
+
await import("./chunk-adq5n04j.js");
|
|
324
324
|
}
|
|
325
325
|
async resolveCallback(callback) {
|
|
326
326
|
if (callback instanceof Promise) {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
route
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import"./chunk-
|
|
4
|
+
} from "./chunk-7dp08yqh.js";
|
|
5
|
+
import"./chunk-tsrpjtkt.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-
|
|
12
|
+
import"./chunk-pnre7439.js";
|
|
13
13
|
import"./chunk-7s5qcjkt.js";
|
|
14
14
|
import"./chunk-bf8bq8pc.js";
|
|
15
15
|
import"./chunk-xt9exr2c.js";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
route
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import"./chunk-
|
|
4
|
+
} from "./chunk-7dp08yqh.js";
|
|
5
|
+
import"./chunk-tsrpjtkt.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-
|
|
12
|
+
import"./chunk-pnre7439.js";
|
|
13
13
|
import"./chunk-7s5qcjkt.js";
|
|
14
14
|
import"./chunk-bf8bq8pc.js";
|
|
15
15
|
import"./chunk-xt9exr2c.js";
|
|
@@ -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-dvkgakrr.js");
|
|
75
75
|
options.roleAssumer = getDefaultRoleAssumer({
|
|
76
76
|
...options.clientConfig,
|
|
77
77
|
credentialProviderLogger: options.logger,
|
|
@@ -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-1vc5eq0h.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-psa9yf21.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,
|
|
@@ -15,9 +15,8 @@ import {
|
|
|
15
15
|
} from "./chunk-zzerxbrm.js";
|
|
16
16
|
import {
|
|
17
17
|
require_dist,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
require_dist_cjs5 as require_dist_cjs4
|
|
18
|
+
require_dist_cjs2,
|
|
19
|
+
require_dist_cjs5 as require_dist_cjs3
|
|
21
20
|
} from "./chunk-veja9rez.js";
|
|
22
21
|
import {
|
|
23
22
|
require_dist_cjs
|
|
@@ -140,7 +139,7 @@ var getRecursionDetectionPlugin = (options) => ({
|
|
|
140
139
|
});
|
|
141
140
|
|
|
142
141
|
// ../../../../node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js
|
|
143
|
-
var import_core = __toESM(
|
|
142
|
+
var import_core = __toESM(require_dist_cjs2(), 1);
|
|
144
143
|
var DEFAULT_UA_APP_ID = undefined;
|
|
145
144
|
function isValidUserAgentAppId(appId) {
|
|
146
145
|
if (appId === undefined) {
|
|
@@ -946,7 +945,7 @@ var awsEndpointFunctions = {
|
|
|
946
945
|
};
|
|
947
946
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
948
947
|
// ../../../../node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js
|
|
949
|
-
var import_core2 = __toESM(
|
|
948
|
+
var import_core2 = __toESM(require_dist_cjs3(), 1);
|
|
950
949
|
var ACCOUNT_ID_ENDPOINT_REGEX = /\d{12}\.ddb/;
|
|
951
950
|
async function checkFeatures(context, config, args) {
|
|
952
951
|
const request = args.request;
|
|
@@ -1152,10 +1151,16 @@ var NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = {
|
|
|
1152
1151
|
configFileSelector: (profile) => booleanSelector(profile, CONFIG_USE_FIPS_ENDPOINT, SelectorType.CONFIG),
|
|
1153
1152
|
default: false
|
|
1154
1153
|
};
|
|
1155
|
-
// ../../../../node_modules/@smithy/
|
|
1156
|
-
var
|
|
1157
|
-
|
|
1158
|
-
|
|
1154
|
+
// ../../../../node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js
|
|
1155
|
+
var import_types12 = __toESM(require_dist_cjs(), 1);
|
|
1156
|
+
var getSmithyContext = (context) => context[import_types12.SMITHY_CONTEXT_KEY] || (context[import_types12.SMITHY_CONTEXT_KEY] = {});
|
|
1157
|
+
// ../../../../node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js
|
|
1158
|
+
var normalizeProvider2 = (input) => {
|
|
1159
|
+
if (typeof input === "function")
|
|
1160
|
+
return input;
|
|
1161
|
+
const promisified = Promise.resolve(input);
|
|
1162
|
+
return () => promisified;
|
|
1163
|
+
};
|
|
1159
1164
|
// ../../../../node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js
|
|
1160
1165
|
var REGION_ENV_NAME = "AWS_REGION";
|
|
1161
1166
|
var REGION_INI_NAME = "region";
|
|
@@ -1274,8 +1279,7 @@ function getSerdePlugin(config2, serializer, deserializer) {
|
|
|
1274
1279
|
};
|
|
1275
1280
|
}
|
|
1276
1281
|
// ../../../../node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js
|
|
1277
|
-
var import_core3 = __toESM(
|
|
1278
|
-
var import_util_middleware3 = __toESM(require_dist_cjs2(), 1);
|
|
1282
|
+
var import_core3 = __toESM(require_dist_cjs2(), 1);
|
|
1279
1283
|
|
|
1280
1284
|
// ../../../../node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js
|
|
1281
1285
|
var resolveParamsForS3 = async (endpointParams) => {
|
|
@@ -1464,7 +1468,7 @@ var endpointMiddleware = ({ config: config2, instructions }) => {
|
|
|
1464
1468
|
if (authScheme) {
|
|
1465
1469
|
context["signing_region"] = authScheme.signingRegion;
|
|
1466
1470
|
context["signing_service"] = authScheme.signingName;
|
|
1467
|
-
const smithyContext =
|
|
1471
|
+
const smithyContext = getSmithyContext(context);
|
|
1468
1472
|
const httpAuthOption = smithyContext?.selectedHttpAuthScheme?.httpAuthOption;
|
|
1469
1473
|
if (httpAuthOption) {
|
|
1470
1474
|
httpAuthOption.signingProperties = Object.assign(httpAuthOption.signingProperties || {}, {
|
|
@@ -1501,18 +1505,17 @@ var getEndpointPlugin = (config2, instructions) => ({
|
|
|
1501
1505
|
});
|
|
1502
1506
|
|
|
1503
1507
|
// ../../../../node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js
|
|
1504
|
-
var import_util_middleware4 = __toESM(require_dist_cjs2(), 1);
|
|
1505
1508
|
var resolveEndpointConfig = (input) => {
|
|
1506
1509
|
const tls = input.tls ?? true;
|
|
1507
1510
|
const { endpoint, useDualstackEndpoint, useFipsEndpoint } = input;
|
|
1508
|
-
const customEndpointProvider = endpoint != null ? async () => toEndpointV1(await
|
|
1511
|
+
const customEndpointProvider = endpoint != null ? async () => toEndpointV1(await normalizeProvider2(endpoint)()) : undefined;
|
|
1509
1512
|
const isCustomEndpoint = !!endpoint;
|
|
1510
1513
|
const resolvedConfig = Object.assign(input, {
|
|
1511
1514
|
endpoint: customEndpointProvider,
|
|
1512
1515
|
tls,
|
|
1513
1516
|
isCustomEndpoint,
|
|
1514
|
-
useDualstackEndpoint:
|
|
1515
|
-
useFipsEndpoint:
|
|
1517
|
+
useDualstackEndpoint: normalizeProvider2(useDualstackEndpoint ?? false),
|
|
1518
|
+
useFipsEndpoint: normalizeProvider2(useFipsEndpoint ?? false)
|
|
1516
1519
|
});
|
|
1517
1520
|
let configuredEndpointPromise = undefined;
|
|
1518
1521
|
resolvedConfig.serviceConfiguredEndpoint = async () => {
|
|
@@ -1523,9 +1526,6 @@ var resolveEndpointConfig = (input) => {
|
|
|
1523
1526
|
};
|
|
1524
1527
|
return resolvedConfig;
|
|
1525
1528
|
};
|
|
1526
|
-
// ../../../../node_modules/@smithy/middleware-retry/dist-es/configurations.js
|
|
1527
|
-
var import_util_middleware5 = __toESM(require_dist_cjs2(), 1);
|
|
1528
|
-
|
|
1529
1529
|
// ../../../../node_modules/@smithy/util-retry/dist-es/config.js
|
|
1530
1530
|
var RETRY_MODES;
|
|
1531
1531
|
(function(RETRY_MODES2) {
|
|
@@ -1817,14 +1817,14 @@ var NODE_MAX_ATTEMPT_CONFIG_OPTIONS = {
|
|
|
1817
1817
|
};
|
|
1818
1818
|
var resolveRetryConfig = (input) => {
|
|
1819
1819
|
const { retryStrategy, retryMode: _retryMode, maxAttempts: _maxAttempts } = input;
|
|
1820
|
-
const maxAttempts =
|
|
1820
|
+
const maxAttempts = normalizeProvider2(_maxAttempts ?? DEFAULT_MAX_ATTEMPTS);
|
|
1821
1821
|
return Object.assign(input, {
|
|
1822
1822
|
maxAttempts,
|
|
1823
1823
|
retryStrategy: async () => {
|
|
1824
1824
|
if (retryStrategy) {
|
|
1825
1825
|
return retryStrategy;
|
|
1826
1826
|
}
|
|
1827
|
-
const retryMode = await
|
|
1827
|
+
const retryMode = await normalizeProvider2(_retryMode)();
|
|
1828
1828
|
if (retryMode === RETRY_MODES.ADAPTIVE) {
|
|
1829
1829
|
return new AdaptiveRetryStrategy(maxAttempts);
|
|
1830
1830
|
}
|
|
@@ -2225,4 +2225,4 @@ var toBase64 = (_input) => {
|
|
|
2225
2225
|
}
|
|
2226
2226
|
return fromArrayBuffer(input.buffer, input.byteOffset, input.byteLength).toString("base64");
|
|
2227
2227
|
};
|
|
2228
|
-
export { resolveHostHeaderConfig, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin, resolveUserAgentConfig, EndpointCache, customEndpointFunctions, resolveEndpoint, awsEndpointFunctions, getUserAgentPlugin, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig, getContentLengthPlugin, getSerdePlugin, getEndpointPlugin, resolveEndpointConfig, DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, NODE_RETRY_MODE_CONFIG_OPTIONS, getRetryPlugin, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, fromUtf8, toUtf8, Hash, calculateBodyLength, fromBase64, toBase64, resolveDefaultsModeConfig, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration };
|
|
2228
|
+
export { resolveHostHeaderConfig, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin, resolveUserAgentConfig, EndpointCache, customEndpointFunctions, resolveEndpoint, awsEndpointFunctions, getUserAgentPlugin, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, getSmithyContext, normalizeProvider2 as normalizeProvider, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig, getContentLengthPlugin, getSerdePlugin, getEndpointPlugin, resolveEndpointConfig, DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, NODE_RETRY_MODE_CONFIG_OPTIONS, getRetryPlugin, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, fromUtf8, toUtf8, Hash, calculateBodyLength, fromBase64, toBase64, resolveDefaultsModeConfig, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration };
|
|
@@ -20,7 +20,7 @@ var fromWebToken = (init) => async (awsIdentityProperties) => {
|
|
|
20
20
|
const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds } = init;
|
|
21
21
|
let { roleAssumerWithWebIdentity } = init;
|
|
22
22
|
if (!roleAssumerWithWebIdentity) {
|
|
23
|
-
const { getDefaultRoleAssumerWithWebIdentity } = await import("./chunk-
|
|
23
|
+
const { getDefaultRoleAssumerWithWebIdentity } = await import("./chunk-dvkgakrr.js");
|
|
24
24
|
roleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity({
|
|
25
25
|
...init.clientConfig,
|
|
26
26
|
credentialProviderLogger: init.logger,
|
|
@@ -32,7 +32,9 @@ import {
|
|
|
32
32
|
getRecursionDetectionPlugin,
|
|
33
33
|
getRetryPlugin,
|
|
34
34
|
getSerdePlugin,
|
|
35
|
+
getSmithyContext,
|
|
35
36
|
getUserAgentPlugin,
|
|
37
|
+
normalizeProvider,
|
|
36
38
|
resolveAwsRegionExtensionConfiguration,
|
|
37
39
|
resolveDefaultsModeConfig,
|
|
38
40
|
resolveEndpoint,
|
|
@@ -43,7 +45,7 @@ import {
|
|
|
43
45
|
resolveUserAgentConfig,
|
|
44
46
|
toBase64,
|
|
45
47
|
toUtf8
|
|
46
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-pnre7439.js";
|
|
47
49
|
import {
|
|
48
50
|
loadConfig,
|
|
49
51
|
parseUrl
|
|
@@ -94808,11 +94810,10 @@ var import_core6 = __toESM(require_dist_cjs2(), 1);
|
|
|
94808
94810
|
|
|
94809
94811
|
// ../../../../node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js
|
|
94810
94812
|
var import_core2 = __toESM(require_dist_cjs3(), 1);
|
|
94811
|
-
var import_util_middleware = __toESM(require_dist_cjs(), 1);
|
|
94812
94813
|
var defaultDynamoDBHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
94813
94814
|
return {
|
|
94814
|
-
operation:
|
|
94815
|
-
region: await
|
|
94815
|
+
operation: getSmithyContext(context).operation,
|
|
94816
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
94816
94817
|
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
94817
94818
|
})()
|
|
94818
94819
|
};
|
|
@@ -96383,7 +96384,7 @@ class DescribeEndpointsCommand extends Command.classBuilder().ep(commonParams).m
|
|
|
96383
96384
|
var package_default = {
|
|
96384
96385
|
name: "@aws-sdk/client-dynamodb",
|
|
96385
96386
|
description: "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
|
|
96386
|
-
version: "3.
|
|
96387
|
+
version: "3.777.0",
|
|
96387
96388
|
scripts: {
|
|
96388
96389
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
96389
96390
|
"build:cjs": "node ../../scripts/compilation/inline client-dynamodb",
|
|
@@ -96403,7 +96404,7 @@ var package_default = {
|
|
|
96403
96404
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
96404
96405
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
96405
96406
|
"@aws-sdk/core": "3.775.0",
|
|
96406
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
96407
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
96407
96408
|
"@aws-sdk/middleware-endpoint-discovery": "3.775.0",
|
|
96408
96409
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
96409
96410
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
@@ -96540,11 +96541,11 @@ var defaultProvider = (init2 = {}) => memoize(chain(async () => {
|
|
|
96540
96541
|
if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {
|
|
96541
96542
|
throw new CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).", { logger: init2.logger });
|
|
96542
96543
|
}
|
|
96543
|
-
const { fromSSO } = await import("./chunk-
|
|
96544
|
+
const { fromSSO } = await import("./chunk-1vc5eq0h.js");
|
|
96544
96545
|
return fromSSO(init2)();
|
|
96545
96546
|
}, async () => {
|
|
96546
96547
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");
|
|
96547
|
-
const { fromIni } = await import("./chunk-
|
|
96548
|
+
const { fromIni } = await import("./chunk-mdb86mpr.js");
|
|
96548
96549
|
return fromIni(init2)();
|
|
96549
96550
|
}, async () => {
|
|
96550
96551
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");
|
|
@@ -96552,7 +96553,7 @@ var defaultProvider = (init2 = {}) => memoize(chain(async () => {
|
|
|
96552
96553
|
return fromProcess(init2)();
|
|
96553
96554
|
}, async () => {
|
|
96554
96555
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");
|
|
96555
|
-
const { fromTokenFile } = await import("./chunk-
|
|
96556
|
+
const { fromTokenFile } = await import("./chunk-psa9yf21.js");
|
|
96556
96557
|
return fromTokenFile(init2)();
|
|
96557
96558
|
}, async () => {
|
|
96558
96559
|
init2.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::remoteProvider");
|
package/dist/database/seed.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
seed
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-tsrpjtkt.js";
|
|
5
5
|
import"../chunk-mdj7x1vs.js";
|
|
6
6
|
import"../chunk-p0c688mg.js";
|
|
7
7
|
import"../chunk-qkm8e752.js";
|
|
8
8
|
import"../chunk-a13x0e43.js";
|
|
9
9
|
import"../chunk-mdqphqep.js";
|
|
10
10
|
import"../chunk-qhh0v93n.js";
|
|
11
|
-
import"../chunk-
|
|
11
|
+
import"../chunk-pnre7439.js";
|
|
12
12
|
import"../chunk-7s5qcjkt.js";
|
|
13
13
|
import"../chunk-bf8bq8pc.js";
|
|
14
14
|
import"../chunk-xt9exr2c.js";
|
package/dist/generate/index.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
route
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-7dp08yqh.js";
|
|
5
5
|
import {
|
|
6
6
|
generateVsCodeCustomData
|
|
7
7
|
} from "../helpers/vscode-custom-data.js";
|
|
8
8
|
import"../chunk-494jp8d5.js";
|
|
9
9
|
import {
|
|
10
10
|
generateModelFiles
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-tsrpjtkt.js";
|
|
12
12
|
import"../chunk-mdj7x1vs.js";
|
|
13
13
|
import"../chunk-p0c688mg.js";
|
|
14
14
|
import"../chunk-qkm8e752.js";
|
|
15
15
|
import"../chunk-a13x0e43.js";
|
|
16
16
|
import"../chunk-mdqphqep.js";
|
|
17
17
|
import"../chunk-qhh0v93n.js";
|
|
18
|
-
import"../chunk-
|
|
18
|
+
import"../chunk-pnre7439.js";
|
|
19
19
|
import"../chunk-7s5qcjkt.js";
|
|
20
20
|
import"../chunk-bf8bq8pc.js";
|
|
21
21
|
import"../chunk-xt9exr2c.js";
|
package/dist/index.js
CHANGED
|
@@ -41,17 +41,17 @@ import {
|
|
|
41
41
|
generateWebTypes,
|
|
42
42
|
invoke
|
|
43
43
|
} from "./generate/index.js";
|
|
44
|
-
import"./chunk-
|
|
44
|
+
import"./chunk-7dp08yqh.js";
|
|
45
45
|
import"./helpers/vscode-custom-data.js";
|
|
46
46
|
import"./chunk-494jp8d5.js";
|
|
47
|
-
import"./chunk-
|
|
47
|
+
import"./chunk-tsrpjtkt.js";
|
|
48
48
|
import"./chunk-mdj7x1vs.js";
|
|
49
49
|
import"./chunk-p0c688mg.js";
|
|
50
50
|
import"./chunk-qkm8e752.js";
|
|
51
51
|
import"./chunk-a13x0e43.js";
|
|
52
52
|
import"./chunk-mdqphqep.js";
|
|
53
53
|
import"./chunk-qhh0v93n.js";
|
|
54
|
-
import"./chunk-
|
|
54
|
+
import"./chunk-pnre7439.js";
|
|
55
55
|
import"./chunk-7s5qcjkt.js";
|
|
56
56
|
import"./chunk-bf8bq8pc.js";
|
|
57
57
|
import"./chunk-xt9exr2c.js";
|
package/dist/release.js
CHANGED
|
@@ -5,17 +5,17 @@ import"./commit.js";
|
|
|
5
5
|
import"./make.js";
|
|
6
6
|
import"./add.js";
|
|
7
7
|
import"./generate/index.js";
|
|
8
|
-
import"./chunk-
|
|
8
|
+
import"./chunk-7dp08yqh.js";
|
|
9
9
|
import"./helpers/vscode-custom-data.js";
|
|
10
10
|
import"./chunk-494jp8d5.js";
|
|
11
|
-
import"./chunk-
|
|
11
|
+
import"./chunk-tsrpjtkt.js";
|
|
12
12
|
import"./chunk-mdj7x1vs.js";
|
|
13
13
|
import"./chunk-p0c688mg.js";
|
|
14
14
|
import"./chunk-qkm8e752.js";
|
|
15
15
|
import"./chunk-a13x0e43.js";
|
|
16
16
|
import"./chunk-mdqphqep.js";
|
|
17
17
|
import"./chunk-qhh0v93n.js";
|
|
18
|
-
import"./chunk-
|
|
18
|
+
import"./chunk-pnre7439.js";
|
|
19
19
|
import"./chunk-7s5qcjkt.js";
|
|
20
20
|
import"./chunk-bf8bq8pc.js";
|
|
21
21
|
import"./chunk-xt9exr2c.js";
|
package/dist/upgrade.js
CHANGED
|
@@ -9,7 +9,7 @@ import { log } from "@stacksjs/logging";
|
|
|
9
9
|
import { projectPath } from "@stacksjs/path";
|
|
10
10
|
import * as storage from "@stacksjs/storage";
|
|
11
11
|
// package.json
|
|
12
|
-
var version = "0.70.
|
|
12
|
+
var version = "0.70.21";
|
|
13
13
|
|
|
14
14
|
// src/upgrade.ts
|
|
15
15
|
function checkForUncommittedChanges(options) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/actions",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.70.
|
|
4
|
+
"version": "0.70.21",
|
|
5
5
|
"description": "The Stacks actions.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
|
|
@@ -42,22 +42,22 @@
|
|
|
42
42
|
"prepublishOnly": "bun run build"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@stacksjs/api": "0.70.
|
|
46
|
-
"@stacksjs/cli": "0.70.
|
|
47
|
-
"@stacksjs/config": "0.70.
|
|
48
|
-
"@stacksjs/database": "0.70.
|
|
49
|
-
"@stacksjs/development": "0.70.
|
|
50
|
-
"@stacksjs/dns": "0.70.
|
|
51
|
-
"@stacksjs/enums": "0.70.
|
|
52
|
-
"@stacksjs/env": "0.70.
|
|
53
|
-
"@stacksjs/error-handling": "0.70.
|
|
54
|
-
"@stacksjs/logging": "0.70.
|
|
55
|
-
"@stacksjs/path": "0.70.
|
|
56
|
-
"@stacksjs/security": "0.70.
|
|
57
|
-
"@stacksjs/storage": "0.70.
|
|
58
|
-
"@stacksjs/strings": "0.70.
|
|
59
|
-
"@stacksjs/utils": "0.70.
|
|
60
|
-
"@stacksjs/validation": "0.70.
|
|
45
|
+
"@stacksjs/api": "0.70.18",
|
|
46
|
+
"@stacksjs/cli": "0.70.18",
|
|
47
|
+
"@stacksjs/config": "0.70.18",
|
|
48
|
+
"@stacksjs/database": "0.70.18",
|
|
49
|
+
"@stacksjs/development": "0.70.18",
|
|
50
|
+
"@stacksjs/dns": "0.70.18",
|
|
51
|
+
"@stacksjs/enums": "0.70.18",
|
|
52
|
+
"@stacksjs/env": "0.70.18",
|
|
53
|
+
"@stacksjs/error-handling": "0.70.18",
|
|
54
|
+
"@stacksjs/logging": "0.70.18",
|
|
55
|
+
"@stacksjs/path": "0.70.18",
|
|
56
|
+
"@stacksjs/security": "0.70.18",
|
|
57
|
+
"@stacksjs/storage": "0.70.18",
|
|
58
|
+
"@stacksjs/strings": "0.70.18",
|
|
59
|
+
"@stacksjs/utils": "0.70.18",
|
|
60
|
+
"@stacksjs/validation": "0.70.18",
|
|
61
61
|
"markdown-it": "^14.1.0",
|
|
62
62
|
"vue-component-meta": "^2.2.8"
|
|
63
63
|
}
|