@vue-solana/nuxt 0.2.0 → 0.2.1

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/README.md +4 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,6 +11,7 @@ New to Solana? Start with the official docs and the project concepts guide:
11
11
  - [Solana Clusters](https://solana.com/docs/references/clusters)
12
12
  - [Vue Solana Concepts Guide](https://vue-solana-docs.vercel.app/concepts/solana-for-vue-developers)
13
13
  - [`@vue-solana/nuxt` docs](https://vue-solana-docs.vercel.app/packages/nuxt)
14
+ - [Live demo](https://vue-solana-docs.vercel.app/demo)
14
15
 
15
16
  ## Install
16
17
 
@@ -139,7 +140,9 @@ This README includes small snippets for quick reference. For a complete runnable
139
140
  pnpm dev:nuxt
140
141
  ```
141
142
 
142
- Docs: [`examples/nuxt`](https://vue-solana-docs.vercel.app/examples/nuxt)
143
+ Docs: <a href="https://vue-solana-docs.vercel.app/examples/nuxt" target="_blank" rel="noopener noreferrer"><code>examples/nuxt</code></a>
144
+
145
+ Live demo: [vue-solana-docs.vercel.app/demo](https://vue-solana-docs.vercel.app/demo)
143
146
 
144
147
  ## Known TypeScript Issue
145
148
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-solana/nuxt",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Nuxt module for Solana applications.",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -38,8 +38,8 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@vue-solana/vue": "0.2.0",
42
- "@vue-solana/core": "0.2.0"
41
+ "@vue-solana/core": "0.2.1",
42
+ "@vue-solana/vue": "0.2.1"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@solana/web3-compat": "^0.0.21",