From bc1f72f007c2439db8443a25dfaeb6bbac1be5eb Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Mon, 27 Jul 2026 21:01:31 -0700 Subject: [PATCH] Release 0.4.0 Adds --idempotency-key to `anyapi run`, so a re-run can replay an earlier result instead of charging again. Supports an explicit key or `auto`, which derives a stable key from the SKU, canonicalized input, and UTC date. Co-Authored-By: Claude --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6108fd1..417b5f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "anyapi-cli", - "version": "0.3.3", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "anyapi-cli", - "version": "0.3.3", + "version": "0.4.0", "license": "MIT", "dependencies": { "commander": "^12.1.0", diff --git a/package.json b/package.json index cfbb97b..856597a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyapi-cli", - "version": "0.3.3", + "version": "0.4.0", "description": "Official CLI for AnyAPI, a unified marketplace for scraping and data APIs.", "type": "module", "bin": {