@wix/video 1.82.0 → 1.83.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.
@@ -1 +1 @@
1
- {"generatedAt":1767166893846,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Turborepo","packageManager":{"type":"yarn","version":"4.12.0"},"typescriptOptions":{"check":false,"reactDocgen":false},"language":"typescript","storybookPackages":{"@wix/yoshi-storybook-dependencies":{"version":"6.163.0"}},"framework":{},"addons":{"@storybook/addon-controls":{"version":"6.5.16"},"@storybook/addon-docs":{"version":"6.5.16"}}}
1
+ {"generatedAt":1767513113540,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Turborepo","packageManager":{"type":"yarn","version":"4.12.0"},"typescriptOptions":{"check":false,"reactDocgen":false},"language":"typescript","storybookPackages":{"@wix/yoshi-storybook-dependencies":{"version":"6.163.0"}},"framework":{},"addons":{"@storybook/addon-controls":{"version":"6.5.16"},"@storybook/addon-docs":{"version":"6.5.16"}}}
@@ -1,4 +1,4 @@
1
1
  {
2
- "video.css": "https://static.parastorage.com/services/video/8c89fba18ac82dfff4803c74686d3a861fa50653d377ea8c48e31e3b/video.css",
3
- "video.js": "https://static.parastorage.com/services/video/8c89fba18ac82dfff4803c74686d3a861fa50653d377ea8c48e31e3b/video.umd.js"
2
+ "video.css": "https://static.parastorage.com/services/video/0491a30f8ecf789e08a3eb51c33cb6f7516a5e5576359282eca34ed7/video.css",
3
+ "video.js": "https://static.parastorage.com/services/video/0491a30f8ecf789e08a3eb51c33cb6f7516a5e5576359282eca34ed7/video.umd.js"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "video.css": "https://static.parastorage.com/services/video/8c89fba18ac82dfff4803c74686d3a861fa50653d377ea8c48e31e3b/video.min.css",
3
- "video.js": "https://static.parastorage.com/services/video/8c89fba18ac82dfff4803c74686d3a861fa50653d377ea8c48e31e3b/video.umd.min.js"
2
+ "video.css": "https://static.parastorage.com/services/video/0491a30f8ecf789e08a3eb51c33cb6f7516a5e5576359282eca34ed7/video.min.css",
3
+ "video.js": "https://static.parastorage.com/services/video/0491a30f8ecf789e08a3eb51c33cb6f7516a5e5576359282eca34ed7/video.umd.min.js"
4
4
  }
@@ -523,7 +523,7 @@ module.exports = _typeof, module.exports.__esModule = true, module.exports["defa
523
523
  /******/
524
524
  /******/ /* webpack/runtime/publicPath */
525
525
  /******/ (() => {
526
- /******/ __webpack_require__.p = "https://static.parastorage.com/services/video/8c89fba18ac82dfff4803c74686d3a861fa50653d377ea8c48e31e3b/";
526
+ /******/ __webpack_require__.p = "https://static.parastorage.com/services/video/0491a30f8ecf789e08a3eb51c33cb6f7516a5e5576359282eca34ed7/";
527
527
  /******/ })();
528
528
  /******/
529
529
  /******/ /* webpack/runtime/jsonp chunk loading */
@@ -2587,7 +2587,7 @@ const autoEncodeTemplate = template `,enc_auto`;
2587
2587
  const AVIFEncodeTemplate = template `,enc_avif`;
2588
2588
  const pAVIFEncodeTemplate = template `,enc_pavif`;
2589
2589
  const animatedTransformTemplate = template `,pstr`;
2590
- const animatedGIFTransformTemplate = template `,anm_-1`;
2590
+ const animatedGIFTransformTemplate = template `,anm_all`;
2591
2591
  /**
2592
2592
  * returns image transform uri
2593
2593
  * @param {object} transformsObj
@@ -2683,7 +2683,7 @@ function getImageURI(transformsObj) {
2683
2683
  transformsStr += animatedTransformTemplate(transformsObj);
2684
2684
  }
2685
2685
  else if (isGif && allowFullGIFTransformation) {
2686
- // Non-placeholder flow + GIF + flag enabled: use anm_-1
2686
+ // Non-placeholder flow + GIF + flag enabled: use anm_all
2687
2687
  transformsStr += animatedGIFTransformTemplate(transformsObj);
2688
2688
  }
2689
2689
  }