webitel-sdk 26.4.22 → 26.4.23
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/index.cjs +1 -1
- package/index.cjs.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/package.json +1 -1
- package/socket/task.d.ts +2 -1
- package/socket/task.d.ts.map +1 -1
- package/version.d.ts +1 -1
package/index.mjs
CHANGED
|
@@ -66685,7 +66685,7 @@ _defineProperty(SipPhone$1, "userAgent", `Webitel-Phone/${version$1}`);
|
|
|
66685
66685
|
_defineProperty(SipPhone$1, "sipVersion", version$1);
|
|
66686
66686
|
//#endregion
|
|
66687
66687
|
//#region src/version.ts
|
|
66688
|
-
const version = "26.4.
|
|
66688
|
+
const version = "26.4.23";
|
|
66689
66689
|
//#endregion
|
|
66690
66690
|
//#region src/socket/errors.ts
|
|
66691
66691
|
/**
|