httpcat-cli 0.0.19 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  class Httpcat < Formula
2
2
  desc "CLI tool for interacting with httpcat agent - create, buy, and sell tokens with x402 payments"
3
3
  homepage "https://github.com/hathbanger/httpcat-cli"
4
- url "https://registry.npmjs.org/httpcat-cli/-/httpcat-cli-0.0.17.tgz"
5
- sha256 "c2f607a95a84df526ae9e8d5a7adc7dac29bea557dfaf43c47ccf227857c0b4e"
4
+ url "https://registry.npmjs.org/httpcat-cli/-/httpcat-cli-0.0.20.tgz"
5
+ sha256 "c5e48dd58e0538d3f6f298107abf9e15bce01369d6dcd6e1ec63d80818bd836f"
6
6
  license "MIT"
7
7
 
8
8
  depends_on "node"
@@ -13,6 +13,6 @@ class Httpcat < Formula
13
13
  end
14
14
 
15
15
  test do
16
- assert_match "0.0.17", shell_output("#{bin}/httpcat --version")
16
+ assert_match "0.0.20", shell_output("#{bin}/httpcat --version")
17
17
  end
18
18
  end
@@ -1,8 +1,8 @@
1
1
  class Httpcat < Formula
2
2
  desc "CLI tool for interacting with httpcat agent - create, buy, and sell tokens with x402 payments"
3
3
  homepage "https://github.com/hathbanger/httpcat-cli"
4
- url "https://registry.npmjs.org/httpcat-cli/-/httpcat-cli-0.0.16.tgz"
5
- sha256 "36a1314faa8ab72aa7484bc8cbde5bb0e55286c9de7ec7a2522c354af0f11ef1"
4
+ url "https://registry.npmjs.org/httpcat-cli/-/httpcat-cli-0.0.19.tgz"
5
+ sha256 "b222987a9b3841488f2a40579c6e485e0e95f118fe7e676197509d5715343bc6"
6
6
  license "MIT"
7
7
 
8
8
  depends_on "node"
@@ -13,6 +13,6 @@ class Httpcat < Formula
13
13
  end
14
14
 
15
15
  test do
16
- assert_match "0.0.16", shell_output("#{bin}/httpcat --version")
16
+ assert_match "0.0.19", shell_output("#{bin}/httpcat --version")
17
17
  end
18
18
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "httpcat-cli",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "description": "CLI tool for interacting with httpcat agent - create, buy, and sell tokens with x402 payments",
5
5
  "main": "dist/index.js",
6
6
  "bin": {