@multiplayer-app/session-recorder-browser 1.2.10 → 1.2.12
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/browser/index.js +81 -69
- package/dist/browser/index.js.map +1 -1
- package/dist/config/constants.d.ts.map +1 -1
- package/dist/exporters/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +6 -2
- package/dist/index.js.map +1 -1
- package/dist/patch/configs.d.ts.map +1 -0
- package/dist/patch/fetch.d.ts.map +1 -1
- package/dist/patch/index.d.ts.map +1 -1
- package/dist/patch/xhr.d.ts.map +1 -1
- package/dist/sessionRecorder.d.ts.map +1 -1
- package/dist/types/client-type.enum.d.ts.map +1 -0
- package/dist/types/session.d.ts.map +1 -1
- package/dist/utils/session.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -200,6 +200,8 @@
|
|
|
200
200
|
|
|
201
201
|
/*! ./config */
|
|
202
202
|
|
|
203
|
+
/*! ./configs */
|
|
204
|
+
|
|
203
205
|
/*! ./constants */
|
|
204
206
|
|
|
205
207
|
/*! ./constants.base */
|
|
@@ -310,8 +312,6 @@
|
|
|
310
312
|
|
|
311
313
|
/*! ./patch */
|
|
312
314
|
|
|
313
|
-
/*! ./patch/xhr */
|
|
314
|
-
|
|
315
315
|
/*! ./platform */
|
|
316
316
|
|
|
317
317
|
/*! ./polling.js */
|
|
@@ -572,6 +572,10 @@
|
|
|
572
572
|
!*** ./src/types/widget.ts ***!
|
|
573
573
|
\*****************************/
|
|
574
574
|
|
|
575
|
+
/*!******************************!*\
|
|
576
|
+
!*** ./src/patch/configs.ts ***!
|
|
577
|
+
\******************************/
|
|
578
|
+
|
|
575
579
|
/*!******************************!*\
|
|
576
580
|
!*** ./src/types/session.ts ***!
|
|
577
581
|
\******************************/
|