videomail-client 11.0.5 → 11.0.7
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/cjs/index.cjs +142 -121
- package/dist/esm/index.js +60 -54
- package/dist/esm/util/html/isHidden.d.ts +2 -0
- package/dist/esm/wrappers/form.d.ts +1 -1
- package/dist/esm/wrappers/visuals.d.ts +1 -1
- package/dist/umd/index.js +142 -121
- package/package.json +11 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.7",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -65,22 +65,21 @@
|
|
|
65
65
|
"defined": "1.0.1",
|
|
66
66
|
"document-visibility": "1.0.1",
|
|
67
67
|
"get-form-data": "3.0.0",
|
|
68
|
-
"hidden": "1.1.1",
|
|
69
68
|
"is-power-of-two": "1.0.0",
|
|
70
69
|
"nanoevents": "9.1.0",
|
|
71
70
|
"serialize-error": "12.0.0",
|
|
72
71
|
"superagent": "10.2.3",
|
|
73
|
-
"ua-parser-js": "2.0.
|
|
72
|
+
"ua-parser-js": "2.0.5",
|
|
74
73
|
"websocket-stream": "5.5.2"
|
|
75
74
|
},
|
|
76
75
|
"devDependencies": {
|
|
77
76
|
"@chromatic-com/storybook": "4.1.1",
|
|
78
77
|
"@eslint/config-inspector": "1.2.0",
|
|
79
|
-
"@eslint/js": "9.
|
|
78
|
+
"@eslint/js": "9.35.0",
|
|
80
79
|
"@rsbuild/plugin-node-polyfill": "1.4.2",
|
|
81
80
|
"@rsbuild/plugin-stylus": "1.2.0",
|
|
82
81
|
"@rsdoctor/rspack-plugin": "1.2.3",
|
|
83
|
-
"@rslib/core": "0.
|
|
82
|
+
"@rslib/core": "0.13.2",
|
|
84
83
|
"@storybook/addon-a11y": "9.1.3",
|
|
85
84
|
"@storybook/addon-docs": "9.1.3",
|
|
86
85
|
"@storybook/addon-links": "9.1.3",
|
|
@@ -91,23 +90,23 @@
|
|
|
91
90
|
"@types/node": "22.15.30",
|
|
92
91
|
"@types/superagent": "8.1.9",
|
|
93
92
|
"@types/ua-parser-js": "0.7.39",
|
|
94
|
-
"@vitest/eslint-plugin": "1.3.
|
|
93
|
+
"@vitest/eslint-plugin": "1.3.9",
|
|
95
94
|
"audit-ci": "7.1.0",
|
|
96
|
-
"chromatic": "13.1.
|
|
95
|
+
"chromatic": "13.1.4",
|
|
97
96
|
"cross-env": "10.0.0",
|
|
98
|
-
"eslint": "9.
|
|
97
|
+
"eslint": "9.35.0",
|
|
99
98
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
100
99
|
"eslint-plugin-de-morgan": "1.3.1",
|
|
101
100
|
"eslint-plugin-depend": "1.2.0",
|
|
102
101
|
"eslint-plugin-import-x": "4.16.1",
|
|
103
|
-
"eslint-plugin-package-json": "0.56.
|
|
102
|
+
"eslint-plugin-package-json": "0.56.2",
|
|
104
103
|
"eslint-plugin-promise": "7.2.1",
|
|
105
104
|
"eslint-plugin-regexp": "2.10.0",
|
|
106
105
|
"eslint-plugin-security": "3.0.1",
|
|
107
106
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
108
107
|
"eslint-plugin-storybook": "9.1.3",
|
|
109
|
-
"globals": "16.
|
|
110
|
-
"jsdom": "
|
|
108
|
+
"globals": "16.4.0",
|
|
109
|
+
"jsdom": "27.0.0",
|
|
111
110
|
"msw": "2.11.1",
|
|
112
111
|
"msw-storybook-addon": "2.0.5",
|
|
113
112
|
"prettier": "3.6.2",
|
|
@@ -117,7 +116,7 @@
|
|
|
117
116
|
"release-it": "19.0.4",
|
|
118
117
|
"storybook": "9.1.3",
|
|
119
118
|
"storybook-html-rsbuild": "2.0.4",
|
|
120
|
-
"type-fest": "
|
|
119
|
+
"type-fest": "5.0.0",
|
|
121
120
|
"typescript": "5.9.2",
|
|
122
121
|
"typescript-eslint": "8.41.0",
|
|
123
122
|
"vitest": "3.2.4"
|