@innspel/core 0.8.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-3EIBWCTT.js → chunk-62WKNJHD.js} +3 -3
- package/dist/{chunk-3EIBWCTT.js.map → chunk-62WKNJHD.js.map} +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -4
- package/dist/index.d.ts +6 -4
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/telemetri.cjs +1 -1
- package/dist/telemetri.cjs.map +1 -1
- package/dist/telemetri.d.cts +1 -1
- package/dist/telemetri.d.ts +1 -1
- package/dist/telemetri.js +1 -1
- package/dist/{typer-BJzuu_WP.d.cts → typer-B4_pFm8Z.d.cts} +7 -1
- package/dist/{typer-BJzuu_WP.d.ts → typer-B4_pFm8Z.d.ts} +7 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1274,7 +1274,7 @@ async function lastOppTilLagring(fetchImpl, presign, body, signal) {
|
|
|
1274
1274
|
}
|
|
1275
1275
|
|
|
1276
1276
|
// src/versjon.ts
|
|
1277
|
-
var VERSJON = "0.
|
|
1277
|
+
var VERSJON = "0.9.1";
|
|
1278
1278
|
|
|
1279
1279
|
// src/klient.ts
|
|
1280
1280
|
var STANDARD_TIMEOUT_MS = 1e4;
|
|
@@ -1498,6 +1498,7 @@ function init(options) {
|
|
|
1498
1498
|
connectivity: options.connectivity ?? null,
|
|
1499
1499
|
settings,
|
|
1500
1500
|
context: kontekst,
|
|
1501
|
+
storage: options.storage,
|
|
1501
1502
|
async loadSettings() {
|
|
1502
1503
|
try {
|
|
1503
1504
|
const cfg = await medToken(
|