@stream-io/video-filters-web 0.3.0 → 0.4.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 +6 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +2 -2
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.4.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-web-0.3.0...@stream-io/video-filters-web-0.4.0) (2025-10-30)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- Migrate logger to js-toolkit logger implementation ([#1959](https://github.com/GetStream/stream-video-js/issues/1959)) ([5a424f7](https://github.com/GetStream/stream-video-js/commit/5a424f72cec2a8cbc0bfa23147d9988ab9bfbdc1))
|
|
10
|
+
|
|
5
11
|
## [0.3.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-web-0.2.2...@stream-io/video-filters-web-0.3.0) (2025-10-14)
|
|
6
12
|
|
|
7
13
|
### Features
|
package/dist/index.cjs.js
CHANGED
|
@@ -1543,7 +1543,7 @@ const createTFLiteSIMDModule = (__Module) => {
|
|
|
1543
1543
|
return __Module.ready;
|
|
1544
1544
|
};
|
|
1545
1545
|
|
|
1546
|
-
const version = "0.
|
|
1546
|
+
const version = "0.4.0";
|
|
1547
1547
|
const packageName = "@stream-io/video-filters-web";
|
|
1548
1548
|
|
|
1549
1549
|
// @ts-expect-error - module is not declared
|
package/dist/index.es.js
CHANGED
|
@@ -1541,7 +1541,7 @@ const createTFLiteSIMDModule = (__Module) => {
|
|
|
1541
1541
|
return __Module.ready;
|
|
1542
1542
|
};
|
|
1543
1543
|
|
|
1544
|
-
const version = "0.
|
|
1544
|
+
const version = "0.4.0";
|
|
1545
1545
|
const packageName = "@stream-io/video-filters-web";
|
|
1546
1546
|
|
|
1547
1547
|
// @ts-expect-error - module is not declared
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-filters-web",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"main": "./dist/index.cjs.js",
|
|
5
5
|
"module": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"CHANGELOG.md"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@stream-io/worker-timer": "^1.2.
|
|
30
|
+
"@stream-io/worker-timer": "^1.2.5",
|
|
31
31
|
"wasm-feature-detect": "^1.8.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|