nuxt-ollama 1.2.7 → 1.2.8
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 +5 -5
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ You have to install Ollama to use this module. See [Official Website](https://ol
|
|
|
11
11
|
|
|
12
12
|
- [✨ Release Notes](/CHANGELOG.md)
|
|
13
13
|
|
|
14
|
-
- [🏀 Online playground](https://stackblitz.com/github/
|
|
14
|
+
- [🏀 Online playground](https://stackblitz.com/github/thoda-dev/nuxt-ollama?file=playground%2Fapp.vue)
|
|
15
15
|
|
|
16
16
|
- [📖 Documentation](https://nuxt-ollama.jericho.dev/)
|
|
17
17
|
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-ollama",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8",
|
|
4
4
|
"description": "Easy ollama integration for Nuxt",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
27
|
-
"@typescript-eslint/parser": "^8.
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
27
|
+
"@typescript-eslint/parser": "^8.48.0",
|
|
28
28
|
"defu": "^6.1.4",
|
|
29
29
|
"ollama": "^0.6.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@nuxt/devtools": "^3.1.
|
|
32
|
+
"@nuxt/devtools": "^3.1.1",
|
|
33
33
|
"@nuxt/eslint-config": "^1.10.0",
|
|
34
34
|
"@nuxt/kit": "^4.2.1",
|
|
35
35
|
"@nuxt/module-builder": "^1.0.2",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"nuxt": "^4.2.1",
|
|
42
42
|
"typescript": "^5.9.3",
|
|
43
43
|
"vitest": "^3.2.4",
|
|
44
|
-
"vue-tsc": "^3.1.
|
|
44
|
+
"vue-tsc": "^3.1.5"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
47
|
"node": "24.11.1"
|