@ampersend_ai/ampersend-sdk 0.0.15 → 0.0.16

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.
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  /** SDK version - keep in sync with package.json */
2
- export declare const VERSION = "0.0.15";
2
+ export declare const VERSION = "0.0.16";
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /** SDK version - keep in sync with package.json */
2
- export const VERSION = "0.0.15";
2
+ export const VERSION = "0.0.16";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ampersend_ai/ampersend-sdk",
3
3
  "description": "Tooling for building applications with x402 payment capabilities. Supports buyer and seller roles.",
4
- "version": "0.0.15",
4
+ "version": "0.0.16",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/edgeandnode/ampersend-sdk.git"