@1sat/sweep-ui 0.0.87 → 0.0.88

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 (2) hide show
  1. package/dist/index.js +47 -47
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -2827,52 +2827,52 @@ function SweepProgress({ sweeping, progress, result }) {
2827
2827
  });
2828
2828
  }
2829
2829
  export {
2830
- truncate,
2831
- scanAddresses,
2832
- scanAddress,
2833
- legacySendOrdinals,
2834
- legacySendBsv,
2835
- legacyBurnOrdinals,
2836
- isConnected,
2837
- getWallet,
2838
- getServices,
2839
- getProvider,
2840
- getIdentityKey,
2841
- formatTokenAmount,
2842
- formatSats,
2843
- executeSweep,
2844
- disconnectWallet,
2845
- deriveAddress,
2846
- connectWallet,
2847
- configureServices,
2848
- cn,
2849
- buttonVariants,
2850
- badgeVariants,
2851
- WifInput,
2852
- TxHistory,
2853
- TabsTrigger,
2854
- TabsList,
2855
- TabsContent,
2856
- Tabs,
2857
- SweepProgress,
2858
- SweepApp,
2859
- SWEEP_BATCH_SIZE,
2860
- RunSection,
2861
- OrdinalsSection,
2862
- OpnsSection,
2863
- LockedSection,
2864
- Input,
2865
- FundingSection,
2866
- ConnectWallet,
2867
- CardTitle,
2868
- CardHeader,
2869
- CardFooter,
2870
- CardDescription,
2871
- CardContent,
2872
- CardAction,
2873
- Card,
2874
- Button,
2875
- Bsv21Section,
2830
+ Badge,
2876
2831
  Bsv20Section,
2877
- Badge
2832
+ Bsv21Section,
2833
+ Button,
2834
+ Card,
2835
+ CardAction,
2836
+ CardContent,
2837
+ CardDescription,
2838
+ CardFooter,
2839
+ CardHeader,
2840
+ CardTitle,
2841
+ ConnectWallet,
2842
+ FundingSection,
2843
+ Input,
2844
+ LockedSection,
2845
+ OpnsSection,
2846
+ OrdinalsSection,
2847
+ RunSection,
2848
+ SWEEP_BATCH_SIZE,
2849
+ SweepApp,
2850
+ SweepProgress,
2851
+ Tabs,
2852
+ TabsContent,
2853
+ TabsList,
2854
+ TabsTrigger,
2855
+ TxHistory,
2856
+ WifInput,
2857
+ badgeVariants,
2858
+ buttonVariants,
2859
+ cn,
2860
+ configureServices,
2861
+ connectWallet,
2862
+ deriveAddress,
2863
+ disconnectWallet,
2864
+ executeSweep,
2865
+ formatSats,
2866
+ formatTokenAmount,
2867
+ getIdentityKey,
2868
+ getProvider,
2869
+ getServices,
2870
+ getWallet,
2871
+ isConnected,
2872
+ legacyBurnOrdinals,
2873
+ legacySendBsv,
2874
+ legacySendOrdinals,
2875
+ scanAddress,
2876
+ scanAddresses,
2877
+ truncate
2878
2878
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/sweep-ui",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "description": "Sweep UI components for migrating legacy BSV assets",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -29,11 +29,11 @@
29
29
  ],
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@1sat/actions": "0.0.202",
33
- "@1sat/client": "0.0.50",
34
- "@1sat/connect": "0.0.89",
35
- "@1sat/types": "0.0.40",
36
- "@1sat/utils": "0.0.33",
32
+ "@1sat/actions": "0.0.204",
33
+ "@1sat/client": "0.0.51",
34
+ "@1sat/connect": "0.0.90",
35
+ "@1sat/types": "0.0.41",
36
+ "@1sat/utils": "0.0.34",
37
37
  "bitcoin-backup": "^0.0.11",
38
38
  "class-variance-authority": "^0.7.1",
39
39
  "clsx": "^2.1.1",