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 +1 -1
- package/dist/module.json +1 -1
- package/package.json +2 -2
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://
|
|
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
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-chatgpt",
|
|
3
|
-
"version": "0.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
|
|
7
|
+
"homepage": "https://vuemadness.com/nuxt-chatgpt",
|
|
8
8
|
"bugs": {
|
|
9
9
|
"url": "https://github.com/schnapsterdog/nuxt-chatgpt/issues"
|
|
10
10
|
},
|