@txnlab/use-wallet-solid 3.7.2 → 3.9.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.
package/dist/dev.cjs CHANGED
@@ -8,7 +8,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
8
8
 
9
9
  var algosdk__default = /*#__PURE__*/_interopDefault(algosdk);
10
10
 
11
- // ../../node_modules/.pnpm/solid-js@1.8.22/node_modules/solid-js/dist/solid.js
11
+ // ../../node_modules/.pnpm/solid-js@1.9.2/node_modules/solid-js/dist/solid.js
12
12
  var sharedConfig = {
13
13
  context: void 0,
14
14
  registry: void 0,
@@ -503,11 +503,11 @@ function cleanNode(node) {
503
503
  }
504
504
  }
505
505
  }
506
+ if (node.tOwned) {
507
+ for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
508
+ delete node.tOwned;
509
+ }
506
510
  if (Transition && Transition.running && node.pure) {
507
- if (node.tOwned) {
508
- for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
509
- delete node.tOwned;
510
- }
511
511
  reset(node, true);
512
512
  } else if (node.owned) {
513
513
  for (i = node.owned.length - 1; i >= 0; i--) cleanNode(node.owned[i]);
@@ -593,7 +593,7 @@ function createComponent(Comp, props) {
593
593
  return untrack(() => Comp(props || {}));
594
594
  }
595
595
 
596
- // ../../node_modules/.pnpm/solid-js@1.8.22/node_modules/solid-js/web/dist/web.js
596
+ // ../../node_modules/.pnpm/solid-js@1.9.2/node_modules/solid-js/web/dist/web.js
597
597
  var booleans = ["allowfullscreen", "async", "autofocus", "autoplay", "checked", "controls", "default", "disabled", "formnovalidate", "hidden", "indeterminate", "inert", "ismap", "loop", "multiple", "muted", "nomodule", "novalidate", "open", "playsinline", "readonly", "required", "reversed", "seamless", "selected"];
598
598
  /* @__PURE__ */ new Set(["className", "value", "readOnly", "formNoValidate", "isMap", "noModule", "playsInline", ...booleans]);
599
599
  var WalletContext = createContext();
package/dist/dev.js CHANGED
@@ -2,7 +2,7 @@ import { useStore } from '@tanstack/solid-store';
2
2
  import algosdk from 'algosdk';
3
3
  export * from '@txnlab/use-wallet';
4
4
 
5
- // ../../node_modules/.pnpm/solid-js@1.8.22/node_modules/solid-js/dist/solid.js
5
+ // ../../node_modules/.pnpm/solid-js@1.9.2/node_modules/solid-js/dist/solid.js
6
6
  var sharedConfig = {
7
7
  context: void 0,
8
8
  registry: void 0,
@@ -497,11 +497,11 @@ function cleanNode(node) {
497
497
  }
498
498
  }
499
499
  }
500
+ if (node.tOwned) {
501
+ for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
502
+ delete node.tOwned;
503
+ }
500
504
  if (Transition && Transition.running && node.pure) {
501
- if (node.tOwned) {
502
- for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
503
- delete node.tOwned;
504
- }
505
505
  reset(node, true);
506
506
  } else if (node.owned) {
507
507
  for (i = node.owned.length - 1; i >= 0; i--) cleanNode(node.owned[i]);
@@ -587,7 +587,7 @@ function createComponent(Comp, props) {
587
587
  return untrack(() => Comp(props || {}));
588
588
  }
589
589
 
590
- // ../../node_modules/.pnpm/solid-js@1.8.22/node_modules/solid-js/web/dist/web.js
590
+ // ../../node_modules/.pnpm/solid-js@1.9.2/node_modules/solid-js/web/dist/web.js
591
591
  var booleans = ["allowfullscreen", "async", "autofocus", "autoplay", "checked", "controls", "default", "disabled", "formnovalidate", "hidden", "indeterminate", "inert", "ismap", "loop", "multiple", "muted", "nomodule", "novalidate", "open", "playsinline", "readonly", "required", "reversed", "seamless", "selected"];
592
592
  /* @__PURE__ */ new Set(["className", "value", "readOnly", "formNoValidate", "isMap", "noModule", "playsInline", ...booleans]);
593
593
  var WalletContext = createContext();
package/dist/dev.jsx CHANGED
@@ -2,7 +2,7 @@
2
2
  import { useStore } from "@tanstack/solid-store";
3
3
  import algosdk from "algosdk";
4
4
 
5
- // ../../node_modules/.pnpm/solid-js@1.8.22/node_modules/solid-js/dist/solid.js
5
+ // ../../node_modules/.pnpm/solid-js@1.9.2/node_modules/solid-js/dist/solid.js
6
6
  var sharedConfig = {
7
7
  context: void 0,
8
8
  registry: void 0,
@@ -493,11 +493,11 @@ function cleanNode(node) {
493
493
  }
494
494
  }
495
495
  }
496
+ if (node.tOwned) {
497
+ for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
498
+ delete node.tOwned;
499
+ }
496
500
  if (Transition && Transition.running && node.pure) {
497
- if (node.tOwned) {
498
- for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
499
- delete node.tOwned;
500
- }
501
501
  reset(node, true);
502
502
  } else if (node.owned) {
503
503
  for (i = node.owned.length - 1; i >= 0; i--) cleanNode(node.owned[i]);
package/dist/index.cjs CHANGED
@@ -8,7 +8,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
8
8
 
9
9
  var algosdk__default = /*#__PURE__*/_interopDefault(algosdk);
10
10
 
11
- // ../../node_modules/.pnpm/solid-js@1.8.22/node_modules/solid-js/dist/solid.js
11
+ // ../../node_modules/.pnpm/solid-js@1.9.2/node_modules/solid-js/dist/solid.js
12
12
  var sharedConfig = {
13
13
  context: void 0,
14
14
  registry: void 0,
@@ -503,11 +503,11 @@ function cleanNode(node) {
503
503
  }
504
504
  }
505
505
  }
506
+ if (node.tOwned) {
507
+ for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
508
+ delete node.tOwned;
509
+ }
506
510
  if (Transition && Transition.running && node.pure) {
507
- if (node.tOwned) {
508
- for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
509
- delete node.tOwned;
510
- }
511
511
  reset(node, true);
512
512
  } else if (node.owned) {
513
513
  for (i = node.owned.length - 1; i >= 0; i--) cleanNode(node.owned[i]);
@@ -593,7 +593,7 @@ function createComponent(Comp, props) {
593
593
  return untrack(() => Comp(props || {}));
594
594
  }
595
595
 
596
- // ../../node_modules/.pnpm/solid-js@1.8.22/node_modules/solid-js/web/dist/web.js
596
+ // ../../node_modules/.pnpm/solid-js@1.9.2/node_modules/solid-js/web/dist/web.js
597
597
  var booleans = ["allowfullscreen", "async", "autofocus", "autoplay", "checked", "controls", "default", "disabled", "formnovalidate", "hidden", "indeterminate", "inert", "ismap", "loop", "multiple", "muted", "nomodule", "novalidate", "open", "playsinline", "readonly", "required", "reversed", "seamless", "selected"];
598
598
  /* @__PURE__ */ new Set(["className", "value", "readOnly", "formNoValidate", "isMap", "noModule", "playsInline", ...booleans]);
599
599
  var WalletContext = createContext();
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { useStore } from '@tanstack/solid-store';
2
2
  import algosdk from 'algosdk';
3
3
  export * from '@txnlab/use-wallet';
4
4
 
5
- // ../../node_modules/.pnpm/solid-js@1.8.22/node_modules/solid-js/dist/solid.js
5
+ // ../../node_modules/.pnpm/solid-js@1.9.2/node_modules/solid-js/dist/solid.js
6
6
  var sharedConfig = {
7
7
  context: void 0,
8
8
  registry: void 0,
@@ -497,11 +497,11 @@ function cleanNode(node) {
497
497
  }
498
498
  }
499
499
  }
500
+ if (node.tOwned) {
501
+ for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
502
+ delete node.tOwned;
503
+ }
500
504
  if (Transition && Transition.running && node.pure) {
501
- if (node.tOwned) {
502
- for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
503
- delete node.tOwned;
504
- }
505
505
  reset(node, true);
506
506
  } else if (node.owned) {
507
507
  for (i = node.owned.length - 1; i >= 0; i--) cleanNode(node.owned[i]);
@@ -587,7 +587,7 @@ function createComponent(Comp, props) {
587
587
  return untrack(() => Comp(props || {}));
588
588
  }
589
589
 
590
- // ../../node_modules/.pnpm/solid-js@1.8.22/node_modules/solid-js/web/dist/web.js
590
+ // ../../node_modules/.pnpm/solid-js@1.9.2/node_modules/solid-js/web/dist/web.js
591
591
  var booleans = ["allowfullscreen", "async", "autofocus", "autoplay", "checked", "controls", "default", "disabled", "formnovalidate", "hidden", "indeterminate", "inert", "ismap", "loop", "multiple", "muted", "nomodule", "novalidate", "open", "playsinline", "readonly", "required", "reversed", "seamless", "selected"];
592
592
  /* @__PURE__ */ new Set(["className", "value", "readOnly", "formNoValidate", "isMap", "noModule", "playsInline", ...booleans]);
593
593
  var WalletContext = createContext();
package/dist/index.jsx CHANGED
@@ -2,7 +2,7 @@
2
2
  import { useStore } from "@tanstack/solid-store";
3
3
  import algosdk from "algosdk";
4
4
 
5
- // ../../node_modules/.pnpm/solid-js@1.8.22/node_modules/solid-js/dist/solid.js
5
+ // ../../node_modules/.pnpm/solid-js@1.9.2/node_modules/solid-js/dist/solid.js
6
6
  var sharedConfig = {
7
7
  context: void 0,
8
8
  registry: void 0,
@@ -493,11 +493,11 @@ function cleanNode(node) {
493
493
  }
494
494
  }
495
495
  }
496
+ if (node.tOwned) {
497
+ for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
498
+ delete node.tOwned;
499
+ }
496
500
  if (Transition && Transition.running && node.pure) {
497
- if (node.tOwned) {
498
- for (i = node.tOwned.length - 1; i >= 0; i--) cleanNode(node.tOwned[i]);
499
- delete node.tOwned;
500
- }
501
501
  reset(node, true);
502
502
  } else if (node.owned) {
503
503
  for (i = node.owned.length - 1; i >= 0; i--) cleanNode(node.owned[i]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@txnlab/use-wallet-solid",
3
- "version": "3.7.2",
3
+ "version": "3.9.0",
4
4
  "description": "Solid.js library for integrating Algorand wallets into decentralized applications",
5
5
  "author": "Doug Richar <drichar@gmail.com>",
6
6
  "license": "MIT",
@@ -54,26 +54,26 @@
54
54
  ],
55
55
  "dependencies": {
56
56
  "@tanstack/solid-store": "0.5.5",
57
- "@txnlab/use-wallet": "3.7.2"
57
+ "@txnlab/use-wallet": "3.9.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@solidjs/testing-library": "0.8.10",
61
61
  "algosdk": "2.9.0",
62
- "solid-js": "1.9.1",
62
+ "solid-js": "1.9.2",
63
63
  "tsup": "8.3.0",
64
64
  "tsup-preset-solid": "2.2.0",
65
- "typescript": "5.6.2"
65
+ "typescript": "5.6.3"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "@blockshake/defly-connect": "^1.1.6",
69
- "@magic-ext/algorand": "^23.6.0",
70
- "@perawallet/connect": "^1.3.4",
71
- "@perawallet/connect-beta": "^2.0.14",
72
- "@walletconnect/modal": "^2.6.2",
73
- "@walletconnect/sign-client": "^2.16.1",
69
+ "@magic-ext/algorand": "^23.13.0",
70
+ "@perawallet/connect": "^1.3.5",
71
+ "@perawallet/connect-beta": "^2.0.21",
72
+ "@walletconnect/modal": "^2.7.0",
73
+ "@walletconnect/sign-client": "^2.17.1",
74
74
  "algosdk": "^2.7.0",
75
75
  "lute-connect": "^1.4.1",
76
- "magic-sdk": "^28.6.0"
76
+ "magic-sdk": "^28.13.0"
77
77
  },
78
78
  "peerDependenciesMeta": {
79
79
  "@blockshake/defly-connect": {