diff --git a/build_npm.ts b/build_npm.ts index 00744ce..e809f55 100644 --- a/build_npm.ts +++ b/build_npm.ts @@ -6,7 +6,7 @@ await emptyDir( './npm' ) await build( { package: { name: 'zod_utilz', - version: '0.7.2', + version: '0.7.3', author: 'JacobWeisenburger', description: 'Framework agnostic utilities for Zod', license: 'MIT', @@ -16,12 +16,11 @@ await build( { homepage: 'https://github.com/JacobWeisenburger/zod_utilz', }, typeCheck: false, - test: false, skipSourceOutput: true, entryPoints: [ './mod.ts' ], importMap: './import_map.json', outDir: './npm', - shims: { undici: true }, + shims: { deno: true, undici: true }, mappings: { 'https://deno.land/x/zod@v3.21.4/mod.ts': { name: 'zod',