Skip to content

Commit b18b68f

Browse files
committed
fix: import of CommonJS
1 parent 5a1c7c6 commit b18b68f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ const json = db.toJSON();
157157
Placeholder for next release:
158158
### __WORK IN PROGRESS__
159159
-->
160+
### __WORK IN PROGRESS__
161+
* Fixed CommonJS import
162+
160163
### 4.0.1 (2025-10-14)
161164
* Fixes an issue where the application could run out of memory if a custom serializer threw an error during the automatic compression
162165

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"./package.json": "./package.json"
1212
},
1313
"files": [
14-
"build/**/*.{js,d.ts,map}"
14+
"build/**/*.{js,d.ts,map}",
15+
"build/**/package.json"
1516
],
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)