@wistia/vhs 4.0.2 → 5.0.0-beta.5c8f6fa33d415.febfc22
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/dist/{index.mjs → index.js} +2 -2
- package/dist/{index.mjs.map → index.js.map} +1 -1
- package/package.json +12 -17
- package/dist/index.cjs +0 -14070
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.mts +0 -3487
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/vhs
|
|
3
|
+
* @license @wistia/vhs v5.0.0-beta.5c8f6fa33d415.febfc22
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -13978,4 +13978,4 @@ export {
|
|
|
13978
13978
|
useToast,
|
|
13979
13979
|
useWindowSize
|
|
13980
13980
|
};
|
|
13981
|
-
//# sourceMappingURL=index.
|
|
13981
|
+
//# sourceMappingURL=index.js.map
|