videomail-client 13.3.0 → 13.3.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.
@@ -10664,7 +10664,7 @@ var __webpack_exports__ = {};
10664
10664
  var client = __webpack_require__("./node_modules/superagent/lib/client.js");
10665
10665
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10666
10666
  var package_namespaceObject = {
10667
- rE: "13.3.0"
10667
+ rE: "13.3.1"
10668
10668
  };
10669
10669
  var defined = __webpack_require__("./node_modules/defined/index.js");
10670
10670
  var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
package/dist/esm/index.js CHANGED
@@ -3606,7 +3606,7 @@ const constants = {
3606
3606
  }
3607
3607
  };
3608
3608
  var package_namespaceObject = {
3609
- rE: "13.3.0"
3609
+ rE: "13.3.1"
3610
3610
  };
3611
3611
  function canPlayType_canPlayType(video, type) {
3612
3612
  const canPlayType = video.canPlayType(`video/${type}`);
@@ -15,6 +15,10 @@ export interface VideomailErrorData {
15
15
  status?: number | undefined;
16
16
  stack?: string | undefined;
17
17
  type?: string | undefined;
18
+ blockedURI?: string | undefined;
19
+ effectiveDirective?: string | undefined;
20
+ violatedDirective?: string | undefined;
21
+ originalPolicy?: string | undefined;
18
22
  }
19
23
  interface VideomailErrorVersions {
20
24
  videomailNinjaFormPlugin?: string | undefined;
package/dist/umd/index.js CHANGED
@@ -10670,7 +10670,7 @@
10670
10670
  var client = __webpack_require__("./node_modules/superagent/lib/client.js");
10671
10671
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10672
10672
  var package_namespaceObject = {
10673
- rE: "13.3.0"
10673
+ rE: "13.3.1"
10674
10674
  };
10675
10675
  var defined = __webpack_require__("./node_modules/defined/index.js");
10676
10676
  var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "13.3.0",
3
+ "version": "13.3.1",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",
@@ -79,7 +79,7 @@
79
79
  "@eslint/js": "9.39.1",
80
80
  "@rsbuild/plugin-node-polyfill": "1.4.2",
81
81
  "@rsbuild/plugin-stylus": "1.2.0",
82
- "@rsdoctor/rspack-plugin": "1.3.7",
82
+ "@rsdoctor/rspack-plugin": "1.3.8",
83
83
  "@rslib/core": "0.17.0",
84
84
  "@storybook/addon-a11y": "9.1.16",
85
85
  "@storybook/addon-docs": "9.1.16",
@@ -91,7 +91,7 @@
91
91
  "@types/node": "22.18.6",
92
92
  "@types/superagent": "8.1.9",
93
93
  "@types/ua-parser-js": "0.7.39",
94
- "@vitest/eslint-plugin": "1.4.0",
94
+ "@vitest/eslint-plugin": "1.4.1",
95
95
  "audit-ci": "7.1.0",
96
96
  "chromatic": "13.3.3",
97
97
  "cross-env": "10.1.0",
@@ -114,13 +114,13 @@
114
114
  "prettier-plugin-curly": "0.4.0",
115
115
  "prettier-plugin-packagejson": "2.5.19",
116
116
  "prettier-plugin-sh": "0.18.0",
117
- "release-it": "19.0.5",
117
+ "release-it": "19.0.6",
118
118
  "storybook": "9.1.16",
119
119
  "storybook-html-rsbuild": "2.1.4",
120
120
  "type-fest": "5.2.0",
121
121
  "typescript": "5.9.3",
122
122
  "typescript-eslint": "8.41.0",
123
- "vitest": "4.0.6"
123
+ "vitest": "4.0.7"
124
124
  },
125
125
  "engines": {
126
126
  "node": "^22.20.0",