Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"great-cows-camp",
"grumpy-ways-own",
"happy-carrots-hide",
"harder-faster-stronger",
"hip-worms-relax",
"hungry-dodos-taste",
"inlineImage-maybeNot-crossOrigin",
Expand Down
6 changes: 6 additions & 0 deletions packages/ws-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rrwebcloud/js-client

## 2.0.0-alpha.24

### Patch Changes

- [`a66e961`](https://github.com/rrweb-cloud/rrweb/commit/a66e961f142de5436431932f668e93dfc9c392fc) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - 🔧 improve how fallback from websockets to POST works. Add a public stop function

## 2.0.0-alpha.23

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ws-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrwebcloud/js-client",
"version": "2.0.0-alpha.23",
"version": "2.0.0-alpha.24",
"publishConfig": {
"access": "public"
},
Expand All @@ -19,7 +19,7 @@
"test": "yarn test:headless",
"test:watch": "yarn build && cross-env PUPPETEER_HEADLESS=true yarn vitest --exclude test/benchmark",
"test:update": "yarn test:headless --update",
"retest:update": "cross-env PUPPETEER_HEADLESS=true yarn retest --update",
"retest:update": "cross-env PUPPETEER_HEADLESS=true yarn retest --update",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build",
"lint": "yarn eslint src/**/*.ts"
Expand Down