File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2424 ],
2525 "license" : " SSPL" ,
2626 "main" : " dist/index.js" ,
27- "compass:main" : " src/index.ts " ,
27+ "compass:main" : " src/index.tsx " ,
2828 "exports" : {
2929 "." : " ./dist/index.js"
3030 },
3131 "compass:exports" : {
32- "." : " ./src/index.ts "
32+ "." : " ./src/index.tsx "
3333 },
34- "types" : " ./dist/index.d.ts" ,
34+ "types" : " ./dist/src/ index.d.ts" ,
3535 "scripts" : {
3636 "prepublishOnly" : " npm run compile && compass-scripts check-exports-exist" ,
3737 "compile" : " npm run webpack -- --mode production" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import ConnectionForm from './components/connection-form';
22import SaveConnectionModal from './components/save-connection-modal' ;
33import { useConnectionColor } from './hooks/use-connection-color' ;
44import { adjustConnectionOptionsBeforeConnect } from './hooks/use-connect-form' ;
5+
56export {
67 SaveConnectionModal ,
78 useConnectionColor ,
You can’t perform that action at this time.
0 commit comments