videomail-client 10.2.0 → 10.2.2
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 +263 -81
- package/dist/esm/index.d.ts +2 -1
- package/dist/esm/index.js +5 -12
- package/dist/umd/index.js +263 -81
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.2",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -68,35 +68,35 @@
|
|
|
68
68
|
"is-power-of-two": "1.0.0",
|
|
69
69
|
"nanoevents": "9.1.0",
|
|
70
70
|
"superagent": "10.1.1",
|
|
71
|
-
"ua-parser-js": "2.0.
|
|
71
|
+
"ua-parser-js": "2.0.2",
|
|
72
72
|
"websocket-stream": "5.5.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@chromatic-com/storybook": "3.2.4",
|
|
76
|
-
"@eslint/js": "9.
|
|
76
|
+
"@eslint/js": "9.20.0",
|
|
77
77
|
"@rsbuild/plugin-node-polyfill": "1.3.0",
|
|
78
78
|
"@rsbuild/plugin-stylus": "1.0.7",
|
|
79
79
|
"@rsdoctor/rspack-plugin": "0.4.13",
|
|
80
|
-
"@rslib/core": "0.4.
|
|
81
|
-
"@storybook/addon-a11y": "8.5.
|
|
80
|
+
"@rslib/core": "0.4.1",
|
|
81
|
+
"@storybook/addon-a11y": "8.5.4",
|
|
82
82
|
"@storybook/addon-console": "3.0.0",
|
|
83
|
-
"@storybook/addon-essentials": "8.5.
|
|
84
|
-
"@storybook/addon-interactions": "8.5.
|
|
85
|
-
"@storybook/addon-links": "8.5.
|
|
86
|
-
"@storybook/html": "8.5.
|
|
87
|
-
"@storybook/manager-api": "8.5.
|
|
88
|
-
"@storybook/theming": "8.5.
|
|
83
|
+
"@storybook/addon-essentials": "8.5.4",
|
|
84
|
+
"@storybook/addon-interactions": "8.5.4",
|
|
85
|
+
"@storybook/addon-links": "8.5.4",
|
|
86
|
+
"@storybook/html": "8.5.4",
|
|
87
|
+
"@storybook/manager-api": "8.5.4",
|
|
88
|
+
"@storybook/theming": "8.5.4",
|
|
89
89
|
"@tsconfig/node22": "22.0.0",
|
|
90
90
|
"@tsconfig/strictest": "2.0.5",
|
|
91
91
|
"@types/defined": "1.0.2",
|
|
92
|
-
"@types/node": "22.13.
|
|
92
|
+
"@types/node": "22.13.1",
|
|
93
93
|
"@types/superagent": "8.1.9",
|
|
94
94
|
"@types/ua-parser-js": "0.7.39",
|
|
95
|
-
"@vitest/eslint-plugin": "1.1.
|
|
95
|
+
"@vitest/eslint-plugin": "1.1.28",
|
|
96
96
|
"audit-ci": "7.1.0",
|
|
97
97
|
"chromatic": "11.25.2",
|
|
98
98
|
"cross-env": "7.0.3",
|
|
99
|
-
"eslint": "9.
|
|
99
|
+
"eslint": "9.20.1",
|
|
100
100
|
"eslint-import-resolver-typescript": "3.7.0",
|
|
101
101
|
"eslint-plugin-depend": "0.12.0",
|
|
102
102
|
"eslint-plugin-import-x": "4.6.1",
|
|
@@ -108,15 +108,15 @@
|
|
|
108
108
|
"jsdom": "26.0.0",
|
|
109
109
|
"msw": "2.7.0",
|
|
110
110
|
"msw-storybook-addon": "2.0.4",
|
|
111
|
-
"prettier": "3.
|
|
111
|
+
"prettier": "3.5.0",
|
|
112
112
|
"prettier-plugin-curly": "0.3.1",
|
|
113
113
|
"prettier-plugin-packagejson": "2.5.8",
|
|
114
114
|
"prettier-plugin-sh": "0.14.0",
|
|
115
115
|
"release-it": "18.1.2",
|
|
116
|
-
"storybook": "8.5.
|
|
117
|
-
"storybook-html-rsbuild": "0.1.
|
|
116
|
+
"storybook": "8.5.4",
|
|
117
|
+
"storybook-html-rsbuild": "0.1.9",
|
|
118
118
|
"typescript": "5.7.3",
|
|
119
|
-
"typescript-eslint": "8.
|
|
119
|
+
"typescript-eslint": "8.24.0",
|
|
120
120
|
"vitest": "2.1.8"
|
|
121
121
|
},
|
|
122
122
|
"engines": {
|