agentapprove 0.1.23 → 0.1.25

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2827,7 +2827,7 @@ function resolvePairingApiBaseUrl(options) {
2827
2827
  }
2828
2828
 
2829
2829
  // src/cli.ts
2830
- var VERSION = "0.1.23";
2830
+ var VERSION = "0.1.24";
2831
2831
  function getApiUrl() {
2832
2832
  return process.env.AGENTAPPROVE_API || "https://api.agentapprove.com";
2833
2833
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentapprove",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "description": "Approve AI agent actions from your iPhone or Apple Watch",
5
5
  "type": "module",
6
6
  "bin": {