We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196a80e commit 7c85419Copy full SHA for 7c85419
packages/password/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
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
13
---
14
15
## Released
packages/password/package.json
@@ -40,8 +40,8 @@
40
"files": [
41
"index.js",
42
"index.d.ts",
43
- "util.d.ts",
44
- "util.js"
+ "utils.d.ts",
+ "utils.js"
45
],
46
"repository": {
47
"type": "git",
0 commit comments