@nestia/e2e
Advanced tools
Comparing version 0.4.3 to 0.5.0-dev.20240617
export * from "./ArrayUtil"; | ||
export * from "./DynamicBenchmarker"; | ||
export * from "./DynamicExecutor"; | ||
@@ -3,0 +4,0 @@ export * from "./GaffComparator"; |
@@ -18,2 +18,3 @@ "use strict"; | ||
__exportStar(require("./ArrayUtil"), exports); | ||
__exportStar(require("./DynamicBenchmarker"), exports); | ||
__exportStar(require("./DynamicExecutor"), exports); | ||
@@ -20,0 +21,0 @@ __exportStar(require("./GaffComparator"), exports); |
@@ -84,3 +84,3 @@ /** | ||
*/ | ||
const sort: (title: string) => <T extends object, Fields extends string, Sortable extends (`-${Fields}` | `+${Fields}`)[] = (`-${Fields}` | `+${Fields}`)[]>(getter: (sortable: Sortable) => Promise<T[]>) => (...fields: Fields[]) => (comp: (x: T, y: T) => number, filter?: ((elem: T) => boolean) | undefined) => (direction: "+" | "-", trace?: boolean) => Promise<void>; | ||
const sort: (title: string) => <T extends object, Fields extends string, Sortable extends (`-${Fields}` | `+${Fields}`)[] = (`-${Fields}` | `+${Fields}`)[]>(getter: (sortable: Sortable) => Promise<T[]>) => (...fields: Fields[]) => (comp: (x: T, y: T) => number, filter?: (elem: T) => boolean) => (direction: "+" | "-", trace?: boolean) => Promise<void>; | ||
type Sortable<Literal extends string> = Array<`-${Literal}` | `+${Literal}`>; | ||
@@ -87,0 +87,0 @@ } |
{ | ||
"name": "@nestia/e2e", | ||
"version": "0.4.3", | ||
"version": "0.5.0-dev.20240617", | ||
"description": "E2E test utilify functions", | ||
@@ -41,7 +41,9 @@ "main": "lib/index.js", | ||
"typescript": "^5.4.2", | ||
"typia": "^5.5.7" | ||
"typia": "^6.1.0" | ||
}, | ||
"dependencies": { | ||
"@nestia/fetcher": "^3.2.2", | ||
"chalk": "^4.1.2", | ||
"cli": "^1.0.1", | ||
"tgrid": "^1.0.1", | ||
"tstl": "^3.0.0" | ||
@@ -48,0 +50,0 @@ }, |
@@ -21,3 +21,3 @@ # Nestia | ||
> **Note** | ||
> [!NOTE] | ||
> | ||
@@ -24,0 +24,0 @@ > - **Only one line** required, with pure TypeScript type |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import chalk from "chalk"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import * as e2e from "./module"; |
@@ -0,0 +0,0 @@ export const json_equal_to = |
export * from "./ArrayUtil"; | ||
export * from "./DynamicBenchmarker"; | ||
export * from "./DynamicExecutor"; | ||
@@ -3,0 +4,0 @@ export * from "./GaffComparator"; |
@@ -0,0 +0,0 @@ /** |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176583
55
3507
5
4
+ Added@nestia/fetcher@^3.2.2
+ Addedtgrid@^1.0.1
+ Added@nestia/fetcher@3.19.1(transitive)
+ Added@samchon/openapi@1.2.2(transitive)
+ Added@types/node@20.17.6(transitive)
+ Added@types/websocket@1.0.10(transitive)
+ Added@types/ws@7.4.7(transitive)
+ Addedimport2@1.0.3(transitive)
+ Addedtgrid@1.0.3(transitive)
+ Addedtypescript@5.6.3(transitive)
+ Addedundici-types@6.19.8(transitive)
+ Addedws@7.5.10(transitive)