@wistia/vhs 2.56.0-beta.19e1cd13.9d14f00 → 2.56.0-beta.3bf251c5.439ead1
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
|
-
{"version":3,"file":"UseForceUpdateExample.d.ts","sourceRoot":"","sources":["../../../src/hooks/useForceUpdate/UseForceUpdateExample.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UseForceUpdateExample.d.ts","sourceRoot":"","sources":["../../../src/hooks/useForceUpdate/UseForceUpdateExample.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB,+CAiBjC,CAAC"}
|
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.56.0-beta.
|
|
3
|
+
"version": "2.56.0-beta.3bf251c5.439ead1",
|
|
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",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"clean": "shx rm -rf dist stats ./storybook-static ./node_modules/.cache .tsbuildinfo .eslintcache .stylelintcache junit.xml ./coverage ./stats",
|
|
42
42
|
"depcheck": "depcheck .",
|
|
43
43
|
"generate": "node ./scripts/generators/generateComponent.mjs",
|
|
44
|
+
"generate:icon": "node ./scripts/generators/generateIcon.mjs",
|
|
44
45
|
"link:test": "node ./scripts/watchAndCopyBuild.mjs",
|
|
45
46
|
"lint": "yarn lint:code && yarn lint:style",
|
|
46
47
|
"lint:code": "eslint --ext ts,tsx,mts,mjs,cjs,snap --cache .",
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
"outdated": "yarn upgrade-interactive",
|
|
51
52
|
"prepublishOnly": "yarn run build",
|
|
52
53
|
"publint": "node ./scripts/publint.mjs",
|
|
54
|
+
"publish": "node ./scripts/publishVersion.mjs",
|
|
53
55
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host localhost --port 6006",
|
|
54
56
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
55
57
|
"test": "cross-env NODE_ENV=test vitest run",
|