epicenter-libs 3.31.0-beta.1 → 3.31.0
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/CHANGELOG.md +20 -0
- package/dist/browser/{cometd-acd4ed9d.js → cometd-a3514bb3.js} +2 -2
- package/dist/browser/{cometd-acd4ed9d.js.map → cometd-a3514bb3.js.map} +1 -1
- package/dist/browser/{epicenter-6dbc1da9.js → epicenter-f24c175a.js} +6 -6
- package/dist/browser/{epicenter-6dbc1da9.js.map → epicenter-f24c175a.js.map} +1 -1
- package/dist/browser/epicenter.js +1 -1
- package/dist/cjs/{cometd-ebbe05cc.js → cometd-8470760c.js} +2 -2
- package/dist/cjs/{cometd-ebbe05cc.js.map → cometd-8470760c.js.map} +1 -1
- package/dist/cjs/{epicenter-75cdb854.js → epicenter-0e52cceb.js} +6 -6
- package/dist/cjs/{epicenter-75cdb854.js.map → epicenter-0e52cceb.js.map} +1 -1
- package/dist/cjs/epicenter.js +1 -1
- package/dist/epicenter.js +2 -2
- package/dist/epicenter.js.map +1 -1
- package/dist/epicenter.min.js +1 -1
- package/dist/module/{cometd-ff06a302.js → cometd-bc441143.js} +2 -2
- package/dist/module/{cometd-ff06a302.js.map → cometd-bc441143.js.map} +1 -1
- package/dist/module/{epicenter-ce6c721b.js → epicenter-af78756e.js} +6 -6
- package/dist/module/{epicenter-ce6c721b.js.map → epicenter-af78756e.js.map} +1 -1
- package/dist/module/epicenter.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# [3.31.0](https://github.com/forio/epicenter-libs/compare/v3.30.0...v3.31.0) (2025-09-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add babel logical assignment plugin; export types ([0ef029d](https://github.com/forio/epicenter-libs/commit/0ef029d0b9bec61f441fc383df611a7772db1fd3))
|
|
7
|
+
* add comments ([3f54e37](https://github.com/forio/epicenter-libs/commit/3f54e37d6f2f75da3c9c6ee11ffc531d8d877120))
|
|
8
|
+
* fix babel config ([1b556d6](https://github.com/forio/epicenter-libs/commit/1b556d6b6e1f4a9b5d871dae7096eaa8244cf801))
|
|
9
|
+
* resolve cometd reconnection issues and improve error handling ([f4d6429](https://github.com/forio/epicenter-libs/commit/f4d642915d119a6c2f4bf016aaac750fc2139865))
|
|
10
|
+
* resolve sass deprecation warnings ([70181b2](https://github.com/forio/epicenter-libs/commit/70181b2afa1f48b0478fad4fb2b544757e87e852))
|
|
11
|
+
* update phylogeny enum ([1e73898](https://github.com/forio/epicenter-libs/commit/1e738988a0ed13fcf3909d2353c07515db21e7c7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* add presenceAdapter.disconnect method ([32d998b](https://github.com/forio/epicenter-libs/commit/32d998b4debe3f93e2e4216fe3a0052f4e1902e0))
|
|
17
|
+
* add vaultAdapter.updateProperties method ([c5e4b15](https://github.com/forio/epicenter-libs/commit/c5e4b152a88034d26e2750beb337d2dc6ef4f457))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
1
21
|
# [3.30.0](https://github.com/forio/epicenter-libs/compare/v3.29.0...v3.30.0) (2025-07-18)
|
|
2
22
|
|
|
3
23
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as createCommonjsModule, g as getDefaultExportFromCjs } from './epicenter-
|
|
1
|
+
import { c as createCommonjsModule, g as getDefaultExportFromCjs } from './epicenter-f24c175a.js';
|
|
2
2
|
|
|
3
3
|
var classApplyDescriptorGet = createCommonjsModule(function (module) {
|
|
4
4
|
function _classApplyDescriptorGet(receiver, descriptor) {
|
|
@@ -4395,4 +4395,4 @@ class TimeSyncExtension extends Extension {
|
|
|
4395
4395
|
}
|
|
4396
4396
|
|
|
4397
4397
|
export { AckExtension, BinaryExtension, CallbackPollingTransport, CometD, Extension, LongPollingTransport, ReloadExtension, RequestTransport, TimeStampExtension, TimeSyncExtension, Transport, WebSocketTransport };
|
|
4398
|
-
//# sourceMappingURL=cometd-
|
|
4398
|
+
//# sourceMappingURL=cometd-a3514bb3.js.map
|