From 77c75231da3454420f32510e8b136d425dd1328a Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Fri, 19 Jan 2024 16:32:01 -0500 Subject: [PATCH 1/3] 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59a06f1..c41cf6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "ollama", - "version": "0.3.0", + "version": "0.4.0", "description": "An experimental library for the Ollama API", "main": "dist/index.js", "types": "dist/index.d.ts", From e6fb3f47c79aad6372abfd6d2b8c047d38cac724 Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Fri, 19 Jan 2024 16:39:33 -0500 Subject: [PATCH 2/3] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c41cf6b..cf2a8ed 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "ollama", "version": "0.4.0", - "description": "An experimental library for the Ollama API", + "description": "The official Ollama JavaScript client library.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { @@ -11,10 +11,10 @@ "lint": "eslint ./src/* ./test/*", "prepublishOnly": "npm run build" }, - "homepage": "https://github.com/jmorganca/node-ollama", + "homepage": "https://github.com/jmorganca/ollama-js", "repository": { "type": "git", - "url": "https://github.com/jmorganca/node-ollama.git" + "url": "https://github.com/jmorganca/ollama-js.git" }, "author": "Saul Boyd", "license": "MIT", From 0c0a3555a1630c1b2a36174d9a7eb32fe3d4e21b Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Sat, 20 Jan 2024 10:52:43 -0500 Subject: [PATCH 3/3] Update package.json Co-authored-by: Jeffrey Morgan --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf2a8ed..547582d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "type": "module", "name": "ollama", "version": "0.4.0", - "description": "The official Ollama JavaScript client library.", + "description": "Ollama Javascript library", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": {