File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { FileOps } from 'circuitpython-repl-js' ;
1+ import { FileOps } from '@adafruit/ circuitpython-repl-js' ;
22
33class FileTransferClient {
44 constructor ( connectionStatusCB , repl ) {
Original file line number Diff line number Diff line change 22 * This class will encapsulate all of the workflow functions specific to BLE
33 */
44
5- import { FileTransferClient } from 'ble-file-transfer-js' ;
5+ import { FileTransferClient } from '@adafruit/ ble-file-transfer-js' ;
66
77import { CONNTYPE , CONNSTATE } from '../constants.js' ;
88import { Workflow } from './workflow.js' ;
Original file line number Diff line number Diff line change 11import { CONNTYPE , CONNSTATE } from '../constants.js' ;
22import { Workflow } from './workflow.js' ;
33import { GenericModal } from '../common/dialogs.js' ;
4- import { FileOps } from 'circuitpython-repl-js' ; // Use this to determine which FileTransferClient to load
4+ import { FileOps } from '@adafruit/ circuitpython-repl-js' ; // Use this to determine which FileTransferClient to load
55import { FileTransferClient as ReplFileTransferClient } from '../common/repl-file-transfer.js' ;
66import { FileTransferClient as FSAPIFileTransferClient } from '../common/fsapi-file-transfer.js' ;
77
Original file line number Diff line number Diff line change 1- import { REPL } from 'circuitpython-repl-js' ;
1+ import { REPL } from '@adafruit/ circuitpython-repl-js' ;
22
33import { FileHelper } from '../common/file.js' ;
44import { UnsavedDialog } from '../common/dialogs.js' ;
Original file line number Diff line number Diff line change 1313 "vite" : " ^5.3.1"
1414 },
1515 "dependencies" : {
16+ "@adafruit/ble-file-transfer-js" : " adafruit/ble-file-transfer-js#1.0.2" ,
17+ "@adafruit/circuitpython-repl-js" : " adafruit/circuitpython-repl-js#2.0.1" ,
1618 "@codemirror/lang-python" : " ^6.1.6" ,
1719 "@fortawesome/fontawesome-free" : " ^6.5.2" ,
18- "ble-file-transfer-js" : " adafruit/ble-file-transfer-js#1.0.2" ,
19- "circuitpython-repl-js" : " adafruit/circuitpython-repl-js#2.0.0" ,
20+ "@xterm/addon-fit" : " ^0.10.0" ,
21+ "@xterm/addon-web-links" : " ^0.11.0" ,
22+ "@xterm/xterm" : " ^5.5.0" ,
2023 "codemirror" : " ^6.0.1" ,
2124 "file-saver" : " ^2.0.5" ,
2225 "focus-trap" : " ^7.5.4" ,
2326 "idb-keyval" : " ^6.2.1" ,
24- "jszip" : " ^3.10.1" ,
25- "@xterm/xterm" : " ^5.5.0" ,
26- "@xterm/addon-fit" : " ^0.10.0" ,
27- "@xterm/addon-web-links" : " ^0.11.0"
27+ "jszip" : " ^3.10.1"
2828 }
2929}
You can’t perform that action at this time.
0 commit comments