Skip to content

Commit

Permalink
release(0.1.11): Release typescript-fetch SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed Jun 11, 2024
1 parent 5924037 commit f5da4de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @emergentmethods/asknews-typescript-sdk@0.1.10
## @emergentmethods/asknews-typescript-sdk@0.1.11

Typescript SDK for the AskNews API.
This SDK utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
Expand All @@ -21,7 +21,7 @@ It can be used in both TypeScript and JavaScript. In TypeScript, the definition
### Installation

```
npm install @emergentmethods/[email protected].10 --save
npm install @emergentmethods/[email protected].11 --save
```

## Usage
Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
{
"name": "@emergentmethods/asknews-typescript-sdk",
"version": "0.1.10",
"version": "0.1.11",
"description": "Typescript SDK for AskNews API",
"author": "Emergent Methods <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/emergentmethods/asknews-typescript-sdk.git"
},
"homepage": "https://docs.asknews.app",
"keywords": [
"newsapi",
"llm",
"rag",
"syntheticdata",
"news",
"asknews"
],
"bugs": "https://github.com/emergentmethods/asknews-typescript-sdk/issues",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit f5da4de

Please sign in to comment.