@txnlab/use-wallet-solid 3.10.1 → 3.11.0

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 (46) hide show
  1. package/dist/dev.cjs +63 -19
  2. package/dist/dev.js +63 -19
  3. package/dist/dev.jsx +99 -7214
  4. package/dist/index.cjs +738 -0
  5. package/dist/index.js +578 -126270
  6. package/dist/index.jsx +25 -16
  7. package/package.json +8 -8
  8. package/dist/chunk/2PXYBV4S.jsx +0 -883
  9. package/dist/chunk/3J6PRJNJ.mjs +0 -779
  10. package/dist/chunk/3YPORCKB.mjs +0 -9324
  11. package/dist/chunk/ASHSTAAQ.mjs +0 -663
  12. package/dist/chunk/B3UVEMEI.mjs +0 -835
  13. package/dist/chunk/BCEWTVZW.mjs +0 -16644
  14. package/dist/chunk/CL7LX3O4.jsx +0 -50
  15. package/dist/chunk/DTJ3ICHE.mjs +0 -9
  16. package/dist/chunk/FNEO6DUO.jsx +0 -14
  17. package/dist/chunk/GZ2UQYCA.jsx +0 -669
  18. package/dist/chunk/JH7OXUIR.jsx +0 -9903
  19. package/dist/chunk/NVDRUCO3.mjs +0 -26243
  20. package/dist/chunk/QI4NUZHP.jsx +0 -5862
  21. package/dist/chunk/RBDWDJFQ.jsx +0 -17199
  22. package/dist/chunk/UC3ZO4ZH.jsx +0 -802
  23. package/dist/chunk/VDTK67K2.jsx +0 -26395
  24. package/dist/chunk/VJFC7YOA.jsx +0 -2033
  25. package/dist/chunk/VN53D6CR.mjs +0 -2017
  26. package/dist/chunk/VQQ4CVTZ.mjs +0 -5782
  27. package/dist/chunk/ZKJS654W.mjs +0 -42
  28. package/dist/dist/25NR5LQ4.jsx +0 -31
  29. package/dist/dist/3QPHXTX5.jsx +0 -5761
  30. package/dist/dist/5PS5TLM7.mjs +0 -5693
  31. package/dist/dist/COR5WEDJ.jsx +0 -8960
  32. package/dist/dist/DHO5MJBE.mjs +0 -2155
  33. package/dist/dist/DZNWO3EY.mjs +0 -1122
  34. package/dist/dist/H257YD3M.mjs +0 -17103
  35. package/dist/dist/MZFJYXGG.mjs +0 -25
  36. package/dist/dist/NMTOQNMX.jsx +0 -17167
  37. package/dist/dist/OHC5XXJA.jsx +0 -2203
  38. package/dist/dist/XMT4I4HQ.jsx +0 -1139
  39. package/dist/dist/YFXWD6WV.mjs +0 -8864
  40. package/dist/index.es/OIZOTLR7.mjs +0 -9547
  41. package/dist/index.es/R4EQEDY3.jsx +0 -9843
  42. package/dist/index.mjs +0 -7747
  43. package/dist/lib/H7DSBKBW.mjs +0 -10583
  44. package/dist/lib/OYOWTODQ.jsx +0 -10641
  45. package/dist/main.esm/27PE3FUE.jsx +0 -114
  46. package/dist/main.esm/FGHXFDWN.mjs +0 -112
@@ -1,50 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
8
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
9
- }) : x)(function(x) {
10
- if (typeof require !== "undefined") return require.apply(this, arguments);
11
- throw Error('Dynamic require of "' + x + '" is not supported');
12
- });
13
- var __esm = (fn, res) => function __init() {
14
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
15
- };
16
- var __commonJS = (cb, mod) => function __require2() {
17
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
18
- };
19
- var __export = (target, all) => {
20
- for (var name in all)
21
- __defProp(target, name, { get: all[name], enumerable: true });
22
- };
23
- var __copyProps = (to, from, except, desc) => {
24
- if (from && typeof from === "object" || typeof from === "function") {
25
- for (let key of __getOwnPropNames(from))
26
- if (!__hasOwnProp.call(to, key) && key !== except)
27
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
28
- }
29
- return to;
30
- };
31
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
32
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
33
- // If the importer is in node compatibility mode or this is not an ESM
34
- // file that has been converted to a CommonJS file using a Babel-
35
- // compatible transform (i.e. "__esModule" has not been set), then set
36
- // "default" to the CommonJS "module.exports" for node compatibility.
37
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
38
- mod
39
- ));
40
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
41
-
42
- export {
43
- __require,
44
- __esm,
45
- __commonJS,
46
- __export,
47
- __reExport,
48
- __toESM,
49
- __toCommonJS
50
- };
@@ -1,9 +0,0 @@
1
- import { __commonJS } from './ZKJS654W.mjs';
2
-
3
- // (disabled):crypto
4
- var require_crypto = __commonJS({
5
- "(disabled):crypto"() {
6
- }
7
- });
8
-
9
- export { require_crypto };
@@ -1,14 +0,0 @@
1
- import {
2
- __commonJS
3
- } from "./CL7LX3O4.jsx";
4
-
5
- // (disabled):crypto
6
- var require_crypto = __commonJS({
7
- "(disabled):crypto"() {
8
- "use strict";
9
- }
10
- });
11
-
12
- export {
13
- require_crypto
14
- };