@stacksjs/actions 0.70.10 → 0.70.12

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.
Files changed (54) hide show
  1. package/dist/build/core.js +1 -1
  2. package/dist/build.js +18 -3
  3. package/dist/{chunk-8swsxabt.js → chunk-0w5577pa.js} +63 -3
  4. package/dist/{chunk-fxan91t8.js → chunk-2dvnt46s.js} +31 -31
  5. package/dist/chunk-38cnnp2b.js +3823 -0
  6. package/dist/chunk-76zhb40c.js +92 -0
  7. package/dist/{chunk-v1qz355d.js → chunk-7exdh0pw.js} +4 -4
  8. package/dist/{chunk-6jdq6549.js → chunk-7hbpybtk.js} +18 -3
  9. package/dist/chunk-7s5qcjkt.js +105 -0
  10. package/dist/chunk-9exgwfkw.js +1283 -0
  11. package/dist/chunk-a13x0e43.js +1180 -0
  12. package/dist/chunk-a7k3cdby.js +2266 -0
  13. package/dist/chunk-bf8bq8pc.js +205 -0
  14. package/dist/chunk-csa76zyn.js +658 -0
  15. package/dist/chunk-e7mp4xy5.js +169 -0
  16. package/dist/chunk-f6a9g4qa.js +902 -0
  17. package/dist/chunk-frw3va9v.js +69 -0
  18. package/dist/chunk-hp8vmq3g.js +179242 -0
  19. package/dist/chunk-mdj7x1vs.js +790 -0
  20. package/dist/chunk-mdqphqep.js +438 -0
  21. package/dist/chunk-p0c688mg.js +729 -0
  22. package/dist/chunk-pnre7439.js +2228 -0
  23. package/dist/chunk-q9dmga3k.js +11 -0
  24. package/dist/chunk-qhh0v93n.js +73 -0
  25. package/dist/chunk-qkm8e752.js +51 -0
  26. package/dist/chunk-r1ednxa6.js +311 -0
  27. package/dist/chunk-saqpg5nd.js +118 -0
  28. package/dist/chunk-t5em30ak.js +379 -0
  29. package/dist/chunk-veja9rez.js +5764 -0
  30. package/dist/chunk-xt9exr2c.js +1481 -0
  31. package/dist/chunk-zbqapk7v.js +212 -0
  32. package/dist/chunk-zsm2c35w.js +72 -0
  33. package/dist/chunk-zzerxbrm.js +107 -0
  34. package/dist/database/seed.js +18 -3
  35. package/dist/deploy/index.js +1 -1
  36. package/dist/examples.js +1 -1
  37. package/dist/fresh.js +1 -1
  38. package/dist/generate/index.js +19 -4
  39. package/dist/helpers/component-meta.js +10 -10
  40. package/dist/helpers/lib-entries.js +1 -1
  41. package/dist/index.js +18 -3
  42. package/dist/key-generate.js +1 -1
  43. package/dist/lint/fix.js +1 -1
  44. package/dist/make.js +1 -1
  45. package/dist/prepublish.js +1 -1
  46. package/dist/release.js +18 -3
  47. package/dist/test/feature.js +1 -1
  48. package/dist/test/index.js +1 -1
  49. package/dist/test/unit.js +1 -1
  50. package/dist/types.js +1 -1
  51. package/dist/upgrade/index.js +1 -1
  52. package/dist/upgrade.js +2 -2
  53. package/package.json +17 -17
  54. package/dist/chunk-8tjc3whz.js +0 -77989
@@ -0,0 +1,69 @@
1
+ import {
2
+ __commonJS
3
+ } from "./chunk-9v6qtbez.js";
4
+
5
+ // ../../../../node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
6
+ var require_client = __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 index_exports = {};
26
+ __export(index_exports, {
27
+ emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
28
+ setCredentialFeature: () => setCredentialFeature,
29
+ setFeature: () => setFeature,
30
+ state: () => state
31
+ });
32
+ module.exports = __toCommonJS(index_exports);
33
+ var state = {
34
+ warningEmitted: false
35
+ };
36
+ var emitWarningIfUnsupportedVersion = /* @__PURE__ */ __name((version) => {
37
+ if (version && !state.warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 18) {
38
+ state.warningEmitted = true;
39
+ process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
40
+ no longer support Node.js 16.x on January 6, 2025.
41
+
42
+ To continue receiving updates to AWS services, bug fixes, and security
43
+ updates please upgrade to a supported Node.js LTS version.
44
+
45
+ More information can be found at: https://a.co/74kJMmI`);
46
+ }
47
+ }, "emitWarningIfUnsupportedVersion");
48
+ function setCredentialFeature(credentials, feature, value) {
49
+ if (!credentials.$source) {
50
+ credentials.$source = {};
51
+ }
52
+ credentials.$source[feature] = value;
53
+ return credentials;
54
+ }
55
+ __name(setCredentialFeature, "setCredentialFeature");
56
+ function setFeature(context, feature, value) {
57
+ if (!context.__aws_sdk_context) {
58
+ context.__aws_sdk_context = {
59
+ features: {}
60
+ };
61
+ } else if (!context.__aws_sdk_context.features) {
62
+ context.__aws_sdk_context.features = {};
63
+ }
64
+ context.__aws_sdk_context.features[feature] = value;
65
+ }
66
+ __name(setFeature, "setFeature");
67
+ });
68
+
69
+ export { require_client };