fix: fetch image resource with auth params (#1757)

* fix: fetch image resource with auth params

* chore: refactor to pre-load the query params

* chore: correct non-async

* chore: fix mock of auth

* chore: qlik/api 1.37.0
This commit is contained in:
Tobias Åström
2025-06-24 12:01:31 +02:00
committed by GitHub
parent f2554260d6
commit 388730565e
16 changed files with 100 additions and 55 deletions

View File

@@ -13,7 +13,7 @@
"dependencies": {
"@nebula.js/stardust": "<%= nebulaVersion %>",
"@nebula.js/sn-bar-chart": "^1.x",
"@qlik/api": "^1.17.0",
"@qlik/api": "^1.37.0",
"enigma.js": "^2.6.3",
"parcel": "2.13.3"
}