@wistia/vhs 2.56.0-beta.ecd2a26a.416734b → 2.57.0-beta.047e2be5.6110765
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/components/Icon/icons/index.d.ts +2 -2
- package/dist/components/Icon/icons/index.d.ts.map +1 -1
- package/dist/components/Menu/MenuItem.d.ts +3 -1
- package/dist/components/Menu/MenuItem.d.ts.map +1 -1
- package/dist/hooks/useForceUpdate/UseForceUpdateExample.d.ts.map +1 -1
- package/dist/index.cjs +347 -332
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +332 -317
- package/dist/index.mjs.map +4 -4
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.57.0-beta.047e2be5.6110765",
|
|
4
4
|
"packageManager": "yarn@4.2.2",
|
|
5
5
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"outdated": "yarn upgrade-interactive",
|
|
52
52
|
"prepublishOnly": "yarn run build",
|
|
53
53
|
"publint": "node ./scripts/publint.mjs",
|
|
54
|
+
"bump-version": "node ./scripts/bumpVersion.mjs",
|
|
54
55
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host localhost --port 6006",
|
|
55
56
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
56
57
|
"test": "cross-env NODE_ENV=test vitest run",
|