@stream-io/video-filters-web 0.2.0 → 0.2.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/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-web-0.2.0...@stream-io/video-filters-web-0.2.1) (2025-05-15)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- enable chore releases ([#1792](https://github.com/GetStream/stream-video-js/issues/1792)) ([6046654](https://github.com/GetStream/stream-video-js/commit/6046654fe19505a1c115a4fb838759d010540614))
|
|
10
|
+
|
|
5
11
|
## [0.2.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-web-0.1.7...@stream-io/video-filters-web-0.2.0) (2025-05-08)
|
|
6
12
|
|
|
7
13
|
### Features
|
package/dist/index.cjs.js
CHANGED
|
@@ -1533,7 +1533,7 @@ const createTFLiteSIMDModule = (__Module) => {
|
|
|
1533
1533
|
return __Module.ready;
|
|
1534
1534
|
};
|
|
1535
1535
|
|
|
1536
|
-
const version = "0.2.
|
|
1536
|
+
const version = "0.2.1";
|
|
1537
1537
|
const packageName = "@stream-io/video-filters-web";
|
|
1538
1538
|
|
|
1539
1539
|
// @ts-expect-error - module is not declared
|
package/dist/index.es.js
CHANGED
|
@@ -1531,7 +1531,7 @@ const createTFLiteSIMDModule = (__Module) => {
|
|
|
1531
1531
|
return __Module.ready;
|
|
1532
1532
|
};
|
|
1533
1533
|
|
|
1534
|
-
const version = "0.2.
|
|
1534
|
+
const version = "0.2.1";
|
|
1535
1535
|
const packageName = "@stream-io/video-filters-web";
|
|
1536
1536
|
|
|
1537
1537
|
// @ts-expect-error - module is not declared
|