@pixelverse/strichjs-sdk 1.8.0 → 1.8.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 +9 -3
- package/dist/strich-noesm.js +1 -1
- package/dist/strich.d.ts +7 -0
- package/dist/strich.js +1 -1
- 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.8.1] - 2025-06-04
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Corrected a build system issue that caused the type definition for `EngineConfiguration.duplicateInterval` to be excluded. Special thanks to Johnervan Lee for reporting this issue.
|
|
10
|
+
|
|
5
11
|
## [1.8.0] - 2025-05-27
|
|
6
12
|
|
|
7
13
|
### Added
|
|
@@ -545,12 +551,12 @@ _This is the first public release. A special thank you to all pilot users for ge
|
|
|
545
551
|
|
|
546
552
|
- Added this CHANGELOG.md file to the project.
|
|
547
553
|
|
|
548
|
-
## [0.9.2] 2023-10
|
|
554
|
+
## [0.9.2] 2023-02-10
|
|
549
555
|
|
|
550
556
|
### Changed
|
|
551
557
|
|
|
552
558
|
- Started using `main` instead of `browser` target in `package.json` to avoid problems with SSR frameworks such as Next.js.
|
|
553
559
|
|
|
554
|
-
## [0.9.1] 2023-07
|
|
560
|
+
## [0.9.1] 2023-02-07
|
|
555
561
|
|
|
556
|
-
This is the first
|
|
562
|
+
This is the first release, distributed via NPMJS, for pilot users.
|