1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 12:10:04 +00:00

fix: createReadStream import where needed

It's node specific util and othervise adapter was failing on browser environment
This commit is contained in:
2023-01-09 13:07:51 +01:00
parent 72ddd424a5
commit e7ceac1b78
3 changed files with 9 additions and 9 deletions

View File

@@ -79,7 +79,7 @@
},
"main": "index.js",
"dependencies": {
"@sasjs/utils": "2.48.2",
"@sasjs/utils": "2.52.0",
"axios": "0.26.0",
"axios-cookiejar-support": "1.0.1",
"form-data": "4.0.0",