videomail-client 10.2.28 → 10.2.29
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 +2 -1
- package/dist/umd/index.js +1 -1
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -14128,7 +14128,7 @@ var __webpack_exports__ = {};
|
|
|
14128
14128
|
}
|
|
14129
14129
|
const wrappers_form = Form;
|
|
14130
14130
|
var package_namespaceObject = {
|
|
14131
|
-
i8: "10.2.
|
|
14131
|
+
i8: "10.2.29"
|
|
14132
14132
|
};
|
|
14133
14133
|
function resource_define_property(obj, key, value) {
|
|
14134
14134
|
if (key in obj) Object.defineProperty(obj, key, {
|
package/dist/esm/index.js
CHANGED
|
@@ -4075,7 +4075,7 @@ class Form extends util_Despot {
|
|
|
4075
4075
|
}
|
|
4076
4076
|
const wrappers_form = Form;
|
|
4077
4077
|
var package_namespaceObject = {
|
|
4078
|
-
i8: "10.2.
|
|
4078
|
+
i8: "10.2.29"
|
|
4079
4079
|
};
|
|
4080
4080
|
function findOriginalExc(exc) {
|
|
4081
4081
|
if (exc instanceof Error && "response" in exc) {
|
|
@@ -10,7 +10,8 @@ interface Videomail {
|
|
|
10
10
|
correctUrl: string;
|
|
11
11
|
dateCreated: number;
|
|
12
12
|
dateCreatedPretty: string;
|
|
13
|
-
dateUpdated
|
|
13
|
+
dateUpdated?: number;
|
|
14
|
+
dateUpdatedPretty?: string;
|
|
14
15
|
expiresAfter: number;
|
|
15
16
|
expiresAfterIso: string;
|
|
16
17
|
expiresAfterPretty: string;
|
package/dist/umd/index.js
CHANGED
|
@@ -14095,7 +14095,7 @@
|
|
|
14095
14095
|
}
|
|
14096
14096
|
const wrappers_form = Form;
|
|
14097
14097
|
var package_namespaceObject = {
|
|
14098
|
-
i8: "10.2.
|
|
14098
|
+
i8: "10.2.29"
|
|
14099
14099
|
};
|
|
14100
14100
|
function findOriginalExc(exc) {
|
|
14101
14101
|
if (exc instanceof Error && "response" in exc) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.29",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@tsconfig/node22": "22.0.1",
|
|
91
91
|
"@tsconfig/strictest": "2.0.5",
|
|
92
92
|
"@types/defined": "1.0.2",
|
|
93
|
-
"@types/node": "22.
|
|
93
|
+
"@types/node": "22.15.0",
|
|
94
94
|
"@types/superagent": "8.1.9",
|
|
95
95
|
"@types/ua-parser-js": "0.7.39",
|
|
96
96
|
"@vitest/eslint-plugin": "1.1.43",
|