videomail-client 13.8.18 → 13.8.19
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 +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/reaction.d.ts +1 -1
- package/dist/umd/index.js +2 -2
- package/package.json +3 -3
package/dist/cjs/index.cjs
CHANGED
|
@@ -10853,7 +10853,7 @@ var __webpack_exports__ = {};
|
|
|
10853
10853
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10854
10854
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10855
10855
|
var package_namespaceObject = {
|
|
10856
|
-
rE: "13.8.
|
|
10856
|
+
rE: "13.8.19"
|
|
10857
10857
|
};
|
|
10858
10858
|
function isAudioEnabled(options) {
|
|
10859
10859
|
return Boolean(options.audio.enabled);
|
|
@@ -19386,7 +19386,7 @@ var __webpack_exports__ = {};
|
|
|
19386
19386
|
},
|
|
19387
19387
|
GRINNING_SWEAT: {
|
|
19388
19388
|
key: "grinningSweat",
|
|
19389
|
-
label: "
|
|
19389
|
+
label: "Whew!"
|
|
19390
19390
|
},
|
|
19391
19391
|
ANGER: {
|
|
19392
19392
|
key: "anger",
|
package/dist/esm/index.js
CHANGED
|
@@ -3613,7 +3613,7 @@ const constants = {
|
|
|
3613
3613
|
}
|
|
3614
3614
|
};
|
|
3615
3615
|
var package_namespaceObject = {
|
|
3616
|
-
rE: "13.8.
|
|
3616
|
+
rE: "13.8.19"
|
|
3617
3617
|
};
|
|
3618
3618
|
function isAudioEnabled(options) {
|
|
3619
3619
|
return Boolean(options.audio.enabled);
|
|
@@ -8491,7 +8491,7 @@ const Reactions = {
|
|
|
8491
8491
|
},
|
|
8492
8492
|
GRINNING_SWEAT: {
|
|
8493
8493
|
key: "grinningSweat",
|
|
8494
|
-
label: "
|
|
8494
|
+
label: "Whew!"
|
|
8495
8495
|
},
|
|
8496
8496
|
ANGER: {
|
|
8497
8497
|
key: "anger",
|
package/dist/umd/index.js
CHANGED
|
@@ -10859,7 +10859,7 @@
|
|
|
10859
10859
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10860
10860
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10861
10861
|
var package_namespaceObject = {
|
|
10862
|
-
rE: "13.8.
|
|
10862
|
+
rE: "13.8.19"
|
|
10863
10863
|
};
|
|
10864
10864
|
function isAudioEnabled(options) {
|
|
10865
10865
|
return Boolean(options.audio.enabled);
|
|
@@ -19015,7 +19015,7 @@
|
|
|
19015
19015
|
},
|
|
19016
19016
|
GRINNING_SWEAT: {
|
|
19017
19017
|
key: "grinningSweat",
|
|
19018
|
-
label: "
|
|
19018
|
+
label: "Whew!"
|
|
19019
19019
|
},
|
|
19020
19020
|
ANGER: {
|
|
19021
19021
|
key: "anger",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "13.8.
|
|
3
|
+
"version": "13.8.19",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
110
110
|
"globals": "17.5.0",
|
|
111
111
|
"jsdom": "29.0.2",
|
|
112
|
-
"msw": "2.13.
|
|
112
|
+
"msw": "2.13.4",
|
|
113
113
|
"msw-storybook-addon": "2.0.7",
|
|
114
114
|
"prettier": "3.8.3",
|
|
115
115
|
"prettier-plugin-curly": "0.4.1",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"release-it": "20.0.0",
|
|
120
120
|
"storybook": "10.3.5",
|
|
121
121
|
"storybook-html-rsbuild": "3.3.3",
|
|
122
|
-
"type-fest": "5.
|
|
122
|
+
"type-fest": "5.6.0",
|
|
123
123
|
"typescript": "5.9.3",
|
|
124
124
|
"typescript-eslint": "8.58.2",
|
|
125
125
|
"vitest": "4.1.4"
|