@oasisprotocol/privana-sdk 0.5.6 → 0.5.7

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/on-ramp.cjs CHANGED
@@ -1,17 +1,17 @@
1
1
  "use client";
2
2
  'use strict';
3
3
 
4
- var chunkTNR7AA52_cjs = require('./chunk-TNR7AA52.cjs');
4
+ var chunkFFYLKZ7J_cjs = require('./chunk-FFYLKZ7J.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "FiatOnRampForm", {
9
9
  enumerable: true,
10
- get: function () { return chunkTNR7AA52_cjs.FiatOnRampForm; }
10
+ get: function () { return chunkFFYLKZ7J_cjs.FiatOnRampForm; }
11
11
  });
12
12
  Object.defineProperty(exports, "useFiatOnRamp", {
13
13
  enumerable: true,
14
- get: function () { return chunkTNR7AA52_cjs.useFiatOnRamp; }
14
+ get: function () { return chunkFFYLKZ7J_cjs.useFiatOnRamp; }
15
15
  });
16
16
  //# sourceMappingURL=on-ramp.cjs.map
17
17
  //# sourceMappingURL=on-ramp.cjs.map
package/dist/on-ramp.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use client";
2
- export { FiatOnRampForm, useFiatOnRamp } from './chunk-DLGIPF4N.js';
2
+ export { FiatOnRampForm, useFiatOnRamp } from './chunk-4VOTSHNC.js';
3
3
  //# sourceMappingURL=on-ramp.js.map
4
4
  //# sourceMappingURL=on-ramp.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oasisprotocol/privana-sdk",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "React SDK for Privana - manage deposits, withdrawals, locks, and transfers",
5
5
  "author": "Oasis Protocol Foundation <security@oasisprotocol.org>",
6
6
  "license": "Apache-2.0",