Skip to content

Commit

Permalink
🔧 fix: define universal/file export
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Dec 24, 2024
1 parent 3566c79 commit 8f72ddf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.5 - 25 Dec 2024
Bug fix:
- define universal/file in package export

# 1.2.4 - 25 Dec 2024
Bug fix:
- performance regression from eager access abortSignal
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@
"types": "./dist/universal/env.d.ts",
"import": "./dist/universal/env.mjs",
"require": "./dist/cjs/universal/env.js"
},
"./universal/file": {
"types": "./dist/universal/file.d.ts",
"import": "./dist/universal/file.mjs",
"require": "./dist/cjs/universal/file.js"
}
},
"repository": {
Expand Down

0 comments on commit 8f72ddf

Please sign in to comment.