Skip to content

Commit

Permalink
Merge pull request #4 from vectara/chore/release_0.0.4
Browse files Browse the repository at this point in the history
Release 0.0.4
  • Loading branch information
mrderyk authored Apr 3, 2024
2 parents c86f1eb + 35dc9b2 commit a2e3416
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit a2e3416

Please sign in to comment.