Fix release changeset package names (#1807)

This commit is contained in:
Justin Halsall
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 62d2f8504c
commit c8b9a522d1

View File

@@ -1,16 +1,21 @@
--- ---
"all": patch "@rrweb/all": patch
"packer": patch "@rrweb/packer": patch
"plugins": patch "@rrweb/rrweb-plugin-canvas-webrtc-record": patch
"record": patch "@rrweb/rrweb-plugin-canvas-webrtc-replay": patch
"replay": patch "@rrweb/rrweb-plugin-console-record": patch
"@rrweb/rrweb-plugin-console-replay": patch
"@rrweb/rrweb-plugin-sequential-id-record": patch
"@rrweb/rrweb-plugin-sequential-id-replay": patch
"@rrweb/record": patch
"@rrweb/replay": patch
"rrdom": patch "rrdom": patch
"rrdom-nodejs": patch "rrdom-nodejs": patch
"rrweb": patch "rrweb": patch
"rrweb-player": patch "rrweb-player": patch
"rrweb-snapshot": patch "rrweb-snapshot": patch
"types": patch "@rrweb/types": patch
"utils": patch "@rrweb/utils": patch
--- ---
Provide a /umd/ output folder alongside the /dist/ one so that we can serve UMD (Universal Module Definition) files with a .js extension, without upsetting expectations set by package.json that all .js files in /dist/ are modules Provide a /umd/ output folder alongside the /dist/ one so that we can serve UMD (Universal Module Definition) files with a .js extension, without upsetting expectations set by package.json that all .js files in /dist/ are modules