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.cjs
CHANGED
|
@@ -66710,7 +66710,7 @@ _defineProperty(SipPhone$1, "userAgent", `Webitel-Phone/${version$1}`);
|
|
|
66710
66710
|
_defineProperty(SipPhone$1, "sipVersion", version$1);
|
|
66711
66711
|
//#endregion
|
|
66712
66712
|
//#region src/version.ts
|
|
66713
|
-
const version = "26.4.
|
|
66713
|
+
const version = "26.4.23";
|
|
66714
66714
|
//#endregion
|
|
66715
66715
|
//#region src/socket/errors.ts
|
|
66716
66716
|
/**
|