@unifold/ui-react 0.1.31 → 0.1.32
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.js +4 -1
- package/dist/index.mjs +4 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -9754,7 +9754,10 @@ function BrowserWalletModal({
|
|
|
9754
9754
|
},
|
|
9755
9755
|
publishableKey
|
|
9756
9756
|
);
|
|
9757
|
-
const { VersionedTransaction } = await import(
|
|
9757
|
+
const { VersionedTransaction } = await import(
|
|
9758
|
+
/* @vite-ignore */
|
|
9759
|
+
"@solana/web3.js"
|
|
9760
|
+
);
|
|
9758
9761
|
const binaryString = atob(buildResponse.transaction);
|
|
9759
9762
|
const bytes = new Uint8Array(binaryString.length);
|
|
9760
9763
|
for (let i = 0; i < binaryString.length; i++) {
|
package/dist/index.mjs
CHANGED
|
@@ -9733,7 +9733,10 @@ function BrowserWalletModal({
|
|
|
9733
9733
|
},
|
|
9734
9734
|
publishableKey
|
|
9735
9735
|
);
|
|
9736
|
-
const { VersionedTransaction } = await import(
|
|
9736
|
+
const { VersionedTransaction } = await import(
|
|
9737
|
+
/* @vite-ignore */
|
|
9738
|
+
"@solana/web3.js"
|
|
9739
|
+
);
|
|
9737
9740
|
const binaryString = atob(buildResponse.transaction);
|
|
9738
9741
|
const bytes = new Uint8Array(binaryString.length);
|
|
9739
9742
|
for (let i = 0; i < binaryString.length; i++) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unifold/ui-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.32",
|
|
4
4
|
"description": "Unifold UI React - Deposit and onramp components for React applications",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"lucide-react": "^0.454.0",
|
|
44
44
|
"qr-code-styling": "^1.6.0-rc.1",
|
|
45
45
|
"tailwind-merge": "^2.0.0",
|
|
46
|
-
"@unifold/core": "0.1.
|
|
46
|
+
"@unifold/core": "0.1.32"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@solana/spl-token": "^0.3.8",
|