@gala-chain/launchpad-sdk 3.12.2 → 3.12.3
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 +8 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/schemas/files.d.ts +79 -16
- package/dist/schemas/files.d.ts.map +1 -1
- package/dist/utils/multipart.d.ts.map +1 -1
- package/package.json +5 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.12.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9b8e019: Fix CommonJS File API references causing ReferenceError in Node.js 18+. Implement lazy
|
|
8
|
+
schema evaluation and Node.js-aware Rollup configuration to properly handle browser File API only
|
|
9
|
+
in browser environments, eliminating need for user-side polyfills.
|
|
10
|
+
|
|
3
11
|
## 3.12.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|