@xrpl-wallet-kit/browser 0.1.3 → 0.1.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xrpl-wallet-kit/browser",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Browser-ready XRPL Wallet Kit bundle for vanilla JavaScript and legacy HTML sites.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  "build": "vite build --mode readable && vite build --mode minified && node -e \"require('node:fs').rmSync('tsconfig.tsbuildinfo',{force:true})\" && tsc -p tsconfig.json"
25
25
  },
26
26
  "dependencies": {
27
- "@xrpl-wallet-kit/client": "0.1.3",
27
+ "@xrpl-wallet-kit/client": "0.1.4",
28
28
  "buffer": "^6.0.3"
29
29
  },
30
30
  "devDependencies": {