videomail-client 9.3.2 → 9.3.4
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/.vscode/settings.json
CHANGED
|
@@ -3,12 +3,10 @@
|
|
|
3
3
|
"files.trimTrailingWhitespace": true,
|
|
4
4
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
5
5
|
"editor.formatOnSave": true,
|
|
6
|
+
"editor.codeActionsOnSave": {
|
|
7
|
+
"source.fixAll.eslint": "always"
|
|
8
|
+
},
|
|
6
9
|
"prettier.configPath": "./prettier.config.cjs",
|
|
7
|
-
"editor.codeActionsOnSave": [
|
|
8
|
-
// Sort package.json keys with
|
|
9
|
-
// https://marketplace.visualstudio.com/items?itemName=unional.vscode-sort-package-json
|
|
10
|
-
"source.sortPackageJson"
|
|
11
|
-
],
|
|
12
10
|
"cSpell.words": [
|
|
13
11
|
"animitter",
|
|
14
12
|
"autobuffer",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.4",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -62,13 +62,11 @@
|
|
|
62
62
|
"hyperscript": "2.0.2",
|
|
63
63
|
"inherits": "2.0.4",
|
|
64
64
|
"insert-css": "2.0.0",
|
|
65
|
-
"iphone-inline-video": "2.2.2",
|
|
66
65
|
"is-power-of-two": "1.0.0",
|
|
67
66
|
"keymirror": "0.1.1",
|
|
68
|
-
"number-is-integer": "2.0.0",
|
|
69
67
|
"request-frame": "1.5.3",
|
|
70
68
|
"safe-json-stringify": "1.2.0",
|
|
71
|
-
"superagent": "
|
|
69
|
+
"superagent": "10.1.0",
|
|
72
70
|
"ua-parser-js": "1.0.39",
|
|
73
71
|
"websocket-stream": "5.5.2"
|
|
74
72
|
},
|
|
@@ -111,7 +109,7 @@
|
|
|
111
109
|
"postcss": "8.4.47",
|
|
112
110
|
"prettier": "3.3.3",
|
|
113
111
|
"prettier-plugin-curly": "0.2.2",
|
|
114
|
-
"prettier-plugin-organize-imports": "4.
|
|
112
|
+
"prettier-plugin-organize-imports": "4.1.0",
|
|
115
113
|
"prettier-plugin-packagejson": "2.5.2",
|
|
116
114
|
"prettier-plugin-sh": "0.14.0",
|
|
117
115
|
"router": "1.3.8",
|