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

@@ -132,6 +132,7 @@ const config = ({ format = 'umd', debug = false, file, targetPkg }) => {
sourcemap: true,
banner,
globals,
inlineDynamicImports: true,
},
external,
plugins: [
@@ -144,6 +145,7 @@ const config = ({ format = 'umd', debug = false, file, targetPkg }) => {
}),
nodeResolve({
extensions: [debug ? '.dev.js' : false, '.js', '.jsx'].filter(Boolean),
browser: true,
}),
json(),
commonjs(),