@spotify-confidence/session-recording 0.18.4 → 0.18.6
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.6](https://github.com/spotify/confidence-sdk-js/compare/session-recording-v0.18.5...session-recording-v0.18.6) (2026-08-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @spotify-confidence/csr-common bumped to 0.18.5
|
|
11
|
+
* @spotify-confidence/csr-recorder bumped to 0.17.11
|
|
12
|
+
|
|
13
|
+
## [0.18.5](https://github.com/spotify/confidence-sdk-js/compare/session-recording-v0.18.4...session-recording-v0.18.5) (2026-08-05)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* The following workspace dependencies were updated
|
|
19
|
+
* dependencies
|
|
20
|
+
* @spotify-confidence/csr-common bumped to 0.18.4
|
|
21
|
+
* @spotify-confidence/csr-recorder bumped to 0.17.10
|
|
22
|
+
|
|
3
23
|
## [0.18.4](https://github.com/spotify/confidence-sdk-js/compare/session-recording-v0.18.3...session-recording-v0.18.4) (2026-07-16)
|
|
4
24
|
|
|
5
25
|
|
package/dist/index.cjs
CHANGED
|
@@ -13235,7 +13235,7 @@ function writeCounter(counter) {
|
|
|
13235
13235
|
}
|
|
13236
13236
|
//#endregion
|
|
13237
13237
|
//#region src/version.ts
|
|
13238
|
-
const SDK_VERSION = "0.18.
|
|
13238
|
+
const SDK_VERSION = "0.18.6";
|
|
13239
13239
|
//#endregion
|
|
13240
13240
|
//#region src/index.ts
|
|
13241
13241
|
const DEFAULT_API_URL = "https://recording.confidence.dev";
|
package/dist/index.js
CHANGED
|
@@ -13216,7 +13216,7 @@ function writeCounter(counter) {
|
|
|
13216
13216
|
}
|
|
13217
13217
|
//#endregion
|
|
13218
13218
|
//#region src/version.ts
|
|
13219
|
-
const SDK_VERSION = "0.18.
|
|
13219
|
+
const SDK_VERSION = "0.18.6";
|
|
13220
13220
|
//#endregion
|
|
13221
13221
|
//#region src/index.ts
|
|
13222
13222
|
const DEFAULT_API_URL = "https://recording.confidence.dev";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotify-confidence/session-recording",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "0.18.
|
|
4
|
+
"version": "0.18.6",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/spotify/confidence-sdk-js.git",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@spotify-confidence/csr-common": "0.18.
|
|
39
|
-
"@spotify-confidence/csr-recorder": "0.17.
|
|
38
|
+
"@spotify-confidence/csr-common": "0.18.5",
|
|
39
|
+
"@spotify-confidence/csr-recorder": "0.17.11"
|
|
40
40
|
},
|
|
41
41
|
"module": "./dist/index.js",
|
|
42
42
|
"exports": {
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = '0.18.
|
|
1
|
+
export const SDK_VERSION = '0.18.6';
|