@h3ravel/http 11.7.7 → 11.8.0-alpha.10
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/{chunk-BLWcukCW.js → chunk-Zh1HL_PD.js} +13 -13
- package/dist/{chunk-BncF-t-1.cjs → chunk-xvyjDJxY.cjs} +16 -16
- package/dist/env.d.ts +1 -0
- package/dist/{find-up-simple-C7LasaJE.cjs → find-up-simple-BT_3Z5Fk.cjs} +3 -3
- package/dist/{find-up-simple-Cb60ihyu.js → find-up-simple-D3xUobXL.js} +3 -3
- package/dist/index.cjs +3577 -2808
- package/dist/index.d.ts +598 -236
- package/dist/index.js +3438 -2670
- package/package.json +9 -8
- package/dist/app.globals.d.ts +0 -14
|
@@ -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
|
|
11
|
-
|
|
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")
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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,
|
|
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
|
|
9
|
-
|
|
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")
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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, '
|
|
31
|
+
Object.defineProperty(exports, '__commonJSMin', {
|
|
32
32
|
enumerable: true,
|
|
33
33
|
get: function () {
|
|
34
|
-
return
|
|
34
|
+
return __commonJSMin;
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
|
-
Object.defineProperty(exports, '
|
|
37
|
+
Object.defineProperty(exports, '__esmMin', {
|
|
38
38
|
enumerable: true,
|
|
39
39
|
get: function () {
|
|
40
|
-
return
|
|
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-
|
|
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.
|
|
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
|
|
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 =
|
|
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();
|