cheminfo / octochemdb

https://octochemdb.cheminfo.org/documentation/static/index.html
MIT License
1 stars 0 forks source link

breaking changes from filelist-utils #94

Closed RicardoSilvestr closed 1 year ago

RicardoSilvestr commented 1 year ago

Need to be fixed + a test case is required because the test cases for the plugins do not cover this functions.


/Users/rsilvest/git/cheminfo/octochemdb/docker/src/plugins/patents/sync/utils/getLatestsImportedFile.js
  1:10  error  fileListFromPath not found in 'filelist-utils'  import/named

/Users/rsilvest/git/cheminfo/octochemdb/docker/src/plugins/uspPatents/sync/utils/http/syncUspFolder.js
  3:10  error  fileListFromPath not found in 'filelist-utils'  import/named

/Users/rsilvest/git/cheminfo/octochemdb/docker/src/sync/http/utils/getFileIfNew.js
  10:10  error  fileListFromPath not found in 'filelist-utils'  import/named

/Users/rsilvest/git/cheminfo/octochemdb/docker/src/sync/http/utils/syncFolder.js
  3:10  error  fileListFromPath not found in 'filelist-utils'  import/named
lpatiny commented 1 year ago

Indeed it is now fileCollectionFromPath:

https://github.com/cheminfo/filelist-utils/blob/main/src/fileCollectionFromPath.ts