@stream-io/video-filters-web 0.1.3 → 0.1.4

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,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-web-0.1.3...@stream-io/video-filters-web-0.1.4) (2024-09-19)
6
+
7
+
8
+ ### Features
9
+
10
+ * React SDK cold-start optimizations ([#1488](https://github.com/GetStream/stream-video-js/issues/1488)) ([972e579](https://github.com/GetStream/stream-video-js/commit/972e5792b5a131a212b1031ade76dcb383897a46))
11
+
5
12
  ### [0.1.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-filters-web-0.1.2...@stream-io/video-filters-web-0.1.3) (2024-07-02)
6
13
 
7
14
 
package/dist/index.cjs.js CHANGED
@@ -1031,7 +1031,7 @@ const createTFLiteSIMDModule = (__Module) => {
1031
1031
  }
1032
1032
 
1033
1033
  function getBinaryPromise() {
1034
- if (!wasmBinary && (ENVIRONMENT_IS_WEB )) {
1034
+ if (!wasmBinary && (ENVIRONMENT_IS_WEB)) {
1035
1035
  if (typeof fetch == 'function') {
1036
1036
  return fetch(wasmBinaryFile, { credentials: 'same-origin' })
1037
1037
  .then(function (response) {
@@ -1259,7 +1259,7 @@ const createTFLiteSIMDModule = (__Module) => {
1259
1259
  for (var i = 0; i < str.length; ++i) {
1260
1260
  HEAP8[buffer++ >> 0] = str.charCodeAt(i);
1261
1261
  }
1262
- if (!dontAddNull) HEAP8[buffer >> 0] = 0;
1262
+ HEAP8[buffer >> 0] = 0;
1263
1263
  }
1264
1264
 
1265
1265
  function _environ_get(__environ, environ_buf) {
@@ -1538,8 +1538,8 @@ const createTFLiteSIMDModule = (__Module) => {
1538
1538
  return __Module.ready;
1539
1539
  };
1540
1540
 
1541
- const version = "0.1.3" ;
1542
- const packageName = "@stream-io/video-filters-web" ;
1541
+ const version = "0.1.4";
1542
+ const packageName = "@stream-io/video-filters-web";
1543
1543
 
1544
1544
  // @ts-expect-error - module is not declared
1545
1545
  // This is a WebAssembly module compiled from the TensorFlow Lite C++ library.