@stream-io/video-filters-web 0.0.2 → 0.1.0
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 +11 -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,17 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-web-0.0.2...@stream-io/video-filters-web-0.1.0) (2024-04-10)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* **filters:** fixes off-by-one version conflict (#1313)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **filters:** fixes off-by-one version conflict ([#1313](https://github.com/GetStream/stream-video-js/issues/1313)) ([ed801a4](https://github.com/GetStream/stream-video-js/commit/ed801a4275b12165bfd57fe583d39912a27305ee))
|
|
15
|
+
|
|
5
16
|
### [0.0.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-web-0.0.1...@stream-io/video-filters-web-0.0.2) (2024-04-10)
|
|
6
17
|
|
|
7
18
|
|
package/dist/index.cjs.js
CHANGED
|
@@ -1523,7 +1523,7 @@ const createTFLiteSIMDModule = (__Module) => {
|
|
|
1523
1523
|
return __Module.ready;
|
|
1524
1524
|
};
|
|
1525
1525
|
|
|
1526
|
-
const version = "0.0
|
|
1526
|
+
const version = "0.1.0" ;
|
|
1527
1527
|
const packageName = "@stream-io/video-filters-web" ;
|
|
1528
1528
|
|
|
1529
1529
|
// @ts-expect-error - module is not declared
|
package/dist/index.es.js
CHANGED
|
@@ -1521,7 +1521,7 @@ const createTFLiteSIMDModule = (__Module) => {
|
|
|
1521
1521
|
return __Module.ready;
|
|
1522
1522
|
};
|
|
1523
1523
|
|
|
1524
|
-
const version = "0.0
|
|
1524
|
+
const version = "0.1.0" ;
|
|
1525
1525
|
const packageName = "@stream-io/video-filters-web" ;
|
|
1526
1526
|
|
|
1527
1527
|
// @ts-expect-error - module is not declared
|