Skip to content

Commit

Permalink
fix: added subpath exports types
Browse files Browse the repository at this point in the history
  • Loading branch information
kshutkin committed Oct 9, 2023
1 parent e391920 commit fb2351d
Show file tree
Hide file tree
Showing 8 changed files with 218 additions and 93 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-pugs-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@slimlib/store": patch
---

added subpath exports types
2 changes: 2 additions & 0 deletions injector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"module": "./dist/index.mjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
},
Expand Down
2 changes: 2 additions & 0 deletions list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"unpkg": "./dist/index.umd.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"jest": "^29.7.0",
"pkgbld-internal": "~1.1.0",
"pkgbld-internal": "~1.1.8",
"ts-jest": "^29.1.1"
}
}
Loading

0 comments on commit fb2351d

Please sign in to comment.