videomail-client 13.7.7 → 13.7.8
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/esm/types/Videomail.d.ts +1 -0
- package/dist/esm/wrappers/form.d.ts +2 -0
- package/dist/umd/index.js +1 -1
- package/package.json +13 -13
package/dist/cjs/index.cjs
CHANGED
|
@@ -10826,7 +10826,7 @@ var __webpack_exports__ = {};
|
|
|
10826
10826
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10827
10827
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10828
10828
|
var package_namespaceObject = {
|
|
10829
|
-
rE: "13.7.
|
|
10829
|
+
rE: "13.7.8"
|
|
10830
10830
|
};
|
|
10831
10831
|
function isAudioEnabled(options) {
|
|
10832
10832
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.js
CHANGED
|
@@ -153,6 +153,7 @@ declare class Form extends Despot {
|
|
|
153
153
|
userKey?: string | false;
|
|
154
154
|
} | undefined;
|
|
155
155
|
};
|
|
156
|
+
public?: boolean;
|
|
156
157
|
editUrl?: string;
|
|
157
158
|
repeatUrl?: string;
|
|
158
159
|
};
|
|
@@ -293,6 +294,7 @@ declare class Form extends Despot {
|
|
|
293
294
|
userKey?: string | false;
|
|
294
295
|
} | undefined;
|
|
295
296
|
};
|
|
297
|
+
public?: boolean;
|
|
296
298
|
editUrl?: string;
|
|
297
299
|
repeatUrl?: string;
|
|
298
300
|
};
|
package/dist/umd/index.js
CHANGED
|
@@ -10832,7 +10832,7 @@
|
|
|
10832
10832
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10833
10833
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10834
10834
|
var package_namespaceObject = {
|
|
10835
|
-
rE: "13.7.
|
|
10835
|
+
rE: "13.7.8"
|
|
10836
10836
|
};
|
|
10837
10837
|
function isAudioEnabled(options) {
|
|
10838
10838
|
return Boolean(options.audio.enabled);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "13.7.
|
|
3
|
+
"version": "13.7.8",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
"@eslint/js": "9.39.2",
|
|
81
81
|
"@rsbuild/plugin-node-polyfill": "1.4.4",
|
|
82
82
|
"@rsbuild/plugin-stylus": "1.3.0",
|
|
83
|
-
"@rsdoctor/rspack-plugin": "1.5.
|
|
83
|
+
"@rsdoctor/rspack-plugin": "1.5.3",
|
|
84
84
|
"@rslib/core": "0.19.6",
|
|
85
|
-
"@storybook/addon-a11y": "10.2.
|
|
86
|
-
"@storybook/addon-docs": "10.2.
|
|
87
|
-
"@storybook/addon-links": "10.2.
|
|
88
|
-
"@storybook/html": "10.2.
|
|
85
|
+
"@storybook/addon-a11y": "10.2.15",
|
|
86
|
+
"@storybook/addon-docs": "10.2.15",
|
|
87
|
+
"@storybook/addon-links": "10.2.15",
|
|
88
|
+
"@storybook/html": "10.2.15",
|
|
89
89
|
"@tsconfig/node24": "24.0.4",
|
|
90
90
|
"@tsconfig/strictest": "2.0.8",
|
|
91
91
|
"@types/defined": "1.0.2",
|
|
@@ -94,34 +94,34 @@
|
|
|
94
94
|
"@types/ua-parser-js": "0.7.39",
|
|
95
95
|
"@vitest/eslint-plugin": "1.6.9",
|
|
96
96
|
"audit-ci": "7.1.0",
|
|
97
|
-
"chromatic": "15.
|
|
97
|
+
"chromatic": "15.2.0",
|
|
98
98
|
"cross-env": "10.1.0",
|
|
99
99
|
"eslint": "9.39.2",
|
|
100
100
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
101
|
-
"eslint-plugin-de-morgan": "2.
|
|
101
|
+
"eslint-plugin-de-morgan": "2.1.1",
|
|
102
102
|
"eslint-plugin-depend": "1.4.0",
|
|
103
103
|
"eslint-plugin-import-x": "4.16.1",
|
|
104
104
|
"eslint-plugin-markdownlint": "0.9.0",
|
|
105
|
-
"eslint-plugin-package-json": "0.89.
|
|
105
|
+
"eslint-plugin-package-json": "0.89.2",
|
|
106
106
|
"eslint-plugin-promise": "7.2.1",
|
|
107
107
|
"eslint-plugin-regexp": "3.0.0",
|
|
108
108
|
"eslint-plugin-security": "4.0.0",
|
|
109
109
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
110
|
-
"globals": "17.
|
|
110
|
+
"globals": "17.4.0",
|
|
111
111
|
"jsdom": "28.1.0",
|
|
112
112
|
"msw": "2.12.10",
|
|
113
113
|
"msw-storybook-addon": "2.0.6",
|
|
114
114
|
"prettier": "3.8.1",
|
|
115
115
|
"prettier-plugin-curly": "0.4.1",
|
|
116
116
|
"prettier-plugin-jsdoc": "1.8.0",
|
|
117
|
-
"prettier-plugin-packagejson": "3.0.
|
|
117
|
+
"prettier-plugin-packagejson": "3.0.1",
|
|
118
118
|
"prettier-plugin-sh": "0.18.0",
|
|
119
119
|
"release-it": "19.2.4",
|
|
120
|
-
"storybook": "10.2.
|
|
120
|
+
"storybook": "10.2.15",
|
|
121
121
|
"storybook-html-rsbuild": "3.2.2",
|
|
122
122
|
"type-fest": "5.4.4",
|
|
123
123
|
"typescript": "5.9.3",
|
|
124
|
-
"typescript-eslint": "8.
|
|
124
|
+
"typescript-eslint": "8.56.1",
|
|
125
125
|
"vitest": "4.0.18"
|
|
126
126
|
},
|
|
127
127
|
"engines": {
|