@stacksjs/actions 0.70.19 → 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 +11 -11
- package/dist/{chunk-74nzt2f7.js → chunk-0m948f1p.js} +68 -122
- package/dist/{chunk-xt9exr2c.js → chunk-23btgw5e.js} +34 -113
- package/dist/{chunk-cvxddy4g.js → chunk-3y8t4qyf.js} +5 -6
- package/dist/{chunk-b7b7jd25.js → chunk-5wdfth6e.js} +12 -14
- package/dist/{chunk-6xeh1279.js → chunk-8qsrwjam.js} +8 -9
- package/dist/{chunk-a7k3cdby.js → chunk-90y2wmyz.js} +114 -4
- package/dist/{chunk-9menqd9a.js → chunk-92e6scf8.js} +17 -25
- package/dist/{chunk-0crtxf8d.js → chunk-atahpwz7.js} +163 -28
- package/dist/{chunk-jqbza09y.js → chunk-bz3nmjmp.js} +19 -23
- package/dist/{chunk-fsa32kvk.js → chunk-ddw2jq8f.js} +93 -88
- package/dist/{chunk-bh25aaf7.js → chunk-hqmjfnnn.js} +10 -18
- package/dist/{chunk-x1ny4wwh.js → chunk-jq06qn43.js} +3 -3
- package/dist/chunk-mbvdyeyw.js +50 -0
- package/dist/{chunk-264njj8m.js → chunk-ny592jcd.js} +11 -11
- package/dist/{chunk-6egz2b52.js → chunk-qka5w6cv.js} +14 -16
- package/dist/{chunk-8dsect0a.js → chunk-qkm8e752.js} +4 -5
- package/dist/{chunk-annfdd3f.js → chunk-rbsehxzg.js} +11 -11
- package/dist/{chunk-6vn0j49q.js → chunk-rfdmx5yh.js} +17 -19
- package/dist/{chunk-z4k3w6hz.js → chunk-s3xxrvrk.js} +27 -36
- package/dist/{chunk-2jssg98j.js → chunk-y08qabyb.js} +16 -20
- package/dist/{chunk-bf8bq8pc.js → chunk-yyvh669b.js} +6 -14
- package/dist/{chunk-4tte2ccn.js → chunk-zhrbz0qv.js} +37 -34
- package/dist/chunk-zzerxbrm.js +107 -0
- package/dist/database/seed.js +10 -10
- package/dist/generate/index.js +11 -11
- package/dist/index.js +11 -11
- package/dist/release.js +11 -11
- package/dist/upgrade.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-2m04vhea.js +0 -145
- package/dist/chunk-saqpg5nd.js +0 -118
package/dist/chunk-saqpg5nd.js
DELETED
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
__commonJS
|
|
3
|
-
} from "./chunk-9v6qtbez.js";
|
|
4
|
-
|
|
5
|
-
// ../../../../node_modules/@smithy/types/dist-cjs/index.js
|
|
6
|
-
var require_dist_cjs = __commonJS((exports, module) => {
|
|
7
|
-
var __defProp = Object.defineProperty;
|
|
8
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
9
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
10
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
11
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
12
|
-
var __export = (target, all) => {
|
|
13
|
-
for (var name in all)
|
|
14
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
15
|
-
};
|
|
16
|
-
var __copyProps = (to, from, except, desc) => {
|
|
17
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
18
|
-
for (let key of __getOwnPropNames(from))
|
|
19
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
20
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
21
|
-
}
|
|
22
|
-
return to;
|
|
23
|
-
};
|
|
24
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
25
|
-
var src_exports = {};
|
|
26
|
-
__export(src_exports, {
|
|
27
|
-
AlgorithmId: () => AlgorithmId,
|
|
28
|
-
EndpointURLScheme: () => EndpointURLScheme,
|
|
29
|
-
FieldPosition: () => FieldPosition,
|
|
30
|
-
HttpApiKeyAuthLocation: () => HttpApiKeyAuthLocation,
|
|
31
|
-
HttpAuthLocation: () => HttpAuthLocation,
|
|
32
|
-
IniSectionType: () => IniSectionType,
|
|
33
|
-
RequestHandlerProtocol: () => RequestHandlerProtocol,
|
|
34
|
-
SMITHY_CONTEXT_KEY: () => SMITHY_CONTEXT_KEY,
|
|
35
|
-
getDefaultClientConfiguration: () => getDefaultClientConfiguration,
|
|
36
|
-
resolveDefaultRuntimeConfig: () => resolveDefaultRuntimeConfig
|
|
37
|
-
});
|
|
38
|
-
module.exports = __toCommonJS(src_exports);
|
|
39
|
-
var HttpAuthLocation = /* @__PURE__ */ ((HttpAuthLocation2) => {
|
|
40
|
-
HttpAuthLocation2["HEADER"] = "header";
|
|
41
|
-
HttpAuthLocation2["QUERY"] = "query";
|
|
42
|
-
return HttpAuthLocation2;
|
|
43
|
-
})(HttpAuthLocation || {});
|
|
44
|
-
var HttpApiKeyAuthLocation = /* @__PURE__ */ ((HttpApiKeyAuthLocation2) => {
|
|
45
|
-
HttpApiKeyAuthLocation2["HEADER"] = "header";
|
|
46
|
-
HttpApiKeyAuthLocation2["QUERY"] = "query";
|
|
47
|
-
return HttpApiKeyAuthLocation2;
|
|
48
|
-
})(HttpApiKeyAuthLocation || {});
|
|
49
|
-
var EndpointURLScheme = /* @__PURE__ */ ((EndpointURLScheme2) => {
|
|
50
|
-
EndpointURLScheme2["HTTP"] = "http";
|
|
51
|
-
EndpointURLScheme2["HTTPS"] = "https";
|
|
52
|
-
return EndpointURLScheme2;
|
|
53
|
-
})(EndpointURLScheme || {});
|
|
54
|
-
var AlgorithmId = /* @__PURE__ */ ((AlgorithmId2) => {
|
|
55
|
-
AlgorithmId2["MD5"] = "md5";
|
|
56
|
-
AlgorithmId2["CRC32"] = "crc32";
|
|
57
|
-
AlgorithmId2["CRC32C"] = "crc32c";
|
|
58
|
-
AlgorithmId2["SHA1"] = "sha1";
|
|
59
|
-
AlgorithmId2["SHA256"] = "sha256";
|
|
60
|
-
return AlgorithmId2;
|
|
61
|
-
})(AlgorithmId || {});
|
|
62
|
-
var getChecksumConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
63
|
-
const checksumAlgorithms = [];
|
|
64
|
-
if (runtimeConfig.sha256 !== undefined) {
|
|
65
|
-
checksumAlgorithms.push({
|
|
66
|
-
algorithmId: () => "sha256",
|
|
67
|
-
checksumConstructor: () => runtimeConfig.sha256
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
if (runtimeConfig.md5 != null) {
|
|
71
|
-
checksumAlgorithms.push({
|
|
72
|
-
algorithmId: () => "md5",
|
|
73
|
-
checksumConstructor: () => runtimeConfig.md5
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
|
-
return {
|
|
77
|
-
addChecksumAlgorithm(algo) {
|
|
78
|
-
checksumAlgorithms.push(algo);
|
|
79
|
-
},
|
|
80
|
-
checksumAlgorithms() {
|
|
81
|
-
return checksumAlgorithms;
|
|
82
|
-
}
|
|
83
|
-
};
|
|
84
|
-
}, "getChecksumConfiguration");
|
|
85
|
-
var resolveChecksumRuntimeConfig = /* @__PURE__ */ __name((clientConfig) => {
|
|
86
|
-
const runtimeConfig = {};
|
|
87
|
-
clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => {
|
|
88
|
-
runtimeConfig[checksumAlgorithm.algorithmId()] = checksumAlgorithm.checksumConstructor();
|
|
89
|
-
});
|
|
90
|
-
return runtimeConfig;
|
|
91
|
-
}, "resolveChecksumRuntimeConfig");
|
|
92
|
-
var getDefaultClientConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {
|
|
93
|
-
return getChecksumConfiguration(runtimeConfig);
|
|
94
|
-
}, "getDefaultClientConfiguration");
|
|
95
|
-
var resolveDefaultRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
96
|
-
return resolveChecksumRuntimeConfig(config);
|
|
97
|
-
}, "resolveDefaultRuntimeConfig");
|
|
98
|
-
var FieldPosition = /* @__PURE__ */ ((FieldPosition2) => {
|
|
99
|
-
FieldPosition2[FieldPosition2["HEADER"] = 0] = "HEADER";
|
|
100
|
-
FieldPosition2[FieldPosition2["TRAILER"] = 1] = "TRAILER";
|
|
101
|
-
return FieldPosition2;
|
|
102
|
-
})(FieldPosition || {});
|
|
103
|
-
var SMITHY_CONTEXT_KEY = "__smithy_context";
|
|
104
|
-
var IniSectionType = /* @__PURE__ */ ((IniSectionType2) => {
|
|
105
|
-
IniSectionType2["PROFILE"] = "profile";
|
|
106
|
-
IniSectionType2["SSO_SESSION"] = "sso-session";
|
|
107
|
-
IniSectionType2["SERVICES"] = "services";
|
|
108
|
-
return IniSectionType2;
|
|
109
|
-
})(IniSectionType || {});
|
|
110
|
-
var RequestHandlerProtocol = /* @__PURE__ */ ((RequestHandlerProtocol2) => {
|
|
111
|
-
RequestHandlerProtocol2["HTTP_0_9"] = "http/0.9";
|
|
112
|
-
RequestHandlerProtocol2["HTTP_1_0"] = "http/1.0";
|
|
113
|
-
RequestHandlerProtocol2["TDS_8_0"] = "tds/8.0";
|
|
114
|
-
return RequestHandlerProtocol2;
|
|
115
|
-
})(RequestHandlerProtocol || {});
|
|
116
|
-
});
|
|
117
|
-
|
|
118
|
-
export { require_dist_cjs };
|