Unverified Commit d19a7e68 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

claude-code: 0.2.27 -> 0.2.29 (#386512)

parents 831e1260 985263df
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.27"
        "@anthropic-ai/claude-code": "^0.2.29"
      }
    },
    "node_modules/@anthropic-ai/claude-code": {
      "version": "0.2.27",
      "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.27.tgz",
      "integrity": "sha512-j7YqM5FmbHBdG5a1RVy95JMmZ5xef2/rbKI6zTeTohBI1XxEYyrXJcG4IsfD+Nf3vYwuzb4YaVYJGX+Oo3KZcA==",
      "version": "0.2.29",
      "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.29.tgz",
      "integrity": "sha512-4lZbbg+Qqz+mY3SLKcUYjnOd6/PIB+SQh7ICVIXFYGB1zOB4mVfiY7l2nBt67iw+Rxko2wGJAfg6gPM57S/Q/g==",
      "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.27";
  version = "0.2.29";

  src = fetchzip {
    url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
    hash = "sha256-T0fDEzR2s1FDCChOGvLkHKSV5S2OZBiAllti0oj+mQA=";
    hash = "sha256-Frc53cRlf0jtvarKAJCScU9wkN0m81irAwfIGnlfLNQ=";
  };

  npmDepsHash = "sha256-FN4/DI+eR5b/GGExEnVkb0FXQ6L5spaoLo9vkWrCm9c=";
  npmDepsHash = "sha256-4pCyeUY3Ava8gAi5kOJDRXdu3eay07sCMcO/Y/qy4w4=";

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