@lightsparkdev/lightspark-sdk 1.8.5 → 1.8.6
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 +10 -0
- package/dist/env.js +0 -1
- package/dist/index.cjs +5 -1815
- package/dist/index.js +5 -11
- package/dist/objects/index.js +0 -1
- package/package.json +3 -3
- package/src/webhooks.ts +2 -7
- package/dist/chunk-FTA5RKYX.js +0 -8
- package/dist/text-encoding-3OZOB4NR.js +0 -1805
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @lightsparkdev/lightspark-sdk
|
|
2
2
|
|
|
3
|
+
## 1.8.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1a063b6: - Remove text-encoding dependency previously needed for React Native support
|
|
8
|
+
- Updated dependencies [1a063b6]
|
|
9
|
+
- Updated dependencies [1a063b6]
|
|
10
|
+
- @lightsparkdev/core@1.2.4
|
|
11
|
+
- @lightsparkdev/crypto-wasm@0.1.7
|
|
12
|
+
|
|
3
13
|
## 1.8.5
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|