@wistia/vhs 2.48.1-beta.3acbb1da.35683ac → 2.48.1-beta.59ffb4fc.302785b

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "2.48.1-beta.3acbb1da.35683ac",
3
+ "version": "2.48.1-beta.59ffb4fc.302785b",
4
4
  "packageManager": "yarn@4.1.1",
5
5
  "description": "Visual Hype System",
6
6
  "type": "commonjs",
@@ -8,19 +8,6 @@
8
8
  "module": "dist/index.mjs",
9
9
  "types": "dist/src/index.d.ts",
10
10
  "sideEffects": false,
11
- "exports": {
12
- "./package.json": "./package.json",
13
- ".": {
14
- "require": {
15
- "types": "./dist/src/index.d.ts",
16
- "default": "./dist/index.cjs"
17
- },
18
- "import": {
19
- "types": "./dist/src/index.d.ts",
20
- "default": "./dist/index.mjs"
21
- }
22
- }
23
- },
24
11
  "files": [
25
12
  "dist"
26
13
  ],
@@ -49,7 +36,6 @@
49
36
  "lint:style": "stylelint --cache --cache-location .stylelintcache --report-needless-disables \"**/*.tsx\"",
50
37
  "outdated": "yarn upgrade-interactive",
51
38
  "prepublishOnly": "yarn run build",
52
- "publint": "publint",
53
39
  "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host localhost --port 6006",
54
40
  "storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
55
41
  "test": "cross-env NODE_ENV=test vitest run",
@@ -57,7 +43,8 @@
57
43
  "test:coverage": "yarn run test --coverage=true && open ./coverage/lcov-report/index.html",
58
44
  "test:debug": "echo 'open chrome://inspect/#devices' && cross-env NODE_ENV=test vitest --inspect-brk --no-file-parallelism",
59
45
  "ts:check": "tsc",
60
- "ts:generate": "tsx ./scripts/generateTypes.ts"
46
+ "ts:generate": "tsx ./scripts/generateTypes.ts",
47
+ "ts:progress": "node ./scripts/typescriptMigrationProgress.mjs"
61
48
  },
62
49
  "peerDependencies": {
63
50
  "@types/react": "^17.0 || ^18.0",
@@ -73,11 +60,12 @@
73
60
  "@wistia/type-guards": "^0.0.8",
74
61
  "@wistia/vhs-design-tokens": "^2.1.0",
75
62
  "date-fns": "^3.6.0",
63
+ "escape-html": "^1.0.3",
76
64
  "formik": "^2.4.5",
77
65
  "is-hotkey": "^0.2.0",
66
+ "lodash.isequal": "^4.5.0",
78
67
  "polished": "^4.3.1",
79
68
  "react-aria-live": "^2.0.5",
80
- "react-fast-compare": "^3.2.2",
81
69
  "react-is": "^18.2.0",
82
70
  "react-slider": "^2.0.6",
83
71
  "react-transition-group": "^4.4.5",
@@ -104,6 +92,8 @@
104
92
  "@testing-library/jest-dom": "^6.4.2",
105
93
  "@testing-library/react": "^15.0.1",
106
94
  "@testing-library/user-event": "^14.5.2",
95
+ "@types/escape-html": "^1.0.4",
96
+ "@types/lodash.template": "^4.5.3",
107
97
  "@types/node": "^20.12.7",
108
98
  "@types/react": "18.2.21",
109
99
  "@types/react-dom": "^18.2.24",
@@ -126,9 +116,9 @@
126
116
  "globby": "^14.0.1",
127
117
  "jsdoc-to-markdown": "^8.0.1",
128
118
  "jsdom": "^24.0.0",
119
+ "lodash.camelcase": "^4.3.0",
120
+ "lodash.template": "^4.5.0",
129
121
  "minimist": "^1.2.8",
130
- "pascalcase": "^2.0.0",
131
- "publint": "^0.2.7",
132
122
  "react": "^18.2.0",
133
123
  "react-dom": "^18.2.0",
134
124
  "shx": "^0.3.4",
@@ -1,8 +0,0 @@
1
- /**
2
- * Handle special characters by escaping in the provided text string.
3
- *
4
- * @param {string} stringToEscape - the string to escape
5
- * @return {string} - the escaped string
6
- */
7
- export declare const escapeHtml: (stringToEscape: number | string | null | undefined) => string;
8
- //# sourceMappingURL=escapeHtml.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"escapeHtml.d.ts","sourceRoot":"","sources":["../../../../src/private/helpers/escapeHtml.ts"],"names":[],"mappings":"AASA;;;;;GAKG;AACH,eAAO,MAAM,UAAU,mBAAoB,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,KAAG,MAwC/E,CAAC"}