nuxt-chatgpt 0.2.2 → 0.2.3

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/README.md CHANGED
@@ -293,7 +293,7 @@ Distributed under the MIT License. See `LICENSE.txt` for more information.
293
293
 
294
294
  Oliver Trajceski - [LinkedIn](https://mk.linkedin.com/in/oliver-trajceski-8a28b070) - oliver@akrinum.com
295
295
 
296
- Project Link: [https://github.com/schnapsterdog/nuxt-chatgpt](https://github.com/schnapsterdog/nuxt-chatgpt)
296
+ Project Link: [https://vuemadness.com/vuehub/nuxt-chatgpt/](https://vuemadness.com/vuehub/nuxt-chatgpt/)
297
297
 
298
298
  ## Development
299
299
 
package/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.2.2"
7
+ "version": "0.2.3"
8
8
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "nuxt-chatgpt",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "ChatGPT integration for Nuxt 3",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
- "homepage": "https://vuemadness.com.com/nuxt-chatgpt",
7
+ "homepage": "https://vuemadness.com/nuxt-chatgpt",
8
8
  "bugs": {
9
9
  "url": "https://github.com/schnapsterdog/nuxt-chatgpt/issues"
10
10
  },