Skip to content

Commit c4a48aa

Browse files
committed
chore(deps): update deps
1 parent 2f9c55c commit c4a48aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_tools/meta.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const makeOptions = (version: string): BuildOptions => ({
6565
compilerOptions: {
6666
lib: ["dom", "esnext", "dom.iterable"],
6767
},
68-
typeCheck: false,
68+
typeCheck: true,
6969
entryPoints,
7070
outDir: "./npm",
7171
package: {
@@ -102,10 +102,10 @@ export const makeOptions = (version: string): BuildOptions => ({
102102
},
103103
packageManager: "pnpm",
104104
mappings: {
105-
"https://deno.land/x/isx@1.1.1/is_null.ts": {
105+
"https://deno.land/x/isx@1.3.1/is_null.ts": {
106106
name: "@miyauci/isx",
107-
version: "1.1.1",
108-
subPath: "is_null",
107+
version: "1.3.1",
108+
subPath: "is_null.js",
109109
},
110110
"https://deno.land/x/[email protected]/trim.ts": {
111111
name: "@miyauci/prelude",

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.
22
// This module is browser compatible.
33

4-
export { isNull } from "https://deno.land/x/isx@1.1.1/is_null.ts";
4+
export { isNull } from "https://deno.land/x/isx@1.3.1/is_null.ts";
55
export { trim } from "https://deno.land/x/[email protected]/trim.ts";

0 commit comments

Comments
 (0)