@wolfstar/http-framework 3.1.3 → 3.1.4
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/esm/index.js +10 -10
- package/package.json +3 -3
package/dist/esm/index.js
CHANGED
|
@@ -428,7 +428,7 @@ const preLoad = Symbol("HttpFrameworkPluginsPreLoad");
|
|
|
428
428
|
const postListen = Symbol("HttpFrameworkPluginsPostListen");
|
|
429
429
|
|
|
430
430
|
//#endregion
|
|
431
|
-
//#region \0@oxc-project+runtime@0.
|
|
431
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/typeof.js
|
|
432
432
|
function _typeof(o) {
|
|
433
433
|
"@babel/helpers - typeof";
|
|
434
434
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
|
|
@@ -439,7 +439,7 @@ function _typeof(o) {
|
|
|
439
439
|
}
|
|
440
440
|
|
|
441
441
|
//#endregion
|
|
442
|
-
//#region \0@oxc-project+runtime@0.
|
|
442
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/toPrimitive.js
|
|
443
443
|
function toPrimitive(t, r) {
|
|
444
444
|
if ("object" != _typeof(t) || !t) return t;
|
|
445
445
|
var e = t[Symbol.toPrimitive];
|
|
@@ -452,14 +452,14 @@ function toPrimitive(t, r) {
|
|
|
452
452
|
}
|
|
453
453
|
|
|
454
454
|
//#endregion
|
|
455
|
-
//#region \0@oxc-project+runtime@0.
|
|
455
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/toPropertyKey.js
|
|
456
456
|
function toPropertyKey(t) {
|
|
457
457
|
var i = toPrimitive(t, "string");
|
|
458
458
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
//#endregion
|
|
462
|
-
//#region \0@oxc-project+runtime@0.
|
|
462
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/defineProperty.js
|
|
463
463
|
function _defineProperty(e, r, t) {
|
|
464
464
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
465
465
|
value: t,
|
|
@@ -830,38 +830,38 @@ function getLinkedMethod(object) {
|
|
|
830
830
|
}
|
|
831
831
|
|
|
832
832
|
//#endregion
|
|
833
|
-
//#region \0@oxc-project+runtime@0.
|
|
833
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/checkPrivateRedeclaration.js
|
|
834
834
|
function _checkPrivateRedeclaration(e, t) {
|
|
835
835
|
if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object");
|
|
836
836
|
}
|
|
837
837
|
|
|
838
838
|
//#endregion
|
|
839
|
-
//#region \0@oxc-project+runtime@0.
|
|
839
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/classPrivateMethodInitSpec.js
|
|
840
840
|
function _classPrivateMethodInitSpec(e, a) {
|
|
841
841
|
_checkPrivateRedeclaration(e, a), a.add(e);
|
|
842
842
|
}
|
|
843
843
|
|
|
844
844
|
//#endregion
|
|
845
|
-
//#region \0@oxc-project+runtime@0.
|
|
845
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/classPrivateFieldInitSpec.js
|
|
846
846
|
function _classPrivateFieldInitSpec(e, t, a) {
|
|
847
847
|
_checkPrivateRedeclaration(e, t), t.set(e, a);
|
|
848
848
|
}
|
|
849
849
|
|
|
850
850
|
//#endregion
|
|
851
|
-
//#region \0@oxc-project+runtime@0.
|
|
851
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/assertClassBrand.js
|
|
852
852
|
function _assertClassBrand(e, t, n) {
|
|
853
853
|
if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n;
|
|
854
854
|
throw new TypeError("Private element is not present on this object");
|
|
855
855
|
}
|
|
856
856
|
|
|
857
857
|
//#endregion
|
|
858
|
-
//#region \0@oxc-project+runtime@0.
|
|
858
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/classPrivateFieldSet2.js
|
|
859
859
|
function _classPrivateFieldSet2(s, a, r) {
|
|
860
860
|
return s.set(_assertClassBrand(s, a), r), r;
|
|
861
861
|
}
|
|
862
862
|
|
|
863
863
|
//#endregion
|
|
864
|
-
//#region \0@oxc-project+runtime@0.
|
|
864
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/classPrivateFieldGet2.js
|
|
865
865
|
function _classPrivateFieldGet2(s, a) {
|
|
866
866
|
return s.get(_assertClassBrand(s, a));
|
|
867
867
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wolfstar/http-framework",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"description": "The framework for Star Network's HTTP-only bots",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"discord-api-types": "^0.38.8"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@vitest/coverage-v8": "^4.1.
|
|
54
|
+
"@vitest/coverage-v8": "^4.1.11",
|
|
55
55
|
"tsdown": "^0.22.14",
|
|
56
56
|
"typescript": "~5.8.3",
|
|
57
|
-
"vitest": "^4.1.
|
|
57
|
+
"vitest": "^4.1.11"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=20"
|