Skip to content

Commit 2138d60

Browse files
authored
fix: record package bundling (#55)
1 parent 9bb3a8f commit 2138d60

File tree

3 files changed

+259
-401
lines changed

3 files changed

+259
-401
lines changed

CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## 0.0.9 - 2025-02-27
22

3-
4-
53
## 0.0.8 - 2025-02-04
64

75
## 0.0.7 - 2025-02-03

packages/record/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
},
2020
"license": "MIT",
2121
"type": "module",
22-
"main": "./dist/record.cjs",
23-
"module": "./dist/record.js",
24-
"unpkg": "./dist/record.umd.cjs",
22+
"main": "./dist/rrweb-record.cjs",
23+
"module": "./dist/rrweb-record.js",
24+
"unpkg": "./dist/rrweb-record.umd.cjs",
2525
"typings": "dist/index.d.ts",
2626
"exports": {
2727
".": {
2828
"import": {
2929
"types": "./dist/index.d.ts",
30-
"default": "./dist/record.js"
30+
"default": "./dist/rrweb-record.js"
3131
},
3232
"require": {
3333
"types": "./dist/index.d.cts",
34-
"default": "./dist/record.cjs"
34+
"default": "./dist/rrweb-record.cjs"
3535
}
3636
}
3737
},

0 commit comments

Comments
 (0)