videomail-client 10.0.16 → 10.0.17
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/error.d.ts +1 -0
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -17811,7 +17811,7 @@ function __webpack_require__(moduleId) {
|
|
|
17811
17811
|
var is_power_of_two = __webpack_require__("./node_modules/is-power-of-two/index.js");
|
|
17812
17812
|
var is_power_of_two_default = /*#__PURE__*/ __webpack_require__.n(is_power_of_two);
|
|
17813
17813
|
var package_namespaceObject = {
|
|
17814
|
-
i8: "10.0.
|
|
17814
|
+
i8: "10.0.17"
|
|
17815
17815
|
}; // CONCATENATED MODULE: ./src/types/env.ts
|
|
17816
17816
|
// ... and these actually define the runtime mode of Node.js and are
|
|
17817
17817
|
// set either in package.json, via Jest or in the Dockerfile
|
package/dist/esm/index.js
CHANGED
|
@@ -5590,7 +5590,7 @@ function isPromise_isPromise(anything) {
|
|
|
5590
5590
|
}
|
|
5591
5591
|
/* ESM default export */ const isPromise = isPromise_isPromise;
|
|
5592
5592
|
var package_namespaceObject = {
|
|
5593
|
-
i8: "10.0.
|
|
5593
|
+
i8: "10.0.17"
|
|
5594
5594
|
}; // CONCATENATED MODULE: ./src/types/env.ts
|
|
5595
5595
|
// ... and these actually define the runtime mode of Node.js and are
|
|
5596
5596
|
// set either in package.json, via Jest or in the Dockerfile
|
|
@@ -14,6 +14,7 @@ export interface VideomailErrorData {
|
|
|
14
14
|
status?: number | undefined;
|
|
15
15
|
stack?: string | undefined;
|
|
16
16
|
errStringified?: string | undefined;
|
|
17
|
+
event?: Event | undefined;
|
|
17
18
|
eventStringified?: string | undefined;
|
|
18
19
|
}
|
|
19
20
|
export interface FullVideomailErrorData extends VideomailErrorData {
|
package/dist/umd/index.js
CHANGED
|
@@ -5755,7 +5755,7 @@
|
|
|
5755
5755
|
var external_is_power_of_two_ = __webpack_require__("is-power-of-two");
|
|
5756
5756
|
var external_is_power_of_two_default = /*#__PURE__*/ __webpack_require__.n(external_is_power_of_two_);
|
|
5757
5757
|
var package_namespaceObject = {
|
|
5758
|
-
i8: "10.0.
|
|
5758
|
+
i8: "10.0.17"
|
|
5759
5759
|
}; // CONCATENATED MODULE: ./src/util/getNodeEnv.ts
|
|
5760
5760
|
function getNodeEnv() {
|
|
5761
5761
|
return "production";
|