Skip to content

Commit 7c85419

Browse files
committed
fix: solve error module not found #449
1 parent 196a80e commit 7c85419

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/password/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
### [0.0.3] - 2024-09-26
8+
9+
### Fix
10+
11+
- Corrected `"files"` in `package.json` to include `utils.js` and `utils.d.ts`, resolving module not found errors during compilation.
12+
713
---
814

915
## Released

packages/password/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"files": [
4141
"index.js",
4242
"index.d.ts",
43-
"util.d.ts",
44-
"util.js"
43+
"utils.d.ts",
44+
"utils.js"
4545
],
4646
"repository": {
4747
"type": "git",

0 commit comments

Comments
 (0)