@h3ravel/http 11.7.7 → 11.8.0-alpha.2

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.
@@ -7,19 +7,19 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
7
7
  var __getOwnPropNames = Object.getOwnPropertyNames;
8
8
  var __getProtoOf = Object.getPrototypeOf;
9
9
  var __hasOwnProp = Object.prototype.hasOwnProperty;
10
- var __esm = (fn, res) => function() {
11
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
12
- };
13
- var __commonJS = (cb, mod) => function() {
14
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
15
- };
10
+ var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
11
+ var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
16
12
  var __copyProps = (to, from, except, desc) => {
17
- if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
18
- key = keys[i];
19
- if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
20
- get: ((k) => from[k]).bind(null, key),
21
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
22
- });
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
15
+ key = keys[i];
16
+ if (!__hasOwnProp.call(to, key) && key !== except) {
17
+ __defProp(to, key, {
18
+ get: ((k) => from[k]).bind(null, key),
19
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
20
+ });
21
+ }
22
+ }
23
23
  }
24
24
  return to;
25
25
  };
@@ -30,4 +30,4 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
30
30
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
31
31
 
32
32
  //#endregion
33
- export { __toESM as i, __esm as n, __require as r, __commonJS as t };
33
+ export { __toESM as i, __esmMin as n, __require as r, __commonJSMin as t };
@@ -5,19 +5,19 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __getProtoOf = Object.getPrototypeOf;
7
7
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __esm = (fn, res) => function() {
9
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
10
- };
11
- var __commonJS = (cb, mod) => function() {
12
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
13
- };
8
+ var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
9
+ var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
14
10
  var __copyProps = (to, from, except, desc) => {
15
- if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
16
- key = keys[i];
17
- if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
18
- get: ((k) => from[k]).bind(null, key),
19
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
20
- });
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
13
+ key = keys[i];
14
+ if (!__hasOwnProp.call(to, key) && key !== except) {
15
+ __defProp(to, key, {
16
+ get: ((k) => from[k]).bind(null, key),
17
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
18
+ });
19
+ }
20
+ }
21
21
  }
22
22
  return to;
23
23
  };
@@ -28,16 +28,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
 
29
29
  //#endregion
30
30
 
31
- Object.defineProperty(exports, '__commonJS', {
31
+ Object.defineProperty(exports, '__commonJSMin', {
32
32
  enumerable: true,
33
33
  get: function () {
34
- return __commonJS;
34
+ return __commonJSMin;
35
35
  }
36
36
  });
37
- Object.defineProperty(exports, '__esm', {
37
+ Object.defineProperty(exports, '__esmMin', {
38
38
  enumerable: true,
39
39
  get: function () {
40
- return __esm;
40
+ return __esmMin;
41
41
  }
42
42
  });
43
43
  Object.defineProperty(exports, '__toESM', {
package/dist/env.d.ts ADDED
@@ -0,0 +1 @@
1
+ /// <reference path="../../foundation/src/app.globals.d.ts" />
@@ -1,4 +1,4 @@
1
- const require_chunk = require('./chunk-BncF-t-1.cjs');
1
+ const require_chunk = require('./chunk-xvyjDJxY.cjs');
2
2
  let node_url = require("node:url");
3
3
  let node_process = require("node:process");
4
4
  node_process = require_chunk.__toESM(node_process);
@@ -26,9 +26,9 @@ async function findUp(name, { cwd = node_process.default.cwd(), type = "file", s
26
26
  }
27
27
  }
28
28
  var toPath;
29
- var init_find_up_simple = require_chunk.__esm({ "../../node_modules/.pnpm/find-up-simple@1.0.1/node_modules/find-up-simple/index.js": (() => {
29
+ var init_find_up_simple = require_chunk.__esmMin((() => {
30
30
  toPath = (urlOrPath) => urlOrPath instanceof URL ? (0, node_url.fileURLToPath)(urlOrPath) : urlOrPath;
31
- }) });
31
+ }));
32
32
 
33
33
  //#endregion
34
34
  init_find_up_simple();
@@ -1,4 +1,4 @@
1
- import { n as __esm } from "./chunk-BLWcukCW.js";
1
+ import { n as __esmMin } from "./chunk-Zh1HL_PD.js";
2
2
  import { fileURLToPath } from "node:url";
3
3
  import process from "node:process";
4
4
  import path from "node:path";
@@ -22,9 +22,9 @@ async function findUp(name, { cwd = process.cwd(), type = "file", stopAt } = {})
22
22
  }
23
23
  }
24
24
  var toPath;
25
- var init_find_up_simple = __esm({ "../../node_modules/.pnpm/find-up-simple@1.0.1/node_modules/find-up-simple/index.js": (() => {
25
+ var init_find_up_simple = __esmMin((() => {
26
26
  toPath = (urlOrPath) => urlOrPath instanceof URL ? fileURLToPath(urlOrPath) : urlOrPath;
27
- }) });
27
+ }));
28
28
 
29
29
  //#endregion
30
30
  init_find_up_simple();