testing-farm
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { AxiosRequestConfig } from 'axios'; | ||
@@ -3,0 +2,0 @@ import { URL } from 'url'; |
@@ -37,2 +37,5 @@ import { z } from 'zod'; | ||
}>>; | ||
plan_filter: z.ZodOptional<z.ZodString>; | ||
test_name: z.ZodOptional<z.ZodString>; | ||
test_filter: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -47,2 +50,5 @@ url: string; | ||
} | undefined; | ||
plan_filter?: string | undefined; | ||
test_name?: string | undefined; | ||
test_filter?: string | undefined; | ||
}, { | ||
@@ -57,2 +63,5 @@ url: string; | ||
} | undefined; | ||
plan_filter?: string | undefined; | ||
test_name?: string | undefined; | ||
test_filter?: string | undefined; | ||
}>>; | ||
@@ -88,2 +97,5 @@ sti: z.ZodNullable<z.ZodOptional<z.ZodObject<{ | ||
} | undefined; | ||
plan_filter?: string | undefined; | ||
test_name?: string | undefined; | ||
test_filter?: string | undefined; | ||
} | undefined; | ||
@@ -107,2 +119,5 @@ sti?: { | ||
} | undefined; | ||
plan_filter?: string | undefined; | ||
test_name?: string | undefined; | ||
test_filter?: string | undefined; | ||
} | undefined; | ||
@@ -411,2 +426,5 @@ sti?: { | ||
} | undefined; | ||
plan_filter?: string | undefined; | ||
test_name?: string | undefined; | ||
test_filter?: string | undefined; | ||
} | undefined; | ||
@@ -492,2 +510,5 @@ sti?: { | ||
} | undefined; | ||
plan_filter?: string | undefined; | ||
test_name?: string | undefined; | ||
test_filter?: string | undefined; | ||
} | undefined; | ||
@@ -494,0 +515,0 @@ sti?: { |
@@ -17,2 +17,5 @@ import { z } from 'zod'; | ||
.optional(), | ||
plan_filter: z.string().min(1).optional(), | ||
test_name: z.string().min(1).optional(), | ||
test_filter: z.string().min(1).optional(), | ||
}) | ||
@@ -19,0 +22,0 @@ .optional(), |
{ | ||
"name": "testing-farm", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "A NodeJS module to access Testing Farm instances through the REST API.", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
}, | ||
"packageManager": "yarn@4.1.1", | ||
"packageManager": "yarn@4.4.1", | ||
"repository": { | ||
@@ -32,12 +32,12 @@ "type": "git", | ||
"dependencies": { | ||
"axios": "1.6.8", | ||
"zod": "3.23.5" | ||
"axios": "1.7.4", | ||
"zod": "3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "20.12.7", | ||
"@vitest/coverage-v8": "1.5.3", | ||
"prettier": "3.2.5", | ||
"typescript": "5.4.5", | ||
"vitest": "1.5.3" | ||
"@types/node": "20.16.4", | ||
"@vitest/coverage-v8": "2.0.5", | ||
"prettier": "3.3.3", | ||
"typescript": "5.5.4", | ||
"vitest": "2.0.5" | ||
} | ||
} |
@@ -20,2 +20,5 @@ import { z } from 'zod'; | ||
.optional(), | ||
plan_filter: z.string().min(1).optional(), | ||
test_name: z.string().min(1).optional(), | ||
test_filter: z.string().min(1).optional(), | ||
}) | ||
@@ -22,0 +25,0 @@ .optional(), |
Sorry, the diff of this file is not supported yet
108439
1744
+ Addedaxios@1.7.4(transitive)
+ Addedzod@3.23.8(transitive)
- Removedaxios@1.6.8(transitive)
- Removedzod@3.23.5(transitive)
Updatedaxios@1.7.4
Updatedzod@3.23.8