Skip to content

Commit

Permalink
Merge branch '@juice10/vite' of https://github.com/rrweb-io/rrweb int…
Browse files Browse the repository at this point in the history
…o @juice10/vite
  • Loading branch information
Juice10 committed May 14, 2024
2 parents 397bd94 + 2685dd8 commit 91fdce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .changeset/eighty-teachers-smash.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
'@rrweb/rrweb-plugin-canvas-webrtc-replay': patch
'@rrweb/rrweb-plugin-sequential-id-replay': patch
'@rrweb/rrweb-plugin-console-replay': patch
'rrweb': patch
"@rrweb/rrweb-plugin-canvas-webrtc-replay": patch
"@rrweb/rrweb-plugin-sequential-id-replay": patch
"@rrweb/rrweb-plugin-console-replay": patch
"rrweb": patch
---

Export `ReplayPlugin` from rrweb directly. Previously we had to do `import type { ReplayPlugin } from 'rrweb/dist/types';` now we can do `import type { ReplayPlugin } from 'rrweb';`
2 changes: 0 additions & 2 deletions packages/rrweb-player/.svelte-kit/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ declare module '$env/static/private' {
export const npm_package_dependencies_kleur: string;
export const npm_package_dependencies_devalue: string;
export const npm_config_ignore_scripts: string;
export const STATS_BLT: string;
export const GITHUB_WORKFLOW_REF: string;
export const PERFLOG_LOCATION_SETTING: string;
export const GITHUB_ACTION_REPOSITORY: string;
Expand Down Expand Up @@ -370,7 +369,6 @@ declare module '$env/dynamic/private' {
npm_package_dependencies_kleur: string;
npm_package_dependencies_devalue: string;
npm_config_ignore_scripts: string;
STATS_BLT: string;
GITHUB_WORKFLOW_REF: string;
PERFLOG_LOCATION_SETTING: string;
GITHUB_ACTION_REPOSITORY: string;
Expand Down

0 comments on commit 91fdce9

Please sign in to comment.