File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 3030 "default" : " ./dist/index.cjs" ,
3131 "types" : " ./dist/index.d.cts"
3232 }
33+ },
34+ "./node" : {
35+ "node" : {
36+ "import" : {
37+ "default" : " ./lib/node.js" ,
38+ "types" : " ./lib/node.d.ts"
39+ },
40+ "require" : {
41+ "default" : " ./dist/node.cjs" ,
42+ "types" : " ./dist/node.d.cts"
43+ }
44+ },
45+ "default" : null
3346 }
3447 },
3548 "files" : [
Original file line number Diff line number Diff line change 11export * from './Schema.js' ;
22export * from './LocalStorageAdapter.js' ;
3- export * from './storageAdapters/NodeFileSystemAdapter.js' ;
43export * from './storageAdapters/IndexDBFileSystemAdapter.js' ;
54export * from './storageAdapters/ExpoFileSystemAdapter.js' ;
65export * from './RemoteStorageAdapter.js' ;
Original file line number Diff line number Diff line change 1+ export * from './storageAdapters/NodeFileSystemAdapter.js' ;
You can’t perform that action at this time.
0 commit comments