@wistia/vhs 2.48.1-beta.cf2a69e3.bd525b9 → 2.48.1-beta.e3086f3b.978892b
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 +57 -57
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -6
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.48.1-beta.
|
|
3
|
+
"version": "2.48.1-beta.e3086f3b.978892b",
|
|
4
4
|
"packageManager": "yarn@4.1.1",
|
|
5
|
-
"description": "Visual Hype System
|
|
6
|
-
"type": "
|
|
5
|
+
"description": "Visual Hype System",
|
|
6
|
+
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.cjs",
|
|
8
8
|
"module": "dist/index.mjs",
|
|
9
9
|
"types": "dist/src/index.d.ts",
|
|
10
|
+
"sideEffects": false,
|
|
10
11
|
"exports": {
|
|
11
12
|
"./package.json": "./package.json",
|
|
12
13
|
".": {
|
|
@@ -20,7 +21,6 @@
|
|
|
20
21
|
}
|
|
21
22
|
}
|
|
22
23
|
},
|
|
23
|
-
"sideEffects": false,
|
|
24
24
|
"files": [
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
@@ -49,7 +49,6 @@
|
|
|
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",
|
|
53
52
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host localhost --port 6006",
|
|
54
53
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
55
54
|
"test": "cross-env NODE_ENV=test vitest run",
|
|
@@ -129,7 +128,6 @@
|
|
|
129
128
|
"jsdom": "^24.0.0",
|
|
130
129
|
"minimist": "^1.2.8",
|
|
131
130
|
"pascalcase": "^2.0.0",
|
|
132
|
-
"publint": "^0.2.7",
|
|
133
131
|
"react": "^18.2.0",
|
|
134
132
|
"react-dom": "^18.2.0",
|
|
135
133
|
"shx": "^0.3.4",
|