File tree Expand file tree Collapse file tree 3 files changed +2
-45
lines changed
Expand file tree Collapse file tree 3 files changed +2
-45
lines changed Original file line number Diff line number Diff line change 11node_modules
22lib
33dist
4- cjs
54* .tsbuildinfo
65.vscode
76.DS_STORE
Original file line number Diff line number Diff line change 77 },
88 "description" : " API definitions for JourneyApps PowerSync" ,
99 "type" : " module" ,
10- "main" : " dist/bundle.cjs " ,
10+ "main" : " dist/bundle.mjs " ,
1111 "module" : " dist/bundle.mjs" ,
1212 "types" : " lib/index.d.ts" ,
1313 "exports" : {
1414 "." : {
1515 "import" : " ./dist/bundle.mjs" ,
16- "require" : " ./dist/bundle.cjs" ,
1716 "default" : " ./dist/bundle.mjs" ,
1817 "types" : " ./lib/index.d.ts"
1918 }
3332 },
3433 "homepage" : " https://docs.powersync.com" ,
3534 "scripts" : {
36- "build" : " tsc -b && rollup -c rollup.config.mjs && rollup -c rollup-cjs.config.mjs " ,
35+ "build" : " tsc -b && rollup -c rollup.config.mjs" ,
3736 "clean" : " rm -rf lib dist tsconfig.tsbuildinfo" ,
3837 "test" : " vitest"
3938 },
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments