@xswap-link/sdk 0.10.12 → 0.10.14
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/CHANGELOG.md +12 -0
- package/dist/index.global.js +456 -456
- package/package.json +2 -1
- package/polyfills/buffer.js +9 -0
- package/tsup.config.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @xswap-link/xswap-sdk
|
|
2
2
|
|
|
3
|
+
## 0.10.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 77a5ec5: Remove condition for Buffer polyfill
|
|
8
|
+
|
|
9
|
+
## 0.10.13
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5db5901: Added optional `Buffer` polyfill for browser-only environments. Enable with `window.XSwapSDKConfig = { enableBufferPolyfill: true }` before loading the SDK.
|
|
14
|
+
|
|
3
15
|
## 0.10.12
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|