@p2pdotme/sdk 1.2.22 → 1.2.23

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/index.cjs CHANGED
@@ -69,7 +69,7 @@ var ZodAddressSchema = import_zod.z.string().refine((s) => (0, import_viem.isAdd
69
69
  var ZodCurrencySchema = import_zod.z.enum(CURRENCY_CODES);
70
70
 
71
71
  // src/index.ts
72
- var VERSION = "1.2.22";
72
+ var VERSION = "1.2.23";
73
73
  // Annotate the CommonJS export names for ESM import in node:
74
74
  0 && (module.exports = {
75
75
  SdkError,
package/dist/index.mjs CHANGED
@@ -42,7 +42,7 @@ var ZodAddressSchema = z.string().refine((s) => isAddress(s), { message: "Invali
42
42
  var ZodCurrencySchema = z.enum(CURRENCY_CODES);
43
43
 
44
44
  // src/index.ts
45
- var VERSION = "1.2.22";
45
+ var VERSION = "1.2.23";
46
46
  export {
47
47
  SdkError,
48
48
  VERSION