Skip to content

Commit

Permalink
Merge pull request #408 from MeshJS/mesh-svelte-3
Browse files Browse the repository at this point in the history
svelte 3
  • Loading branch information
jinglescode authored Nov 27, 2024
2 parents e0f768c + c59411e commit 40c195a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Remember to follow our [Contributing Guide](CONTRIBUTING.md) before submitting y
- [ ] `@meshsdk/core-cst`
- [ ] `@meshsdk/provider`
- [ ] `@meshsdk/react`
- [ ] `@meshsdk/svelte`
- [ ] `@meshsdk/transaction`
- [ ] `@meshsdk/wallet`
- [ ] Mesh playground (i.e. <https://meshjs.dev/>)
Expand Down
4 changes: 3 additions & 1 deletion packages/mesh-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@meshsdk/svelte",
"version": "0.0.2",
"version": "0.0.3",
"description": "Svelte component library - https://meshjs.dev/svelte",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { onMount } from 'svelte';
import {BrowserWallet, type Wallet } from "@meshsdk/core"
import { BrowserWalletState, connectWallet, disconnectWallet } from '../state/browser-wallet-state.svelte.js';
import { type ConnectWalletButtonProps} from '.';
import { type ConnectWalletButtonProps} from './';
const {
label = 'Connect Wallet',
Expand Down

0 comments on commit 40c195a

Please sign in to comment.