videomail-client 15.0.0 → 15.0.1
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 +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +9 -9
package/dist/cjs/index.cjs
CHANGED
|
@@ -10920,7 +10920,7 @@ var __webpack_exports__ = {};
|
|
|
10920
10920
|
var client = __webpack_require__(5734);
|
|
10921
10921
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10922
10922
|
var package_namespaceObject = {
|
|
10923
|
-
rE: "15.0.
|
|
10923
|
+
rE: "15.0.1"
|
|
10924
10924
|
};
|
|
10925
10925
|
function isAudioEnabled(options) {
|
|
10926
10926
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.js
CHANGED
package/dist/umd/index.js
CHANGED
|
@@ -10926,7 +10926,7 @@
|
|
|
10926
10926
|
var client = __webpack_require__(5734);
|
|
10927
10927
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10928
10928
|
var package_namespaceObject = {
|
|
10929
|
-
rE: "15.0.
|
|
10929
|
+
rE: "15.0.1"
|
|
10930
10930
|
};
|
|
10931
10931
|
function isAudioEnabled(options) {
|
|
10932
10932
|
return Boolean(options.audio.enabled);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.1",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, for Deaf and Sign Language!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
"@rsbuild/plugin-stylus": "2.0.1",
|
|
83
83
|
"@rsdoctor/rspack-plugin": "1.6.0",
|
|
84
84
|
"@rslib/core": "0.23.2",
|
|
85
|
-
"@storybook/addon-a11y": "10.5.
|
|
86
|
-
"@storybook/addon-docs": "10.5.
|
|
87
|
-
"@storybook/addon-links": "10.5.
|
|
88
|
-
"@storybook/html": "10.5.
|
|
89
|
-
"@tsconfig/
|
|
85
|
+
"@storybook/addon-a11y": "10.5.2",
|
|
86
|
+
"@storybook/addon-docs": "10.5.2",
|
|
87
|
+
"@storybook/addon-links": "10.5.2",
|
|
88
|
+
"@storybook/html": "10.5.2",
|
|
89
|
+
"@tsconfig/node26": "26.0.0",
|
|
90
90
|
"@tsconfig/strictest": "2.0.8",
|
|
91
91
|
"@types/defined": "1.0.2",
|
|
92
92
|
"@types/node": "26.1.1",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"eslint-plugin-import-x": "4.17.1",
|
|
104
104
|
"eslint-plugin-package-json": "1.6.0",
|
|
105
105
|
"eslint-plugin-regexp": "3.1.1",
|
|
106
|
-
"eslint-plugin-simple-import-sort": "
|
|
106
|
+
"eslint-plugin-simple-import-sort": "14.0.0",
|
|
107
107
|
"globals": "17.7.0",
|
|
108
108
|
"jsdom": "29.1.1",
|
|
109
109
|
"msw": "2.15.0",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"prettier-plugin-packagejson": "3.0.2",
|
|
115
115
|
"prettier-plugin-sh": "0.19.0",
|
|
116
116
|
"release-it": "20.2.1",
|
|
117
|
-
"storybook": "10.5.
|
|
117
|
+
"storybook": "10.5.2",
|
|
118
118
|
"storybook-html-rsbuild": "3.3.4",
|
|
119
119
|
"type-fest": "5.8.0",
|
|
120
120
|
"typescript": "6.0.3",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
},
|
|
124
124
|
"engines": {
|
|
125
125
|
"node": "^26.5.0",
|
|
126
|
-
"npm": "
|
|
126
|
+
"npm": ">=11.16.0"
|
|
127
127
|
},
|
|
128
128
|
"msw": {
|
|
129
129
|
"workerDirectory": [
|