@innspel/core 0.10.0 → 0.10.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/index.cjs CHANGED
@@ -1287,7 +1287,7 @@ async function lastOppTilLagring(fetchImpl, presign, body, signal) {
1287
1287
  }
1288
1288
 
1289
1289
  // src/versjon.ts
1290
- var VERSJON = "0.10.0";
1290
+ var VERSJON = "0.10.1";
1291
1291
 
1292
1292
  // src/klient.ts
1293
1293
  var STANDARD_TIMEOUT_MS = 1e4;
@@ -1839,6 +1839,7 @@ exports.InnspelConfigError = InnspelConfigError;
1839
1839
  exports.InnspelQueueFullError = InnspelQueueFullError;
1840
1840
  exports.KONTEKST_FELTER = KONTEKST_FELTER;
1841
1841
  exports.KO_TAK = KO_TAK;
1842
+ exports.NettverksFeil = NettverksFeil;
1842
1843
  exports.TILLATTE_MIME = TILLATTE_MIME;
1843
1844
  exports.VEDLEGG_GRENSER = VEDLEGG_GRENSER;
1844
1845
  exports.VERSJON = VERSJON;