@svelte-on-solana/wallet-adapter-anchor
Advanced tools
Comparing version 1.0.11-alpha.0 to 1.0.12-alpha.0
{ | ||
"name": "@svelte-on-solana/wallet-adapter-anchor", | ||
"version": "1.0.11-alpha.0", | ||
"version": "1.0.12-alpha.0", | ||
"author": "Svelte on Solana", | ||
@@ -12,3 +12,2 @@ "repository": "https://github.com/svelte-on-solana/wallet-adapter", | ||
"devDependencies": { | ||
"@sveltejs/adapter-static": "^1.0.0-next.21", | ||
"@sveltejs/kit": "next", | ||
@@ -34,2 +33,11 @@ "@typescript-eslint/eslint-plugin": "^4.31.1", | ||
}, | ||
"keywords": [ | ||
"svelte", | ||
"wallet", | ||
"adapter", | ||
"anchor", | ||
"wallet-adapter", | ||
"solana" | ||
], | ||
"gitHead": "ceede2abce716e031050df33b1310223834465f2", | ||
"exports": { | ||
@@ -36,0 +44,0 @@ "./package.json": "./package.json", |
@@ -15,2 +15,13 @@ # `@svelte-on-solana/wallet-adapter-anchor` | ||
Add `@project-serum/anchor` to `optimizeDeps`. This pre-bundles the `@project-serum/anchor` package. This steps converts commonJs dependencies into ESM ( Vite's dev server serves all code as native ESM ). | ||
``` | ||
kit: { | ||
vite: { | ||
optimizeDeps: { | ||
include: ['@project-serum/anchor'], | ||
}, | ||
// --- | ||
``` | ||
The `AnchorConnectionProvider` for Anchor Dapps accepts the next props. | ||
@@ -17,0 +28,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
19308
13
9
0
106