@p2pdotme/sdk 1.0.0 → 1.0.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.
package/README.md CHANGED
@@ -105,7 +105,7 @@ All hooks read from the nearest `<SdkProvider>`:
105
105
 
106
106
  ## Supported Currencies
107
107
 
108
- `INR` | `IDR` | `BRL` | `ARS` | `MEX` | `VEN` | `NGN` | `USD`
108
+ `INR` | `IDR` | `BRL` | `ARS` | `MEX` | `VEN` | `EUR` | `NGN` | `USD`
109
109
 
110
110
  ## Development
111
111
 
package/dist/index.cjs CHANGED
@@ -65,7 +65,7 @@ var ORDER_TYPE = {
65
65
  };
66
66
 
67
67
  // src/index.ts
68
- var VERSION = "1.0.0";
68
+ var VERSION = "1.0.2";
69
69
  // Annotate the CommonJS export names for ESM import in node:
70
70
  0 && (module.exports = {
71
71
  ORDER_TYPE,
package/dist/index.mjs CHANGED
@@ -37,7 +37,7 @@ var ORDER_TYPE = {
37
37
  };
38
38
 
39
39
  // src/index.ts
40
- var VERSION = "1.0.0";
40
+ var VERSION = "1.0.2";
41
41
  export {
42
42
  ORDER_TYPE,
43
43
  SdkError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@p2pdotme/sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "P2P.me SDK",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.1",