@drip-sdk/node 1.1.1 → 1.1.2

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.
@@ -83,7 +83,7 @@ interface DripContext {
83
83
  /**
84
84
  * Whether this was a replayed request (idempotency key matched).
85
85
  */
86
- isReplay: boolean;
86
+ isDuplicate: boolean;
87
87
  }
88
88
  /**
89
89
  * x402 payment proof extracted from request headers.
@@ -83,7 +83,7 @@ interface DripContext {
83
83
  /**
84
84
  * Whether this was a replayed request (idempotency key matched).
85
85
  */
86
- isReplay: boolean;
86
+ isDuplicate: boolean;
87
87
  }
88
88
  /**
89
89
  * x402 payment proof extracted from request headers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drip-sdk/node",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Official Node.js SDK for Drip - Usage-based billing for AI agents",
5
5
  "author": "Drip Team",
6
6
  "license": "MIT",