File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
packages/react-native-lightning Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @plextv/react-native-lightning " : patch
3+ ---
4+
5+ fix(react-native-lightning): Add back accidentally removed typings
Original file line number Diff line number Diff line change 1414 "type" : " module" ,
1515 "main" : " ./dist/index.cjs" ,
1616 "module" : " ./dist/index.js" ,
17- "types" : " ./dist/index.d.ts" ,
17+ "types" : " ./dist/types/ index.d.ts" ,
1818 "exports" : {
1919 "." : " ./src/index.ts" ,
2020 "./package.json" : " ./package.json"
3131 }
3232 },
3333 "scripts" : {
34- "build" : " tsdown" ,
34+ "build" : " tsdown && pnpm run build:types " ,
3535 "build:watch" : " tsdown -w" ,
36+ "build:types" : " tsc --outDir dist/lib --declarationDir dist/types --declaration true --emitDeclarationOnly true" ,
3637 "clean" : " del ./dist" ,
3738 "check:types" : " tsc --noEmit" ,
3839 "test:unit" : " vitest run --passWithNoTests"
You can’t perform that action at this time.
0 commit comments