@pixelverse/strichjs-sdk 1.12.0 → 1.12.1
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 +6 -0
- package/dist/strich-noesm.js +20 -3143
- package/dist/strich.js +20 -3143
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
|
|
4
4
|
|
|
5
|
+
## [1.12.1] - 2025-12-05
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Rolled back binary-encoded WebAssembly to use Base64 encoding instead of UTF-8 due to errors in some customer installations.
|
|
10
|
+
|
|
5
11
|
## [1.12.0] - 2025-12-04
|
|
6
12
|
|
|
7
13
|
### Added
|