@arkade-os/sdk 0.4.35 → 0.4.36

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.
Files changed (33) hide show
  1. package/dist/adapters/expo.cjs +4 -4
  2. package/dist/adapters/expo.js +2 -2
  3. package/dist/adapters/indexedDB.cjs +3 -3
  4. package/dist/adapters/indexedDB.js +2 -2
  5. package/dist/{chunk-3JR77WQ4.js → chunk-2JJKX2RK.js} +3 -3
  6. package/dist/{chunk-3JR77WQ4.js.map → chunk-2JJKX2RK.js.map} +1 -1
  7. package/dist/{chunk-VYS3KGRI.cjs → chunk-2XE5BSIY.cjs} +11 -11
  8. package/dist/{chunk-VYS3KGRI.cjs.map → chunk-2XE5BSIY.cjs.map} +1 -1
  9. package/dist/{chunk-FM7T7JVL.cjs → chunk-A5PY4NBP.cjs} +7 -7
  10. package/dist/{chunk-FM7T7JVL.cjs.map → chunk-A5PY4NBP.cjs.map} +1 -1
  11. package/dist/{chunk-X2EQLK4O.cjs → chunk-C6OODRWD.cjs} +3 -3
  12. package/dist/{chunk-X2EQLK4O.cjs.map → chunk-C6OODRWD.cjs.map} +1 -1
  13. package/dist/{chunk-NOR7XOKN.js → chunk-HBPKIIMN.js} +3 -3
  14. package/dist/{chunk-NOR7XOKN.js.map → chunk-HBPKIIMN.js.map} +1 -1
  15. package/dist/{chunk-XQS2HW4Q.js → chunk-KZV3FJJR.js} +3 -3
  16. package/dist/{chunk-XQS2HW4Q.js.map → chunk-KZV3FJJR.js.map} +1 -1
  17. package/dist/{chunk-H2LX2KKY.cjs → chunk-TUSGEWOX.cjs} +78 -78
  18. package/dist/{chunk-H2LX2KKY.cjs.map → chunk-TUSGEWOX.cjs.map} +1 -1
  19. package/dist/{chunk-OURFR4UR.js → chunk-Z2VRVZW4.js} +3 -3
  20. package/dist/{chunk-OURFR4UR.js.map → chunk-Z2VRVZW4.js.map} +1 -1
  21. package/dist/index.cjs +111 -111
  22. package/dist/index.js +2 -2
  23. package/dist/repositories/realm/index.cjs +11 -11
  24. package/dist/repositories/realm/index.js +2 -2
  25. package/dist/repositories/sqlite/index.cjs +11 -11
  26. package/dist/repositories/sqlite/index.js +2 -2
  27. package/dist/wallet/expo/background.cjs +12 -12
  28. package/dist/wallet/expo/background.js +4 -4
  29. package/dist/wallet/expo/index.cjs +11 -11
  30. package/dist/wallet/expo/index.js +3 -3
  31. package/dist/worker/expo/index.cjs +7 -7
  32. package/dist/worker/expo/index.js +3 -3
  33. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkVYS3KGRI_cjs = require('../chunk-VYS3KGRI.cjs');
4
- require('../chunk-X2EQLK4O.cjs');
3
+ var chunk2XE5BSIY_cjs = require('../chunk-2XE5BSIY.cjs');
4
+ require('../chunk-C6OODRWD.cjs');
5
5
  require('../chunk-CMPJR3HS.cjs');
6
6
  require('../chunk-5BLDMQED.cjs');
7
7
 
@@ -9,11 +9,11 @@ require('../chunk-5BLDMQED.cjs');
9
9
 
10
10
  Object.defineProperty(exports, "ExpoArkProvider", {
11
11
  enumerable: true,
12
- get: function () { return chunkVYS3KGRI_cjs.ExpoArkProvider; }
12
+ get: function () { return chunk2XE5BSIY_cjs.ExpoArkProvider; }
13
13
  });
14
14
  Object.defineProperty(exports, "ExpoIndexerProvider", {
15
15
  enumerable: true,
16
- get: function () { return chunkVYS3KGRI_cjs.ExpoIndexerProvider; }
16
+ get: function () { return chunk2XE5BSIY_cjs.ExpoIndexerProvider; }
17
17
  });
18
18
  //# sourceMappingURL=expo.cjs.map
19
19
  //# sourceMappingURL=expo.cjs.map
@@ -1,5 +1,5 @@
1
- export { ExpoArkProvider, ExpoIndexerProvider } from '../chunk-XQS2HW4Q.js';
2
- import '../chunk-3JR77WQ4.js';
1
+ export { ExpoArkProvider, ExpoIndexerProvider } from '../chunk-KZV3FJJR.js';
2
+ import '../chunk-2JJKX2RK.js';
3
3
  import '../chunk-OUVTG72A.js';
4
4
  import '../chunk-NSBPE2FW.js';
5
5
  //# sourceMappingURL=expo.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkH2LX2KKY_cjs = require('../chunk-H2LX2KKY.cjs');
4
- require('../chunk-X2EQLK4O.cjs');
3
+ var chunkTUSGEWOX_cjs = require('../chunk-TUSGEWOX.cjs');
4
+ require('../chunk-C6OODRWD.cjs');
5
5
  require('../chunk-GUTKJMSF.cjs');
6
6
  require('../chunk-CMPJR3HS.cjs');
7
7
  require('../chunk-5BLDMQED.cjs');
@@ -11,7 +11,7 @@ var IndexedDBStorageAdapter = class {
11
11
  dbName;
12
12
  version;
13
13
  db = null;
14
- constructor(dbName, version = chunkH2LX2KKY_cjs.DB_VERSION) {
14
+ constructor(dbName, version = chunkTUSGEWOX_cjs.DB_VERSION) {
15
15
  this.dbName = dbName;
16
16
  this.version = version;
17
17
  }
@@ -1,5 +1,5 @@
1
- import { DB_VERSION } from '../chunk-NOR7XOKN.js';
2
- import '../chunk-3JR77WQ4.js';
1
+ import { DB_VERSION } from '../chunk-HBPKIIMN.js';
2
+ import '../chunk-2JJKX2RK.js';
3
3
  import '../chunk-CUSABEUQ.js';
4
4
  import '../chunk-OUVTG72A.js';
5
5
  import '../chunk-NSBPE2FW.js';
@@ -440,7 +440,7 @@ function isEventSourceError(error) {
440
440
  }
441
441
 
442
442
  // package.json
443
- var version = "0.4.35";
443
+ var version = "0.4.36";
444
444
 
445
445
  // src/utils/fetch.ts
446
446
  var buildVersion = "0.9.9";
@@ -2765,5 +2765,5 @@ var Response;
2765
2765
  })(Response || (Response = {}));
2766
2766
 
2767
2767
  export { ArkError, ArkPsbtFieldKey, ArkPsbtFieldKeyType, AssetGroup, AssetId, AssetInput, AssetOutput, AssetRef, BufferReader, ChainTxType, ConditionWitness, CosignerPublicKey, DigestMismatchError, IndexerTxType, Intent, Metadata, OP_RETURN_EMPTY_PKSCRIPT, Packet, RestArkProvider, RestIndexerProvider, SettlementEventType, Transaction, VtxoTaprootTree, VtxoTreeExpiry, asset_exports, baseFetch, buildVersion, craftToSpendTx, fetch, getArkPsbtFields, isEventSourceError, isFetchTimeoutError, maybeArkError, sdkVersion, setArkPsbtField };
2768
- //# sourceMappingURL=chunk-3JR77WQ4.js.map
2769
- //# sourceMappingURL=chunk-3JR77WQ4.js.map
2768
+ //# sourceMappingURL=chunk-2JJKX2RK.js.map
2769
+ //# sourceMappingURL=chunk-2JJKX2RK.js.map