@stacksjs/actions 0.70.12 → 0.70.13
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 +7 -7
- package/dist/{chunk-0w5577pa.js → chunk-030apzv1.js} +7 -7
- package/dist/{chunk-veja9rez.js → chunk-0crtxf8d.js} +19 -156
- package/dist/chunk-2m04vhea.js +145 -0
- package/dist/{chunk-e7mp4xy5.js → chunk-6vn0j49q.js} +12 -9
- package/dist/{chunk-76zhb40c.js → chunk-6xeh1279.js} +7 -6
- package/dist/{chunk-qkm8e752.js → chunk-8dsect0a.js} +5 -4
- package/dist/{chunk-t5em30ak.js → chunk-9menqd9a.js} +24 -16
- package/dist/{chunk-f6a9g4qa.js → chunk-ad9b7jvj.js} +5 -4
- package/dist/{chunk-7s5qcjkt.js → chunk-bh25aaf7.js} +17 -9
- package/dist/{chunk-zsm2c35w.js → chunk-f1cxwjkf.js} +6 -5
- package/dist/{chunk-7exdh0pw.js → chunk-f48dj1dk.js} +3 -3
- package/dist/{chunk-9exgwfkw.js → chunk-gdzs9jf4.js} +5 -4
- package/dist/{chunk-r1ednxa6.js → chunk-ghp9nh6b.js} +34 -25
- package/dist/{chunk-hp8vmq3g.js → chunk-h46e5ha3.js} +70 -69
- package/dist/{chunk-zbqapk7v.js → chunk-hcfsx7e0.js} +21 -17
- package/dist/{chunk-7hbpybtk.js → chunk-hcra1987.js} +7 -7
- package/dist/{chunk-38cnnp2b.js → chunk-hd6fdt5s.js} +6 -4
- package/dist/{chunk-pnre7439.js → chunk-kbw02372.js} +37 -33
- package/dist/{chunk-csa76zyn.js → chunk-q3gghmwn.js} +17 -17
- package/dist/database/seed.js +6 -6
- package/dist/generate/index.js +7 -7
- package/dist/index.js +7 -7
- package/dist/release.js +7 -7
- package/dist/upgrade.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-zzerxbrm.js +0 -107
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
loadConfig,
|
|
3
3
|
parseUrl
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-bh25aaf7.js";
|
|
5
5
|
import {
|
|
6
6
|
CONFIG_PREFIX_SEPARATOR
|
|
7
7
|
} from "./chunk-bf8bq8pc.js";
|
|
@@ -10,17 +10,21 @@ import {
|
|
|
10
10
|
HttpResponse,
|
|
11
11
|
NoOpLogger
|
|
12
12
|
} from "./chunk-xt9exr2c.js";
|
|
13
|
-
import {
|
|
14
|
-
memoize
|
|
15
|
-
} from "./chunk-zzerxbrm.js";
|
|
16
13
|
import {
|
|
17
14
|
require_dist,
|
|
18
|
-
require_dist_cjs2,
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
require_dist_cjs as require_dist_cjs2,
|
|
16
|
+
require_dist_cjs2 as require_dist_cjs4,
|
|
17
|
+
require_dist_cjs4 as require_dist_cjs6
|
|
18
|
+
} from "./chunk-0crtxf8d.js";
|
|
19
|
+
import {
|
|
20
|
+
require_dist_cjs1 as require_dist_cjs3
|
|
21
|
+
} from "./chunk-a7k3cdby.js";
|
|
21
22
|
import {
|
|
22
23
|
require_dist_cjs
|
|
23
24
|
} from "./chunk-saqpg5nd.js";
|
|
25
|
+
import {
|
|
26
|
+
require_dist_cjs as require_dist_cjs5
|
|
27
|
+
} from "./chunk-2m04vhea.js";
|
|
24
28
|
import {
|
|
25
29
|
__require,
|
|
26
30
|
__toESM
|
|
@@ -139,7 +143,7 @@ var getRecursionDetectionPlugin = (options) => ({
|
|
|
139
143
|
});
|
|
140
144
|
|
|
141
145
|
// ../../../../node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js
|
|
142
|
-
var import_core = __toESM(
|
|
146
|
+
var import_core = __toESM(require_dist_cjs4(), 1);
|
|
143
147
|
var DEFAULT_UA_APP_ID = undefined;
|
|
144
148
|
function isValidUserAgentAppId(appId) {
|
|
145
149
|
if (appId === undefined) {
|
|
@@ -945,7 +949,7 @@ var awsEndpointFunctions = {
|
|
|
945
949
|
};
|
|
946
950
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
947
951
|
// ../../../../node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js
|
|
948
|
-
var import_core2 = __toESM(
|
|
952
|
+
var import_core2 = __toESM(require_dist_cjs6(), 1);
|
|
949
953
|
var ACCOUNT_ID_ENDPOINT_REGEX = /\d{12}\.ddb/;
|
|
950
954
|
async function checkFeatures(context, config, args) {
|
|
951
955
|
const request = args.request;
|
|
@@ -1151,16 +1155,10 @@ var NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = {
|
|
|
1151
1155
|
configFileSelector: (profile) => booleanSelector(profile, CONFIG_USE_FIPS_ENDPOINT, SelectorType.CONFIG),
|
|
1152
1156
|
default: false
|
|
1153
1157
|
};
|
|
1154
|
-
// ../../../../node_modules/@smithy/
|
|
1155
|
-
var
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
var normalizeProvider2 = (input) => {
|
|
1159
|
-
if (typeof input === "function")
|
|
1160
|
-
return input;
|
|
1161
|
-
const promisified = Promise.resolve(input);
|
|
1162
|
-
return () => promisified;
|
|
1163
|
-
};
|
|
1158
|
+
// ../../../../node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js
|
|
1159
|
+
var import_util_middleware = __toESM(require_dist_cjs2(), 1);
|
|
1160
|
+
// ../../../../node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js
|
|
1161
|
+
var import_util_middleware2 = __toESM(require_dist_cjs2(), 1);
|
|
1164
1162
|
// ../../../../node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js
|
|
1165
1163
|
var REGION_ENV_NAME = "AWS_REGION";
|
|
1166
1164
|
var REGION_INI_NAME = "region";
|
|
@@ -1279,7 +1277,8 @@ function getSerdePlugin(config2, serializer, deserializer) {
|
|
|
1279
1277
|
};
|
|
1280
1278
|
}
|
|
1281
1279
|
// ../../../../node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js
|
|
1282
|
-
var import_core3 = __toESM(
|
|
1280
|
+
var import_core3 = __toESM(require_dist_cjs4(), 1);
|
|
1281
|
+
var import_util_middleware3 = __toESM(require_dist_cjs2(), 1);
|
|
1283
1282
|
|
|
1284
1283
|
// ../../../../node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js
|
|
1285
1284
|
var resolveParamsForS3 = async (endpointParams) => {
|
|
@@ -1468,7 +1467,7 @@ var endpointMiddleware = ({ config: config2, instructions }) => {
|
|
|
1468
1467
|
if (authScheme) {
|
|
1469
1468
|
context["signing_region"] = authScheme.signingRegion;
|
|
1470
1469
|
context["signing_service"] = authScheme.signingName;
|
|
1471
|
-
const smithyContext = getSmithyContext(context);
|
|
1470
|
+
const smithyContext = import_util_middleware3.getSmithyContext(context);
|
|
1472
1471
|
const httpAuthOption = smithyContext?.selectedHttpAuthScheme?.httpAuthOption;
|
|
1473
1472
|
if (httpAuthOption) {
|
|
1474
1473
|
httpAuthOption.signingProperties = Object.assign(httpAuthOption.signingProperties || {}, {
|
|
@@ -1505,17 +1504,18 @@ var getEndpointPlugin = (config2, instructions) => ({
|
|
|
1505
1504
|
});
|
|
1506
1505
|
|
|
1507
1506
|
// ../../../../node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js
|
|
1507
|
+
var import_util_middleware4 = __toESM(require_dist_cjs2(), 1);
|
|
1508
1508
|
var resolveEndpointConfig = (input) => {
|
|
1509
1509
|
const tls = input.tls ?? true;
|
|
1510
1510
|
const { endpoint, useDualstackEndpoint, useFipsEndpoint } = input;
|
|
1511
|
-
const customEndpointProvider = endpoint != null ? async () => toEndpointV1(await
|
|
1511
|
+
const customEndpointProvider = endpoint != null ? async () => toEndpointV1(await import_util_middleware4.normalizeProvider(endpoint)()) : undefined;
|
|
1512
1512
|
const isCustomEndpoint = !!endpoint;
|
|
1513
1513
|
const resolvedConfig = Object.assign(input, {
|
|
1514
1514
|
endpoint: customEndpointProvider,
|
|
1515
1515
|
tls,
|
|
1516
1516
|
isCustomEndpoint,
|
|
1517
|
-
useDualstackEndpoint:
|
|
1518
|
-
useFipsEndpoint:
|
|
1517
|
+
useDualstackEndpoint: import_util_middleware4.normalizeProvider(useDualstackEndpoint ?? false),
|
|
1518
|
+
useFipsEndpoint: import_util_middleware4.normalizeProvider(useFipsEndpoint ?? false)
|
|
1519
1519
|
});
|
|
1520
1520
|
let configuredEndpointPromise = undefined;
|
|
1521
1521
|
resolvedConfig.serviceConfiguredEndpoint = async () => {
|
|
@@ -1526,6 +1526,9 @@ var resolveEndpointConfig = (input) => {
|
|
|
1526
1526
|
};
|
|
1527
1527
|
return resolvedConfig;
|
|
1528
1528
|
};
|
|
1529
|
+
// ../../../../node_modules/@smithy/middleware-retry/dist-es/configurations.js
|
|
1530
|
+
var import_util_middleware5 = __toESM(require_dist_cjs2(), 1);
|
|
1531
|
+
|
|
1529
1532
|
// ../../../../node_modules/@smithy/util-retry/dist-es/config.js
|
|
1530
1533
|
var RETRY_MODES;
|
|
1531
1534
|
(function(RETRY_MODES2) {
|
|
@@ -1817,14 +1820,14 @@ var NODE_MAX_ATTEMPT_CONFIG_OPTIONS = {
|
|
|
1817
1820
|
};
|
|
1818
1821
|
var resolveRetryConfig = (input) => {
|
|
1819
1822
|
const { retryStrategy, retryMode: _retryMode, maxAttempts: _maxAttempts } = input;
|
|
1820
|
-
const maxAttempts =
|
|
1823
|
+
const maxAttempts = import_util_middleware5.normalizeProvider(_maxAttempts ?? DEFAULT_MAX_ATTEMPTS);
|
|
1821
1824
|
return Object.assign(input, {
|
|
1822
1825
|
maxAttempts,
|
|
1823
1826
|
retryStrategy: async () => {
|
|
1824
1827
|
if (retryStrategy) {
|
|
1825
1828
|
return retryStrategy;
|
|
1826
1829
|
}
|
|
1827
|
-
const retryMode = await
|
|
1830
|
+
const retryMode = await import_util_middleware5.normalizeProvider(_retryMode)();
|
|
1828
1831
|
if (retryMode === RETRY_MODES.ADAPTIVE) {
|
|
1829
1832
|
return new AdaptiveRetryStrategy(maxAttempts);
|
|
1830
1833
|
}
|
|
@@ -2020,13 +2023,11 @@ var NODE_APP_ID_CONFIG_OPTIONS = {
|
|
|
2020
2023
|
configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME] ?? profile[UA_APP_ID_INI_NAME_DEPRECATED],
|
|
2021
2024
|
default: DEFAULT_UA_APP_ID
|
|
2022
2025
|
};
|
|
2023
|
-
// ../../../../node_modules/@smithy/is-array-buffer/dist-es/index.js
|
|
2024
|
-
var isArrayBuffer = (arg) => typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer || Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
|
|
2025
|
-
|
|
2026
2026
|
// ../../../../node_modules/@smithy/util-buffer-from/dist-es/index.js
|
|
2027
|
+
var import_is_array_buffer = __toESM(require_dist_cjs3(), 1);
|
|
2027
2028
|
import { Buffer as Buffer2 } from "node:buffer";
|
|
2028
2029
|
var fromArrayBuffer = (input, offset = 0, length = input.byteLength - offset) => {
|
|
2029
|
-
if (!isArrayBuffer(input)) {
|
|
2030
|
+
if (!import_is_array_buffer.isArrayBuffer(input)) {
|
|
2030
2031
|
throw new TypeError(`The "input" argument must be ArrayBuffer. Received type ${typeof input} (${input})`);
|
|
2031
2032
|
}
|
|
2032
2033
|
return Buffer2.from(input, offset, length);
|
|
@@ -2117,6 +2118,9 @@ var calculateBodyLength = (body) => {
|
|
|
2117
2118
|
}
|
|
2118
2119
|
throw new Error(`Body Length computation failed for ${body}`);
|
|
2119
2120
|
};
|
|
2121
|
+
// ../../../../node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js
|
|
2122
|
+
var import_property_provider = __toESM(require_dist_cjs5(), 1);
|
|
2123
|
+
|
|
2120
2124
|
// ../../../../node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js
|
|
2121
2125
|
var AWS_EXECUTION_ENV = "AWS_EXECUTION_ENV";
|
|
2122
2126
|
var AWS_REGION_ENV = "AWS_REGION";
|
|
@@ -2139,7 +2143,7 @@ var NODE_DEFAULTS_MODE_CONFIG_OPTIONS = {
|
|
|
2139
2143
|
};
|
|
2140
2144
|
|
|
2141
2145
|
// ../../../../node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js
|
|
2142
|
-
var resolveDefaultsModeConfig = ({ region = loadConfig(NODE_REGION_CONFIG_OPTIONS), defaultsMode = loadConfig(NODE_DEFAULTS_MODE_CONFIG_OPTIONS) } = {}) => memoize(async () => {
|
|
2146
|
+
var resolveDefaultsModeConfig = ({ region = loadConfig(NODE_REGION_CONFIG_OPTIONS), defaultsMode = loadConfig(NODE_DEFAULTS_MODE_CONFIG_OPTIONS) } = {}) => import_property_provider.memoize(async () => {
|
|
2143
2147
|
const mode = typeof defaultsMode === "function" ? await defaultsMode() : defaultsMode;
|
|
2144
2148
|
switch (mode?.toLowerCase()) {
|
|
2145
2149
|
case "auto":
|
|
@@ -2177,7 +2181,7 @@ var inferPhysicalRegion = async () => {
|
|
|
2177
2181
|
}
|
|
2178
2182
|
if (!process.env[ENV_IMDS_DISABLED]) {
|
|
2179
2183
|
try {
|
|
2180
|
-
const { getInstanceMetadataEndpoint, httpRequest } = await import("./chunk-
|
|
2184
|
+
const { getInstanceMetadataEndpoint, httpRequest } = await import("./chunk-9menqd9a.js");
|
|
2181
2185
|
const endpoint = await getInstanceMetadataEndpoint();
|
|
2182
2186
|
return (await httpRequest({ ...endpoint, path: IMDS_REGION_PATH })).toString();
|
|
2183
2187
|
} catch (e) {}
|
|
@@ -2225,4 +2229,4 @@ var toBase64 = (_input) => {
|
|
|
2225
2229
|
}
|
|
2226
2230
|
return fromArrayBuffer(input.buffer, input.byteOffset, input.byteLength).toString("base64");
|
|
2227
2231
|
};
|
|
2228
|
-
export { resolveHostHeaderConfig, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin, resolveUserAgentConfig, EndpointCache, customEndpointFunctions, resolveEndpoint, awsEndpointFunctions, getUserAgentPlugin, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
2232
|
+
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 };
|
|
@@ -24,9 +24,7 @@ import {
|
|
|
24
24
|
getRecursionDetectionPlugin,
|
|
25
25
|
getRetryPlugin,
|
|
26
26
|
getSerdePlugin,
|
|
27
|
-
getSmithyContext,
|
|
28
27
|
getUserAgentPlugin,
|
|
29
|
-
normalizeProvider,
|
|
30
28
|
resolveAwsRegionExtensionConfiguration,
|
|
31
29
|
resolveDefaultsModeConfig,
|
|
32
30
|
resolveEndpoint,
|
|
@@ -37,11 +35,11 @@ import {
|
|
|
37
35
|
resolveUserAgentConfig,
|
|
38
36
|
toBase64,
|
|
39
37
|
toUtf8
|
|
40
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-kbw02372.js";
|
|
41
39
|
import {
|
|
42
40
|
loadConfig,
|
|
43
41
|
parseUrl
|
|
44
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-bh25aaf7.js";
|
|
45
43
|
import"./chunk-bf8bq8pc.js";
|
|
46
44
|
import {
|
|
47
45
|
Client,
|
|
@@ -67,27 +65,29 @@ import {
|
|
|
67
65
|
take,
|
|
68
66
|
withBaseException
|
|
69
67
|
} from "./chunk-xt9exr2c.js";
|
|
70
|
-
import"./chunk-zzerxbrm.js";
|
|
71
68
|
import {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
69
|
+
require_dist_cjs,
|
|
70
|
+
require_dist_cjs2,
|
|
71
|
+
require_dist_cjs4 as require_dist_cjs3
|
|
72
|
+
} from "./chunk-0crtxf8d.js";
|
|
75
73
|
import"./chunk-a7k3cdby.js";
|
|
76
74
|
import"./chunk-frw3va9v.js";
|
|
77
75
|
import"./chunk-saqpg5nd.js";
|
|
76
|
+
import"./chunk-2m04vhea.js";
|
|
78
77
|
import {
|
|
79
78
|
__toESM
|
|
80
79
|
} from "./chunk-9v6qtbez.js";
|
|
81
80
|
|
|
82
81
|
// ../../../../node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js
|
|
83
|
-
var import_core5 = __toESM(
|
|
82
|
+
var import_core5 = __toESM(require_dist_cjs2(), 1);
|
|
84
83
|
|
|
85
84
|
// ../../../../node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js
|
|
86
|
-
var import_core = __toESM(
|
|
85
|
+
var import_core = __toESM(require_dist_cjs3(), 1);
|
|
86
|
+
var import_util_middleware = __toESM(require_dist_cjs(), 1);
|
|
87
87
|
var defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
88
88
|
return {
|
|
89
|
-
operation: getSmithyContext(context).operation,
|
|
90
|
-
region: await normalizeProvider(config.region)() || (() => {
|
|
89
|
+
operation: import_util_middleware.getSmithyContext(context).operation,
|
|
90
|
+
region: await import_util_middleware.normalizeProvider(config.region)() || (() => {
|
|
91
91
|
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
92
92
|
})()
|
|
93
93
|
};
|
|
@@ -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_cjs3(), 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_cjs3(), 1);
|
|
264
|
+
var import_core3 = __toESM(require_dist_cjs2(), 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_cjs3(), 1);
|
|
524
|
+
var import_core7 = __toESM(require_dist_cjs2(), 1);
|
|
525
525
|
var se_GetRoleCredentialsCommand = async (input, context) => {
|
|
526
526
|
const b2 = import_core7.requestBuilder(input, context);
|
|
527
527
|
const headers = map({}, isSerializableHeaderValue, {
|
package/dist/database/seed.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
seed
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-h46e5ha3.js";
|
|
5
5
|
import"../chunk-mdj7x1vs.js";
|
|
6
6
|
import"../chunk-p0c688mg.js";
|
|
7
|
-
import"../chunk-
|
|
7
|
+
import"../chunk-8dsect0a.js";
|
|
8
8
|
import"../chunk-a13x0e43.js";
|
|
9
9
|
import"../chunk-mdqphqep.js";
|
|
10
10
|
import"../chunk-qhh0v93n.js";
|
|
11
|
-
import"../chunk-
|
|
12
|
-
import"../chunk-
|
|
11
|
+
import"../chunk-kbw02372.js";
|
|
12
|
+
import"../chunk-bh25aaf7.js";
|
|
13
13
|
import"../chunk-bf8bq8pc.js";
|
|
14
14
|
import"../chunk-xt9exr2c.js";
|
|
15
|
-
import"../chunk-
|
|
16
|
-
import"../chunk-veja9rez.js";
|
|
15
|
+
import"../chunk-0crtxf8d.js";
|
|
17
16
|
import"../chunk-a7k3cdby.js";
|
|
18
17
|
import"../chunk-frw3va9v.js";
|
|
19
18
|
import"../chunk-saqpg5nd.js";
|
|
19
|
+
import"../chunk-2m04vhea.js";
|
|
20
20
|
import"../chunk-2dvnt46s.js";
|
|
21
21
|
import"../chunk-w6fdq4hk.js";
|
|
22
22
|
import"../chunk-wkwtsvym.js";
|
package/dist/generate/index.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
route
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-f48dj1dk.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-h46e5ha3.js";
|
|
12
12
|
import"../chunk-mdj7x1vs.js";
|
|
13
13
|
import"../chunk-p0c688mg.js";
|
|
14
|
-
import"../chunk-
|
|
14
|
+
import"../chunk-8dsect0a.js";
|
|
15
15
|
import"../chunk-a13x0e43.js";
|
|
16
16
|
import"../chunk-mdqphqep.js";
|
|
17
17
|
import"../chunk-qhh0v93n.js";
|
|
18
|
-
import"../chunk-
|
|
19
|
-
import"../chunk-
|
|
18
|
+
import"../chunk-kbw02372.js";
|
|
19
|
+
import"../chunk-bh25aaf7.js";
|
|
20
20
|
import"../chunk-bf8bq8pc.js";
|
|
21
21
|
import"../chunk-xt9exr2c.js";
|
|
22
|
-
import"../chunk-
|
|
23
|
-
import"../chunk-veja9rez.js";
|
|
22
|
+
import"../chunk-0crtxf8d.js";
|
|
24
23
|
import"../chunk-a7k3cdby.js";
|
|
25
24
|
import"../chunk-frw3va9v.js";
|
|
26
25
|
import"../chunk-saqpg5nd.js";
|
|
26
|
+
import"../chunk-2m04vhea.js";
|
|
27
27
|
import"../chunk-2dvnt46s.js";
|
|
28
28
|
import"../chunk-w6fdq4hk.js";
|
|
29
29
|
import"../chunk-wkwtsvym.js";
|
package/dist/index.js
CHANGED
|
@@ -41,25 +41,25 @@ import {
|
|
|
41
41
|
generateWebTypes,
|
|
42
42
|
invoke
|
|
43
43
|
} from "./generate/index.js";
|
|
44
|
-
import"./chunk-
|
|
44
|
+
import"./chunk-f48dj1dk.js";
|
|
45
45
|
import"./helpers/vscode-custom-data.js";
|
|
46
46
|
import"./chunk-494jp8d5.js";
|
|
47
|
-
import"./chunk-
|
|
47
|
+
import"./chunk-h46e5ha3.js";
|
|
48
48
|
import"./chunk-mdj7x1vs.js";
|
|
49
49
|
import"./chunk-p0c688mg.js";
|
|
50
|
-
import"./chunk-
|
|
50
|
+
import"./chunk-8dsect0a.js";
|
|
51
51
|
import"./chunk-a13x0e43.js";
|
|
52
52
|
import"./chunk-mdqphqep.js";
|
|
53
53
|
import"./chunk-qhh0v93n.js";
|
|
54
|
-
import"./chunk-
|
|
55
|
-
import"./chunk-
|
|
54
|
+
import"./chunk-kbw02372.js";
|
|
55
|
+
import"./chunk-bh25aaf7.js";
|
|
56
56
|
import"./chunk-bf8bq8pc.js";
|
|
57
57
|
import"./chunk-xt9exr2c.js";
|
|
58
|
-
import"./chunk-
|
|
59
|
-
import"./chunk-veja9rez.js";
|
|
58
|
+
import"./chunk-0crtxf8d.js";
|
|
60
59
|
import"./chunk-a7k3cdby.js";
|
|
61
60
|
import"./chunk-frw3va9v.js";
|
|
62
61
|
import"./chunk-saqpg5nd.js";
|
|
62
|
+
import"./chunk-2m04vhea.js";
|
|
63
63
|
import"./chunk-2dvnt46s.js";
|
|
64
64
|
import"./chunk-w6fdq4hk.js";
|
|
65
65
|
import"./chunk-wkwtsvym.js";
|
package/dist/release.js
CHANGED
|
@@ -5,25 +5,25 @@ 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-f48dj1dk.js";
|
|
9
9
|
import"./helpers/vscode-custom-data.js";
|
|
10
10
|
import"./chunk-494jp8d5.js";
|
|
11
|
-
import"./chunk-
|
|
11
|
+
import"./chunk-h46e5ha3.js";
|
|
12
12
|
import"./chunk-mdj7x1vs.js";
|
|
13
13
|
import"./chunk-p0c688mg.js";
|
|
14
|
-
import"./chunk-
|
|
14
|
+
import"./chunk-8dsect0a.js";
|
|
15
15
|
import"./chunk-a13x0e43.js";
|
|
16
16
|
import"./chunk-mdqphqep.js";
|
|
17
17
|
import"./chunk-qhh0v93n.js";
|
|
18
|
-
import"./chunk-
|
|
19
|
-
import"./chunk-
|
|
18
|
+
import"./chunk-kbw02372.js";
|
|
19
|
+
import"./chunk-bh25aaf7.js";
|
|
20
20
|
import"./chunk-bf8bq8pc.js";
|
|
21
21
|
import"./chunk-xt9exr2c.js";
|
|
22
|
-
import"./chunk-
|
|
23
|
-
import"./chunk-veja9rez.js";
|
|
22
|
+
import"./chunk-0crtxf8d.js";
|
|
24
23
|
import"./chunk-a7k3cdby.js";
|
|
25
24
|
import"./chunk-frw3va9v.js";
|
|
26
25
|
import"./chunk-saqpg5nd.js";
|
|
26
|
+
import"./chunk-2m04vhea.js";
|
|
27
27
|
import"./chunk-2dvnt46s.js";
|
|
28
28
|
import"./chunk-w6fdq4hk.js";
|
|
29
29
|
import"./chunk-wkwtsvym.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.13";
|
|
13
13
|
|
|
14
14
|
// src/upgrade.ts
|
|
15
15
|
function checkForUncommittedChanges(options) {
|
package/package.json
CHANGED
package/dist/chunk-zzerxbrm.js
DELETED
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
// ../../../../node_modules/@smithy/property-provider/dist-es/ProviderError.js
|
|
2
|
-
class ProviderError extends Error {
|
|
3
|
-
constructor(message, options = true) {
|
|
4
|
-
let logger;
|
|
5
|
-
let tryNextLink = true;
|
|
6
|
-
if (typeof options === "boolean") {
|
|
7
|
-
logger = undefined;
|
|
8
|
-
tryNextLink = options;
|
|
9
|
-
} else if (options != null && typeof options === "object") {
|
|
10
|
-
logger = options.logger;
|
|
11
|
-
tryNextLink = options.tryNextLink ?? true;
|
|
12
|
-
}
|
|
13
|
-
super(message);
|
|
14
|
-
this.name = "ProviderError";
|
|
15
|
-
this.tryNextLink = tryNextLink;
|
|
16
|
-
Object.setPrototypeOf(this, ProviderError.prototype);
|
|
17
|
-
logger?.debug?.(`@smithy/property-provider ${tryNextLink ? "->" : "(!)"} ${message}`);
|
|
18
|
-
}
|
|
19
|
-
static from(error, options = true) {
|
|
20
|
-
return Object.assign(new this(error.message, options), error);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
// ../../../../node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js
|
|
25
|
-
class CredentialsProviderError extends ProviderError {
|
|
26
|
-
constructor(message, options = true) {
|
|
27
|
-
super(message, options);
|
|
28
|
-
this.name = "CredentialsProviderError";
|
|
29
|
-
Object.setPrototypeOf(this, CredentialsProviderError.prototype);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
// ../../../../node_modules/@smithy/property-provider/dist-es/TokenProviderError.js
|
|
33
|
-
class TokenProviderError extends ProviderError {
|
|
34
|
-
constructor(message, options = true) {
|
|
35
|
-
super(message, options);
|
|
36
|
-
this.name = "TokenProviderError";
|
|
37
|
-
Object.setPrototypeOf(this, TokenProviderError.prototype);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
// ../../../../node_modules/@smithy/property-provider/dist-es/chain.js
|
|
41
|
-
var chain = (...providers) => async () => {
|
|
42
|
-
if (providers.length === 0) {
|
|
43
|
-
throw new ProviderError("No providers in chain");
|
|
44
|
-
}
|
|
45
|
-
let lastProviderError;
|
|
46
|
-
for (const provider of providers) {
|
|
47
|
-
try {
|
|
48
|
-
const credentials = await provider();
|
|
49
|
-
return credentials;
|
|
50
|
-
} catch (err) {
|
|
51
|
-
lastProviderError = err;
|
|
52
|
-
if (err?.tryNextLink) {
|
|
53
|
-
continue;
|
|
54
|
-
}
|
|
55
|
-
throw err;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
throw lastProviderError;
|
|
59
|
-
};
|
|
60
|
-
// ../../../../node_modules/@smithy/property-provider/dist-es/fromStatic.js
|
|
61
|
-
var fromStatic = (staticValue) => () => Promise.resolve(staticValue);
|
|
62
|
-
// ../../../../node_modules/@smithy/property-provider/dist-es/memoize.js
|
|
63
|
-
var memoize = (provider, isExpired, requiresRefresh) => {
|
|
64
|
-
let resolved;
|
|
65
|
-
let pending;
|
|
66
|
-
let hasResult;
|
|
67
|
-
let isConstant = false;
|
|
68
|
-
const coalesceProvider = async () => {
|
|
69
|
-
if (!pending) {
|
|
70
|
-
pending = provider();
|
|
71
|
-
}
|
|
72
|
-
try {
|
|
73
|
-
resolved = await pending;
|
|
74
|
-
hasResult = true;
|
|
75
|
-
isConstant = false;
|
|
76
|
-
} finally {
|
|
77
|
-
pending = undefined;
|
|
78
|
-
}
|
|
79
|
-
return resolved;
|
|
80
|
-
};
|
|
81
|
-
if (isExpired === undefined) {
|
|
82
|
-
return async (options) => {
|
|
83
|
-
if (!hasResult || options?.forceRefresh) {
|
|
84
|
-
resolved = await coalesceProvider();
|
|
85
|
-
}
|
|
86
|
-
return resolved;
|
|
87
|
-
};
|
|
88
|
-
}
|
|
89
|
-
return async (options) => {
|
|
90
|
-
if (!hasResult || options?.forceRefresh) {
|
|
91
|
-
resolved = await coalesceProvider();
|
|
92
|
-
}
|
|
93
|
-
if (isConstant) {
|
|
94
|
-
return resolved;
|
|
95
|
-
}
|
|
96
|
-
if (requiresRefresh && !requiresRefresh(resolved)) {
|
|
97
|
-
isConstant = true;
|
|
98
|
-
return resolved;
|
|
99
|
-
}
|
|
100
|
-
if (isExpired(resolved)) {
|
|
101
|
-
await coalesceProvider();
|
|
102
|
-
return resolved;
|
|
103
|
-
}
|
|
104
|
-
return resolved;
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
export { ProviderError, CredentialsProviderError, TokenProviderError, chain, fromStatic, memoize };
|