Commit 9d785861 authored by aMOPel's avatar aMOPel
Browse files

fix: cleanup deno.lock of pruneRegistries script

parent 1f70ca0a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
  jq,
  fetchDenoDeps,
  buildPackages,
  breakpointHook,
  lib,
}:
{
@@ -156,7 +155,6 @@ stdenvNoCC.mkDerivation (
      diffutils
      zip
      jq
      breakpointHook
    ];

    DENO_DIR = denoDir;
+1 −3
Original line number Diff line number Diff line
@@ -3,8 +3,6 @@
  "imports": {
    "@std/assert": "jsr:@std/assert@1.0.13",
    "@std/cli": "jsr:@std/cli@1.0.16",
    "@std/fs": "jsr:@std/fs@1.0.16",
    "@std/path": "jsr:@std/path@1.0.9",
    "ini": "npm:ini@5.0.0"
    "@std/fs": "jsr:@std/fs@1.0.16"
  }
}
+11 −7
Original line number Diff line number Diff line
{
  "version": "4",
  "version": "5",
  "specifiers": {
    "jsr:@std/assert@1.0.13": "1.0.13",
    "jsr:@std/cli@1.0.16": "1.0.16",
@@ -7,7 +7,7 @@
    "jsr:@std/internal@^1.0.6": "1.0.7",
    "jsr:@std/path@1.0.9": "1.0.9",
    "jsr:@std/path@^1.0.8": "1.0.9",
    "npm:ini@5.0.0": "5.0.0"
    "npm:@types/node@*": "22.15.15"
  },
  "jsr": {
    "@std/assert@1.0.13": {
@@ -33,17 +33,21 @@
    }
  },
  "npm": {
    "ini@5.0.0": {
      "integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw=="
    "@types/node@22.15.15": {
      "integrity": "sha512-R5muMcZob3/Jjchn5LcO8jdKwSCbzqmPB6ruBxMcf9kbxtniZHP327s6C37iOfuw8mbKK3cAQa7sEl7afLrQ8A==",
      "dependencies": [
        "undici-types"
      ]
    },
    "undici-types@6.21.0": {
      "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="
    }
  },
  "workspace": {
    "dependencies": [
      "jsr:@std/assert@1.0.13",
      "jsr:@std/cli@1.0.16",
      "jsr:@std/fs@1.0.16",
      "jsr:@std/path@1.0.9",
      "npm:ini@5.0.0"
      "jsr:@std/fs@1.0.16"
    ]
  }
}