Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobWeisenburger committed Mar 16, 2023
1 parent 0f46330 commit 94914f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ await emptyDir( './npm' )
await build( {
package: {
name: 'zod_utilz',
version: '0.7.1',
version: '0.7.2',
author: 'JacobWeisenburger',
description: 'Framework agnostic utilities for Zod',
license: 'MIT',
Expand Down
8 changes: 7 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"imports": {
"@type-challenges/utils": "npm:@type-challenges/utils",
"tsd": "npm:tsd@0.25.0",
"zod": "https://deno.land/x/zod@v3.21.4/mod.ts",
"dnt": "https://deno.land/x/dnt@0.33.0/mod.ts",
"std/": "https://deno.land/std@0.167.0/",
"path": "https://deno.land/std@0.150.0/path/mod.ts",
"fs": "https://deno.land/std@0.150.0/fs/mod.ts"
"std/": "https://deno.land/std@0.179.0/"
}
}

0 comments on commit 94914f4

Please sign in to comment.