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

claude-code: 0.2.52 -> 0.2.53 (#392078)

parents 43ed5ff7 51b2c5ff
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
  "packages": {
    "": {
      "dependencies": {
        "@anthropic-ai/claude-code": "^0.2.52"
        "@anthropic-ai/claude-code": "^0.2.53"
      }
    },
    "node_modules/@anthropic-ai/claude-code": {
      "version": "0.2.52",
      "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.52.tgz",
      "integrity": "sha512-r+t2xAEoimXNJCytZ2uPGx3sP7dG6sA7kGoV16QtnAYjghB/k8YHB4Fq5sIumekYfHUWEp75CcwZ73cmIlrjYg==",
      "version": "0.2.53",
      "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.53.tgz",
      "integrity": "sha512-DKXGjSsu2+rc1GaAdOjRqD7fMLvyQgwi/sqf6lLHWQAarwYxR/ahbSheu7h1Ub0wm0htnuIqgNnmNZUM43w/3Q==",
      "hasInstallScript": true,
      "license": "SEE LICENSE IN README.md",
      "bin": {
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildNpmPackage rec {
  pname = "claude-code";
  version = "0.2.52";
  version = "0.2.53";

  src = fetchzip {
    url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
    hash = "sha256-Yhsmc95rzMEMB2e4Chs6E8r2cFZeOPAs6pH5fH5nC5E=";
    hash = "sha256-oWXtIGJwVe/LwAlIWfpA5Jn9zZWQtjw03DkyQ/Sg08c=";
  };

  npmDepsHash = "sha256-L+aGG3qHdoO+pdgSq+BhbhDszmIWWssqbyviytokzuI=";
  npmDepsHash = "sha256-3igDt1N77LJu5Dq9uK3bd90sfYZkjBOt5ArvoRibFeo=";

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