We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94914f4 commit 4093595Copy full SHA for 4093595
build_npm.ts
@@ -6,7 +6,7 @@ await emptyDir( './npm' )
6
await build( {
7
package: {
8
name: 'zod_utilz',
9
- version: '0.7.2',
+ version: '0.7.3',
10
author: 'JacobWeisenburger',
11
description: 'Framework agnostic utilities for Zod',
12
license: 'MIT',
@@ -16,12 +16,11 @@ await build( {
16
homepage: 'https://github.com/JacobWeisenburger/zod_utilz',
17
},
18
typeCheck: false,
19
- test: false,
20
skipSourceOutput: true,
21
entryPoints: [ './mod.ts' ],
22
importMap: './import_map.json',
23
outDir: './npm',
24
- shims: { undici: true },
+ shims: { deno: true, undici: true },
25
mappings: {
26
'https://deno.land/x/zod@v3.21.4/mod.ts': {
27
name: 'zod',
0 commit comments