@wistia/ui 0.18.5-beta.d3ab7905.82504a5 → 0.18.5-beta.f5440f40.c7ef63f
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/ui",
|
|
3
|
-
"version": "0.18.5-beta.
|
|
3
|
+
"version": "0.18.5-beta.f5440f40.c7ef63f",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
"prepack": "yarn run build",
|
|
40
40
|
"publint": "publint-check",
|
|
41
41
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6006 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
|
|
42
|
-
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet
|
|
42
|
+
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
43
|
+
"storybook:build:llms": "yarn storybook:build && yarn llms:extract",
|
|
43
44
|
"test": "vitest",
|
|
44
45
|
"docgen-output": "node ../../scripts/test-docgen.mjs",
|
|
45
46
|
"test:ci": "vitest run --coverage",
|