@stream-io/video-filters-web 0.8.5 → 0.8.6

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 CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.8.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-web-0.8.5...@stream-io/video-filters-web-0.8.6) (2026-08-07)
6
+
5
7
  ## [0.8.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-web-0.8.4...@stream-io/video-filters-web-0.8.5) (2026-07-30)
6
8
 
7
9
  ### Dependency Updates
package/dist/index.cjs.js CHANGED
@@ -1561,7 +1561,7 @@ const createTFLiteSIMDModule = (__Module) => {
1561
1561
  return __Module.ready;
1562
1562
  };
1563
1563
 
1564
- const version = "0.8.5";
1564
+ const version = "0.8.6";
1565
1565
  const packageName = "@stream-io/video-filters-web";
1566
1566
 
1567
1567
  // @ts-expect-error - module is not declared
package/dist/index.es.js CHANGED
@@ -1559,7 +1559,7 @@ const createTFLiteSIMDModule = (__Module) => {
1559
1559
  return __Module.ready;
1560
1560
  };
1561
1561
 
1562
- const version = "0.8.5";
1562
+ const version = "0.8.6";
1563
1563
  const packageName = "@stream-io/video-filters-web";
1564
1564
 
1565
1565
  // @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.8.5",
3
+ "version": "0.8.6",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",
@@ -36,11 +36,11 @@
36
36
  "@rollup/plugin-replace": "^6.0.3",
37
37
  "@rollup/plugin-typescript": "^12.3.0",
38
38
  "@stream-io/typescript-config": "^0.0.0",
39
- "@types/dom-mediacapture-transform": "^0.1.11",
39
+ "@types/dom-mediacapture-transform": "^0.1.12",
40
40
  "@types/emscripten": "^1.41.5",
41
- "@types/node": "^25.9.3",
41
+ "@types/node": "^25.9.5",
42
42
  "rimraf": "^6.1.3",
43
- "rollup": "^4.60.4",
43
+ "rollup": "^4.62.4",
44
44
  "typescript": "^6.0.3"
45
45
  }
46
46
  }