File tree Expand file tree Collapse file tree 3 files changed +611
-802
lines changed Expand file tree Collapse file tree 3 files changed +611
-802
lines changed Original file line number Diff line number Diff line change 51
51
"jest" : " ^29.4.0" ,
52
52
"prettier" : " ^3.0.0" ,
53
53
"ts-jest" : " ^29.1.0" ,
54
- "ts-morph" : " ^19.0.0" ,
55
54
"ts-node" : " ^10.5.0" ,
56
55
"tsc-multi" : " ^1.1.0" ,
57
56
"tsconfig-paths" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ export declare namespace Openlayer {
211
211
export { Storage as Storage } ;
212
212
}
213
213
214
- export { toFile , fileFromPath } from 'openlayer /uploads' ;
214
+ export { toFile , fileFromPath } from '. /uploads' ;
215
215
export {
216
216
OpenlayerError ,
217
217
APIError ,
@@ -226,6 +226,6 @@ export {
226
226
InternalServerError ,
227
227
PermissionDeniedError ,
228
228
UnprocessableEntityError ,
229
- } from 'openlayer /error' ;
229
+ } from '. /error' ;
230
230
231
231
export default Openlayer ;
You can’t perform that action at this time.
0 commit comments