videomail-client 15.0.0 → 15.0.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.
@@ -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.0"
10923
+ rE: "15.0.2"
10924
10924
  };
10925
10925
  function isAudioEnabled(options) {
10926
10926
  return Boolean(options.audio.enabled);
@@ -17096,7 +17096,8 @@ var __webpack_exports__ = {};
17096
17096
  function isVirtualCamera(videoTrack) {
17097
17097
  const capabilities = videoTrack.getCapabilities();
17098
17098
  if (!capabilities.frameRate) return true;
17099
- return VIRTUAL_KEYWORDS.some((keyword)=>videoTrack.label.toLowerCase().includes(keyword));
17099
+ const isVirtual = VIRTUAL_KEYWORDS.some((keyword)=>videoTrack.label.toLowerCase().includes(keyword));
17100
+ return isVirtual;
17100
17101
  }
17101
17102
  const util_isVirtualCamera = isVirtualCamera;
17102
17103
  function userMedia_define_property(obj, key, value) {
package/dist/esm/index.js CHANGED
@@ -3620,7 +3620,7 @@ const constants = {
3620
3620
  }
3621
3621
  };
3622
3622
  var package_namespaceObject = {
3623
- rE: "15.0.0"
3623
+ rE: "15.0.2"
3624
3624
  };
3625
3625
  function isAudioEnabled(options) {
3626
3626
  return Boolean(options.audio.enabled);
@@ -6187,7 +6187,8 @@ const VIRTUAL_KEYWORDS = [
6187
6187
  function isVirtualCamera(videoTrack) {
6188
6188
  const capabilities = videoTrack.getCapabilities();
6189
6189
  if (!capabilities.frameRate) return true;
6190
- return VIRTUAL_KEYWORDS.some((keyword)=>videoTrack.label.toLowerCase().includes(keyword));
6190
+ const isVirtual = VIRTUAL_KEYWORDS.some((keyword)=>videoTrack.label.toLowerCase().includes(keyword));
6191
+ return isVirtual;
6191
6192
  }
6192
6193
  const util_isVirtualCamera = isVirtualCamera;
6193
6194
  function userMedia_define_property(obj, key, value) {
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.0"
10929
+ rE: "15.0.2"
10930
10930
  };
10931
10931
  function isAudioEnabled(options) {
10932
10932
  return Boolean(options.audio.enabled);
@@ -16849,7 +16849,8 @@
16849
16849
  function isVirtualCamera(videoTrack) {
16850
16850
  const capabilities = videoTrack.getCapabilities();
16851
16851
  if (!capabilities.frameRate) return true;
16852
- return VIRTUAL_KEYWORDS.some((keyword)=>videoTrack.label.toLowerCase().includes(keyword));
16852
+ const isVirtual = VIRTUAL_KEYWORDS.some((keyword)=>videoTrack.label.toLowerCase().includes(keyword));
16853
+ return isVirtual;
16853
16854
  }
16854
16855
  const util_isVirtualCamera = isVirtualCamera;
16855
16856
  const EVENT_ASCII = "|—O—|";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "15.0.0",
3
+ "version": "15.0.2",
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",
@@ -68,7 +68,7 @@
68
68
  "document-visibility": "1.0.1",
69
69
  "get-form-data": "3.0.0",
70
70
  "is-power-of-two": "1.0.0",
71
- "nanoevents": "9.1.0",
71
+ "nanoevents": "10.0.0",
72
72
  "serialize-error": "13.0.1",
73
73
  "superagent": "10.3.0",
74
74
  "ua-parser-js": "2.0.10",
@@ -76,54 +76,54 @@
76
76
  },
77
77
  "devDependencies": {
78
78
  "@chromatic-com/storybook": "5.2.1",
79
- "@eslint/config-inspector": "3.1.0",
79
+ "@eslint/config-inspector": "3.1.1",
80
80
  "@eslint/js": "10.0.1",
81
81
  "@rsbuild/plugin-node-polyfill": "1.4.6",
82
82
  "@rsbuild/plugin-stylus": "2.0.1",
83
- "@rsdoctor/rspack-plugin": "1.6.0",
83
+ "@rsdoctor/rspack-plugin": "1.6.1",
84
84
  "@rslib/core": "0.23.2",
85
- "@storybook/addon-a11y": "10.5.0",
86
- "@storybook/addon-docs": "10.5.0",
87
- "@storybook/addon-links": "10.5.0",
88
- "@storybook/html": "10.5.0",
89
- "@tsconfig/node24": "24.0.4",
85
+ "@storybook/addon-a11y": "10.5.5",
86
+ "@storybook/addon-docs": "10.5.5",
87
+ "@storybook/addon-links": "10.5.5",
88
+ "@storybook/html": "10.5.5",
89
+ "@tsconfig/node26": "26.0.0",
90
90
  "@tsconfig/strictest": "2.0.8",
91
91
  "@types/defined": "1.0.2",
92
- "@types/node": "26.1.1",
92
+ "@types/node": "26.1.2",
93
93
  "@types/superagent": "8.1.11",
94
94
  "@types/ua-parser-js": "0.7.39",
95
- "@vitest/eslint-plugin": "1.6.23",
95
+ "@vitest/eslint-plugin": "1.6.24",
96
96
  "audit-ci": "7.1.0",
97
- "chromatic": "18.0.1",
97
+ "chromatic": "18.1.0",
98
98
  "cross-env": "10.1.0",
99
- "eslint": "10.7.0",
99
+ "eslint": "10.8.0",
100
100
  "eslint-import-resolver-typescript": "4.4.5",
101
101
  "eslint-plugin-de-morgan": "2.1.3",
102
102
  "eslint-plugin-depend": "1.5.0",
103
103
  "eslint-plugin-import-x": "4.17.1",
104
- "eslint-plugin-package-json": "1.6.0",
104
+ "eslint-plugin-package-json": "1.6.2",
105
105
  "eslint-plugin-regexp": "3.1.1",
106
- "eslint-plugin-simple-import-sort": "13.0.0",
107
- "globals": "17.7.0",
108
- "jsdom": "29.1.1",
106
+ "eslint-plugin-simple-import-sort": "14.0.0",
107
+ "globals": "17.8.0",
108
+ "jsdom": "30.0.1",
109
109
  "msw": "2.15.0",
110
110
  "msw-storybook-addon": "2.0.7",
111
- "prettier": "3.9.5",
111
+ "prettier": "3.9.6",
112
112
  "prettier-plugin-curly": "0.4.1",
113
113
  "prettier-plugin-jsdoc": "1.8.1",
114
114
  "prettier-plugin-packagejson": "3.0.2",
115
115
  "prettier-plugin-sh": "0.19.0",
116
- "release-it": "20.2.1",
117
- "storybook": "10.5.0",
116
+ "release-it": "21.0.0",
117
+ "storybook": "10.5.5",
118
118
  "storybook-html-rsbuild": "3.3.4",
119
119
  "type-fest": "5.8.0",
120
120
  "typescript": "6.0.3",
121
- "typescript-eslint": "8.64.0",
121
+ "typescript-eslint": "8.65.0",
122
122
  "vitest": "4.1.10"
123
123
  },
124
124
  "engines": {
125
125
  "node": "^26.5.0",
126
- "npm": "^11.16.0"
126
+ "npm": ">=11.16.0"
127
127
  },
128
128
  "msw": {
129
129
  "workerDirectory": [