Unverified Commit 38c9f0d8 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

claude-code: 0.2.14 -> 0.2.19 (#385641)

parents 11a70a5b 70edb92e
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -5,17 +5,15 @@
  "packages": {
    "": {
      "dependencies": {
        "@anthropic-ai/claude-code": "^0.2.14"
        "@anthropic-ai/claude-code": "^0.2.19"
      }
    },
    "node_modules/@anthropic-ai/claude-code": {
      "version": "0.2.14",
      "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.14.tgz",
      "integrity": "sha512-p729wIUq9/K/TecpE64nzWKEZJ1qddn20eQg1nUoMdEQtwWjwWYiecwJ6lDxCmNRWr0ukC7ovu0Kgtmh+uOPYg==",
      "version": "0.2.19",
      "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.19.tgz",
      "integrity": "sha512-3A9K8438+eYysRjdq2NLGkyETwKOR5CIKh/I03kMahRFnB3h/YwL/b9M1JX38qR1Chna1hNgZRurFOK9Z+pofg==",
      "hasInstallScript": true,
      "license": "SEE LICENSE IN README.md",
      "os": [
        "!win32"
      ],
      "bin": {
        "claude": "cli.mjs"
      },
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildNpmPackage rec {
  pname = "claude-code";
  version = "0.2.14";
  version = "0.2.19";

  src = fetchzip {
    url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
    hash = "sha256-Q/+Wa3RhY2XZc/0afAvCczLtnSVjoAWvhf2VEDHk+D8=";
    hash = "sha256-6uCywxu8ji7+Hx/qqxf5IgvifFKwkBn1O/JtFk8wUQE=";
  };

  npmDepsHash = "sha256-61JgKMXN03LIWcCi9CrSGhtOUJmRurnSSdt2iYHYkEs=";
  npmDepsHash = "sha256-SjQ0fNAqqESQjXImIrY2hq065MXofJP6n9MyjQnMXeI=";

  postPatch = ''
    cp ${./package-lock.json} package-lock.json