mirror: Blazing fast w3c Trace Contexts for any JS runtime
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix deno.lock?

Marais Rossouw (Jul 2, 2024, 1:23 PM +1000) 7f2cc172 da07bb22

+2 -10
+2 -10
deno.lock
··· 13 13 "jsr:@std/io@^0.218.2": "jsr:@std/io@0.218.2", 14 14 "jsr:@std/path@^0.218.2": "jsr:@std/path@0.218.2", 15 15 "npm:@lukeed/csprng": "npm:@lukeed/csprng@1.1.0", 16 + "npm:@lukeed/csprng@^1": "npm:@lukeed/csprng@1.1.0", 16 17 "npm:@marais/bench": "npm:@marais/bench@0.0.8", 17 18 "npm:@ts-morph/bootstrap@0.22": "npm:@ts-morph/bootstrap@0.22.0", 18 19 "npm:@types/node": "npm:@types/node@18.16.19", ··· 278 279 "dependencies": [ 279 280 "jsr:@deno/dnt@^0.41.1", 280 281 "jsr:@std/assert@^0.221.0" 281 - ], 282 - "packageJson": { 283 - "dependencies": [ 284 - "npm:@lukeed/csprng@^1.1.0", 285 - "npm:@marais/tsconfig@0.0.4", 286 - "npm:@types/bun@1.0.11", 287 - "npm:bundt@2.0.0-next.5", 288 - "npm:typescript@5.4.3" 289 - ] 290 - } 282 + ] 291 283 } 292 284 }