@aircall/exception-zod
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -18,3 +18,3 @@ 'use strict'; | ||
var toZodException = (error) => { | ||
if (!(error instanceof zod.z.ZodError)) { | ||
if (!(error instanceof zod.ZodError)) { | ||
return error; | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "@aircall/exception-zod", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"sideEffects": false, | ||
@@ -32,5 +40,5 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@aircall/exception": "0.1.4", | ||
"@aircall/exception-gql": "0.2.3", | ||
"@aircall/exception-rest": "0.1.4", | ||
"@aircall/exception": "0.1.5", | ||
"@aircall/exception-gql": "0.2.4", | ||
"@aircall/exception-rest": "0.1.5", | ||
"@aircall/test-sequencer": "1.0.2", | ||
@@ -45,3 +53,3 @@ "@aircall/tsconfig": "1.4.2", | ||
"tsup": "7.1.0", | ||
"zod": "3.22.4" | ||
"zod": "3.23.8" | ||
}, | ||
@@ -48,0 +56,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
12451