@spotify-confidence/session-recording 0.18.1 → 0.18.2
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 +10 -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,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.2](https://github.com/spotify/confidence-sdk-js/compare/session-recording-v0.18.1...session-recording-v0.18.2) (2026-07-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @spotify-confidence/csr-common bumped to 0.18.1
|
|
11
|
+
* @spotify-confidence/csr-recorder bumped to 0.17.7
|
|
12
|
+
|
|
3
13
|
## [0.18.1](https://github.com/spotify/confidence-sdk-js/compare/session-recording-v0.18.0...session-recording-v0.18.1) (2026-07-01)
|
|
4
14
|
|
|
5
15
|
|
package/dist/index.cjs
CHANGED
|
@@ -13153,7 +13153,7 @@ function writeCounter(counter) {
|
|
|
13153
13153
|
}
|
|
13154
13154
|
//#endregion
|
|
13155
13155
|
//#region src/version.ts
|
|
13156
|
-
const SDK_VERSION = "0.18.
|
|
13156
|
+
const SDK_VERSION = "0.18.2";
|
|
13157
13157
|
//#endregion
|
|
13158
13158
|
//#region src/index.ts
|
|
13159
13159
|
const DEFAULT_API_URL = "https://recording.confidence.dev";
|
package/dist/index.js
CHANGED
|
@@ -13134,7 +13134,7 @@ function writeCounter(counter) {
|
|
|
13134
13134
|
}
|
|
13135
13135
|
//#endregion
|
|
13136
13136
|
//#region src/version.ts
|
|
13137
|
-
const SDK_VERSION = "0.18.
|
|
13137
|
+
const SDK_VERSION = "0.18.2";
|
|
13138
13138
|
//#endregion
|
|
13139
13139
|
//#region src/index.ts
|
|
13140
13140
|
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.2",
|
|
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.1",
|
|
39
|
+
"@spotify-confidence/csr-recorder": "0.17.7"
|
|
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.2';
|