@wolfstar/http-framework-test-utils 3.0.4 → 3.0.5-next-20260827143053
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 +9 -9
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -270,7 +270,7 @@ const ModalSubmitInteractionData = {
|
|
|
270
270
|
};
|
|
271
271
|
|
|
272
272
|
//#endregion
|
|
273
|
-
//#region \0@oxc-project+runtime@0.
|
|
273
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/typeof.js
|
|
274
274
|
function _typeof(o) {
|
|
275
275
|
"@babel/helpers - typeof";
|
|
276
276
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
|
|
@@ -281,7 +281,7 @@ function _typeof(o) {
|
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
//#endregion
|
|
284
|
-
//#region \0@oxc-project+runtime@0.
|
|
284
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/toPrimitive.js
|
|
285
285
|
function toPrimitive(t, r) {
|
|
286
286
|
if ("object" != _typeof(t) || !t) return t;
|
|
287
287
|
var e = t[Symbol.toPrimitive];
|
|
@@ -294,14 +294,14 @@ function toPrimitive(t, r) {
|
|
|
294
294
|
}
|
|
295
295
|
|
|
296
296
|
//#endregion
|
|
297
|
-
//#region \0@oxc-project+runtime@0.
|
|
297
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/toPropertyKey.js
|
|
298
298
|
function toPropertyKey(t) {
|
|
299
299
|
var i = toPrimitive(t, "string");
|
|
300
300
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
301
301
|
}
|
|
302
302
|
|
|
303
303
|
//#endregion
|
|
304
|
-
//#region \0@oxc-project+runtime@0.
|
|
304
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/defineProperty.js
|
|
305
305
|
function _defineProperty(e, r, t) {
|
|
306
306
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
307
307
|
value: t,
|
|
@@ -312,26 +312,26 @@ function _defineProperty(e, r, t) {
|
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
//#endregion
|
|
315
|
-
//#region \0@oxc-project+runtime@0.
|
|
315
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/checkPrivateRedeclaration.js
|
|
316
316
|
function _checkPrivateRedeclaration(e, t) {
|
|
317
317
|
if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object");
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
//#endregion
|
|
321
|
-
//#region \0@oxc-project+runtime@0.
|
|
321
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/classPrivateFieldInitSpec.js
|
|
322
322
|
function _classPrivateFieldInitSpec(e, t, a) {
|
|
323
323
|
_checkPrivateRedeclaration(e, t), t.set(e, a);
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
//#endregion
|
|
327
|
-
//#region \0@oxc-project+runtime@0.
|
|
327
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/assertClassBrand.js
|
|
328
328
|
function _assertClassBrand(e, t, n) {
|
|
329
329
|
if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n;
|
|
330
330
|
throw new TypeError("Private element is not present on this object");
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
//#endregion
|
|
334
|
-
//#region \0@oxc-project+runtime@0.
|
|
334
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/classPrivateFieldGet2.js
|
|
335
335
|
function _classPrivateFieldGet2(s, a) {
|
|
336
336
|
return s.get(_assertClassBrand(s, a));
|
|
337
337
|
}
|
|
@@ -370,7 +370,7 @@ function makeResponse() {
|
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
//#endregion
|
|
373
|
-
//#region \0@oxc-project+runtime@0.
|
|
373
|
+
//#region \0@oxc-project+runtime@0.144.0/helpers/esm/classPrivateFieldSet2.js
|
|
374
374
|
function _classPrivateFieldSet2(s, a, r) {
|
|
375
375
|
return s.set(_assertClassBrand(s, a), r), r;
|
|
376
376
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wolfstar/http-framework-test-utils",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5-next-20260827143053",
|
|
4
4
|
"description": "Test utilities for @wolfstar/http-framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"discord",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"discord-api-types": "^0.38.8",
|
|
55
55
|
"tsdown": "^0.22.14",
|
|
56
56
|
"typescript": "~5.8.3",
|
|
57
|
-
"vitest": "^4.1.
|
|
58
|
-
"@wolfstar/http-framework": "3.1.
|
|
57
|
+
"vitest": "^4.1.11",
|
|
58
|
+
"@wolfstar/http-framework": "3.1.4-next-20260827143053"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"vitest": ">=4.1.10",
|
|
62
|
-
"@wolfstar/http-framework": "^3.1.
|
|
62
|
+
"@wolfstar/http-framework": "^3.1.4-next-20260827143053"
|
|
63
63
|
},
|
|
64
64
|
"peerDependenciesMeta": {
|
|
65
65
|
"vitest": {
|