@wistia/vhs 2.48.2-beta.42e12d2c.fb26280 → 2.48.2-beta.e3c8d436.4fea88a
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.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -2
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.48.2-beta.
|
|
3
|
+
"version": "2.48.2-beta.e3c8d436.4fea88a",
|
|
4
4
|
"packageManager": "yarn@4.1.1",
|
|
5
5
|
"description": "Visual Hype System",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"lint:style": "stylelint --cache --cache-location .stylelintcache --report-needless-disables \"**/*.tsx\"",
|
|
50
50
|
"outdated": "yarn upgrade-interactive",
|
|
51
51
|
"prepublishOnly": "yarn run build",
|
|
52
|
-
"publint": "publint
|
|
52
|
+
"publint": "publint",
|
|
53
53
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host localhost --port 6006",
|
|
54
54
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
55
55
|
"test": "cross-env NODE_ENV=test vitest run",
|
|
@@ -109,6 +109,7 @@
|
|
|
109
109
|
"@types/react-dom": "^18.2.24",
|
|
110
110
|
"@types/react-transition-group": "^4.4.10",
|
|
111
111
|
"@types/styled-components": "^5.1.34",
|
|
112
|
+
"@types/throttle-debounce": "^5.0.2",
|
|
112
113
|
"@types/uuid": "^9.0.8",
|
|
113
114
|
"@vitejs/plugin-react": "^4.2.1",
|
|
114
115
|
"@vitest/coverage-istanbul": "^1.4.0",
|