diff --git a/deno.json b/deno.json index a03ca06..d76e37f 100644 --- a/deno.json +++ b/deno.json @@ -54,12 +54,9 @@ "until" ], "license": "MIT", - "tasks": { - "test": "deno test --watch --parallel", - "test:ci": "deno test --parallel" - }, + "tasks": { "test": "deno test --watch --parallel", "test:ci": "deno test --parallel" }, "fmt": { "lineWidth": 100, "bracePosition": "sameLine" }, - "imports": { - "@std/assert": "jsr:@std/assert@^1.0.17" - } + "imports": { "@std/assert": "jsr:@std/assert" }, + "lint": { "rules": { "include": ["no-process-global", "no-node-globals"] } }, + "test": { "sanitizeOps": true, "sanitizeResources": true } } diff --git a/deno.lock b/deno.lock index 855b025..f7b0092 100644 --- a/deno.lock +++ b/deno.lock @@ -1,13 +1,13 @@ { "version": "5", "specifiers": { - "jsr:@std/assert@^1.0.17": "1.0.17", + "jsr:@std/assert@*": "1.0.19", "jsr:@std/internal@^1.0.12": "1.0.12", "npm:rxjs@^7.8.2": "7.8.2" }, "jsr": { - "@std/assert@1.0.17": { - "integrity": "df5ebfffe77c03b3fa1401e11c762cc8f603d51021c56c4d15a8c7ab45e90dbe", + "@std/assert@1.0.19": { + "integrity": "eaada96ee120cb980bc47e040f82814d786fe8162ecc53c91d8df60b8755991e", "dependencies": [ "jsr:@std/internal" ] @@ -29,7 +29,7 @@ }, "workspace": { "dependencies": [ - "jsr:@std/assert@^1.0.17" + "jsr:@std/assert@*" ], "members": { "rxjs-interop": {