@wistia/vhs 2.62.0-beta.0777e663.cd76af5 → 2.62.0-beta.74671ef8.938e371

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 VHS v2.62.0-beta.0777e663.cd76af5
3
+ * @license VHS v2.62.0-beta.74671ef8.938e371
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license VHS v2.62.0-beta.0777e663.cd76af5
3
+ * @license VHS v2.62.0-beta.74671ef8.938e371
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "2.62.0-beta.0777e663.cd76af5",
3
+ "version": "2.62.0-beta.74671ef8.938e371",
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.ts",
15
+ "types": "./dist/index.d.mts",
16
16
  "default": "./dist/index.mjs"
17
17
  },
18
18
  "require": {
19
- "types": "./dist/index.d.ts",
19
+ "types": "./dist/index.d.cts",
20
20
  "default": "./dist/index.cjs"
21
21
  }
22
22
  }