@wistia/vhs 3.0.0-beta.5377fe87.174b8ce → 3.0.0-beta.62ed0134.3dfae82

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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/vhs v3.0.0-beta.5377fe87.174b8ce
3
+ * @license @wistia/vhs v3.0.0-beta.62ed0134.3dfae82
4
4
  *
5
5
  * Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
6
6
  *
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/vhs v3.0.0-beta.5377fe87.174b8ce
3
+ * @license @wistia/vhs v3.0.0-beta.62ed0134.3dfae82
4
4
  *
5
5
  * Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "3.0.0-beta.5377fe87.174b8ce",
3
+ "version": "3.0.0-beta.62ed0134.3dfae82",
4
4
  "description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -45,7 +45,7 @@
45
45
  "link:test": "node ./scripts/watchAndCopyBuild.mjs",
46
46
  "prepack": "yarn run build",
47
47
  "publint_": "publint-check",
48
- "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6007 $([ -n \"$CLOUD_DEV_TUNNEL\" ] && echo '--no-open')",
48
+ "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6007 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
49
49
  "storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
50
50
  "test": "vitest",
51
51
  "test:ci": "vitest run --coverage",