@wistia/vhs 2.48.1-beta.1841520.8a30c3b → 2.48.1-beta.27b51e9b.fd1581f
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 -1
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.48.1-beta.
|
|
3
|
+
"version": "2.48.1-beta.27b51e9b.fd1581f",
|
|
4
4
|
"packageManager": "yarn@4.1.1",
|
|
5
5
|
"description": "Visual Hype System",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"@testing-library/jest-dom": "^6.4.2",
|
|
105
105
|
"@testing-library/react": "^15.0.1",
|
|
106
106
|
"@testing-library/user-event": "^14.5.2",
|
|
107
|
+
"@types/lodash.template": "^4.5.3",
|
|
107
108
|
"@types/node": "^20.12.7",
|
|
108
109
|
"@types/react": "18.2.21",
|
|
109
110
|
"@types/react-dom": "^18.2.24",
|
|
@@ -126,6 +127,7 @@
|
|
|
126
127
|
"globby": "^14.0.1",
|
|
127
128
|
"jsdoc-to-markdown": "^8.0.1",
|
|
128
129
|
"jsdom": "^24.0.0",
|
|
130
|
+
"lodash.template": "^4.5.0",
|
|
129
131
|
"minimist": "^1.2.8",
|
|
130
132
|
"pascalcase": "^2.0.0",
|
|
131
133
|
"react": "^18.2.0",
|