@wolfstar/http-framework-test-utils 3.0.2 → 3.0.4-next-20260819162927
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.d.ts +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/package.json +7 -6
package/dist/esm/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { Constructor } from "@sapphire/utilities";
|
|
|
7
7
|
import { ServerResponse } from "node:http";
|
|
8
8
|
//#region src/commands.d.ts
|
|
9
9
|
declare function buildSubcommand(name: string, description: string): SlashCommandSubcommandBuilder;
|
|
10
|
-
declare function getAndDelete<Options extends Command.Options>(command: typeof Command<Options>):
|
|
10
|
+
declare function getAndDelete<Options extends Command.Options>(command: typeof Command<Options>): import("@wolfstar/http-framework").ApplicationCommandRegistryEntry;
|
|
11
11
|
declare function makeCommand<Options extends Command.Options>(CommandClass: Constructor<Command<Options>>): Command<Options>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/fixtures.d.ts
|
package/dist/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/commands.ts","../../src/fixtures.ts","../../src/TestableClient.ts","../../src/InteractionTestRunner.ts","../../src/MockServerResponse.ts","../../src/snowflake.ts","../../src/testHarness.ts"],"mappings":";;;;;;;;iBAKgB,gBAAgB,cAAc,sBAAsB;iBAIpD,aAAa,gBAAgB,QAAQ,SAAS,gBAAgB,QAAQ;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/commands.ts","../../src/fixtures.ts","../../src/TestableClient.ts","../../src/InteractionTestRunner.ts","../../src/MockServerResponse.ts","../../src/snowflake.ts","../../src/testHarness.ts"],"mappings":";;;;;;;;iBAKgB,gBAAgB,cAAc,sBAAsB;iBAIpD,aAAa,gBAAgB,QAAQ,SAAS,gBAAgB,QAAQ,8CAAQ;iBAQ9E,YAAY,gBAAgB,QAAQ,SAAS,cAAc,YAAY,QAAQ,YAAY,QAAQ;;;cCWtG,UAAU,SAAS;cAWnB,4BAA4B,SAAS;cAUrC,aAAa,SAAS;cAiBtB,iBAAiB;cACjB,YAAY;cAEZ;;;;;;;;;;WAUQ,cAAA;WACkB,gCAAA;;;cAI1B,+CAA+C;cAM/C,4CAA4C;cAQ5C,0CAA0C;cAc1C,uCAAuC;cASvC,uCAAuC;cASvC,8CAA8C,yCAAyC;cASvF,kDAAkD,6CAA6C;cAc/F,2CAA2C,sCAAsC;cASjF,6CAA6C,wCAAwC;cASrF,2CAA2C,sCAAsC;cASjF,4BAA4B;;;cC3K5B,uBAAuB;EAChB,YAAA,UAAS,QAAQ;EAId,kBACrB,aAAa,QAAQ,gBAAgB,yCACrC,UAAU,iBACR,QAAQ;;;;cCZC;;EAGO,YAAA,QAAQ;EAId,IAAI,aAAa,QAAQ,gBAAgB,0CAA0C,QAAQ;;;;cCT5F,2BAA2B;;EAChC;WACS,SAAS;EAGlB,UAAU,cAAc;EAIf,OAAO,gBAAgB,WAAW,gBAAgB,WAAW,QAAQ;EAK9E;EAIA,cAAc,gBAAgB;EAI9B;;iBAOQ,gBAAgB;;;UC9Bf;;EAEhB,qBAAqB;;EAErB;;EAEA;;EAEA;;iBAWe,kBAAkB,UAAS;iBAkB3B,yBAAyB,UAAS,KAAK;;;iBCnCvC,kBAAkB,UAAS,QAAQ;;;;KAMvC,cAAc,kBAAkB"}
|
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.4-next-20260819162927",
|
|
4
4
|
"description": "Test utilities for @wolfstar/http-framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"discord",
|
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
|
-
"access": "public"
|
|
47
|
+
"access": "public",
|
|
48
|
+
"provenance": true
|
|
48
49
|
},
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"@discordjs/builders": "^1.14.1",
|
|
@@ -53,12 +54,12 @@
|
|
|
53
54
|
"discord-api-types": "^0.38.8",
|
|
54
55
|
"tsdown": "^0.22.14",
|
|
55
56
|
"typescript": "~5.8.3",
|
|
56
|
-
"vitest": "^4.1.
|
|
57
|
-
"@wolfstar/http-framework": "3.1.
|
|
57
|
+
"vitest": "^4.1.10",
|
|
58
|
+
"@wolfstar/http-framework": "3.1.3-next-20260819162927"
|
|
58
59
|
},
|
|
59
60
|
"peerDependencies": {
|
|
60
|
-
"vitest": ">=4.1.
|
|
61
|
-
"@wolfstar/http-framework": "^3.1.
|
|
61
|
+
"vitest": ">=4.1.10",
|
|
62
|
+
"@wolfstar/http-framework": "^3.1.3-next-20260819162927"
|
|
62
63
|
},
|
|
63
64
|
"peerDependenciesMeta": {
|
|
64
65
|
"vitest": {
|