Skip to content

Commit 94914f4

Browse files
0.7.2
1 parent 0f46330 commit 94914f4

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

build_npm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ await emptyDir( './npm' )
66
await build( {
77
package: {
88
name: 'zod_utilz',
9-
version: '0.7.1',
9+
version: '0.7.2',
1010
author: 'JacobWeisenburger',
1111
description: 'Framework agnostic utilities for Zod',
1212
license: 'MIT',

deno.lock

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

import_map.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"imports": {
33
"@type-challenges/utils": "npm:@type-challenges/utils",
4-
"tsd": "npm:tsd@0.25.0",
54
"zod": "https://deno.land/x/zod@v3.21.4/mod.ts",
65
"dnt": "https://deno.land/x/dnt@0.33.0/mod.ts",
7-
"std/": "https://deno.land/std@0.167.0/",
8-
"path": "https://deno.land/std@0.150.0/path/mod.ts",
9-
"fs": "https://deno.land/std@0.150.0/fs/mod.ts"
6+
"std/": "https://deno.land/std@0.179.0/"
107
}
118
}

0 commit comments

Comments
 (0)