@stacksjs/api 0.58.20 → 0.58.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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // @bun
2
- // /Users/chrisbreuer/Code/stacks/node_modules/destr/dist/index.mjs
2
+ // /home/runner/work/stacks/stacks/node_modules/destr/dist/index.mjs
3
3
  var jsonParseTransform = function(key, value) {
4
4
  if (key === "__proto__" || key === "constructor" && value && typeof value === "object" && "prototype" in value) {
5
5
  warnKeyDropped(key);
@@ -67,7 +67,7 @@ var suspectProtoRx = /"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\
67
67
  var suspectConstructorRx = /"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/;
68
68
  var JsonSigRx = /^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;
69
69
 
70
- // /Users/chrisbreuer/Code/stacks/node_modules/ufo/dist/index.mjs
70
+ // /home/runner/work/stacks/stacks/node_modules/ufo/dist/index.mjs
71
71
  var encode = function(text) {
72
72
  return encodeURI("" + text).replace(ENC_PIPE_RE, "|");
73
73
  };
@@ -277,7 +277,7 @@ var PROTOCOL_RELATIVE_REGEX = /^([/\\]\s*){2,}[^/\\]/;
277
277
  var TRAILING_SLASH_RE = /\/$|\/\?|\/#/;
278
278
  var JOIN_LEADING_SLASH_RE = /^\.?\//;
279
279
 
280
- // /Users/chrisbreuer/Code/stacks/node_modules/ofetch/dist/shared/ofetch.00501375.mjs
280
+ // /home/runner/work/stacks/stacks/node_modules/ofetch/dist/shared/ofetch.00501375.mjs
281
281
  var createFetchError = function(ctx) {
282
282
  const errorMessage = ctx.error?.message || ctx.error?.toString() || "";
283
283
  const method = ctx.request?.method || ctx.options?.method || "GET";
@@ -529,7 +529,7 @@ var retryStatusCodes = new Set([
529
529
  ]);
530
530
  var nullBodyResponses = new Set([101, 204, 205, 304]);
531
531
 
532
- // /Users/chrisbreuer/Code/stacks/node_modules/ofetch/dist/index.mjs
532
+ // /home/runner/work/stacks/stacks/node_modules/ofetch/dist/index.mjs
533
533
  var _globalThis = function() {
534
534
  if (typeof globalThis !== "undefined") {
535
535
  return globalThis;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/api",
3
3
  "type": "module",
4
- "version": "0.58.20",
4
+ "version": "0.58.22",
5
5
  "description": "The Stacks array utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",