File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - types resolutions.
13+
1014## [ 1.1.0] - 2026-03-06
1115
1216### Fixed
Original file line number Diff line number Diff line change 2222 "module" : " dist/index.modern.js" ,
2323 "source" : " src/index.ts" ,
2424 "jsnext:main" : " dist/index.modern.js" ,
25- "types" : " dist/index.d.ts" ,
25+ "types" : " dist/src/ index.d.ts" ,
2626 "files" : [
2727 " dist"
2828 ],
3333 "prepare-pr" : " yarn prettier . --write && yarn lint && yarn build && yarn test" ,
3434 "prettier-check" : " prettier --check ." ,
3535 "prettier-write" : " prettier --write ." ,
36- "start" : " rollup -c -w" ,
36+ "start" : " yarn build -w" ,
3737 "test" : " cypress run --component" ,
3838 "test:all" : " yarn test && yarn test:cypress" ,
3939 "start-all" : " concurrently \" yarn start\" \" yarn start-yalc\" " ,
You can’t perform that action at this time.
0 commit comments