@wistia/vhs 2.62.0-beta.0777e663.cd76af5 → 2.62.0-beta.6c5c2f85.5eb4da7
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 +4 -4
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.62.0-beta.
|
|
3
|
+
"version": "2.62.0-beta.6c5c2f85.5eb4da7",
|
|
4
4
|
"packageManager": "yarn@4.3.1",
|
|
5
5
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"./package.json": "./package.json",
|
|
13
13
|
".": {
|
|
14
14
|
"import": {
|
|
15
|
-
"types": "./dist/index.d.
|
|
15
|
+
"types": "./dist/index.d.mts",
|
|
16
16
|
"default": "./dist/index.mjs"
|
|
17
17
|
},
|
|
18
18
|
"require": {
|
|
19
|
-
"types": "./dist/index.d.
|
|
19
|
+
"types": "./dist/index.d.cts",
|
|
20
20
|
"default": "./dist/index.cjs"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build": "shx rm -rf dist && yarn build:src && yarn build:types",
|
|
33
33
|
"build:analyze": "yarn build:src --metafile && esbuild-visualizer --metadata ./stats/esbuild-stats.json --filename ./stats/esbuild-stats.html",
|
|
34
34
|
"build:src": "cross-env NODE_ENV=production ./esbuild.config.mjs",
|
|
35
|
-
"build:types": "tsc --project tsconfig.build.json",
|
|
35
|
+
"build:types": "tsc --project tsconfig.build.json && node ./scripts/postBuild.mjs",
|
|
36
36
|
"build:watch:types": "tsc --watch --project tsconfig.build.json",
|
|
37
37
|
"build:watch:src": "cross-env NODE_ENV=development ./esbuild.config.mjs --watch",
|
|
38
38
|
"build:watch": "concurrently \"yarn build:watch:src\" \"yarn build:watch:types\"",
|