From 35dc9b28658325afd9c34d3886f1dcec42ad35eb Mon Sep 17 00:00:00 2001 From: Deryk DeGuzman Date: Tue, 2 Apr 2024 17:24:13 -0700 Subject: [PATCH] Release 0.0.4 --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dea944a..0ede1a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vectara/stream-query-client", - "version": "0.0.3", + "version": "0.0.4", "description": "A utility to conveniently send and receive data to/from Vectara's streaming query API.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -9,8 +9,15 @@ "build": "npm run clean && node build.js && tsc --emitDeclarationOnly --outDir lib", "clean": "rimraf lib" }, - "author": "", + "author": { + "name": "Vectara, Inc.", + "url": "https://www.vectara.com" + }, "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/vectara/stream-query-client" + }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0",