-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(0.2.9): Release typescript-fetch SDK
- Loading branch information
kevin
committed
Aug 16, 2024
1 parent
36e1898
commit 378c709
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## @emergentmethods/asknews-typescript-sdk@0.2.8 | ||
## @emergentmethods/asknews-typescript-sdk@0.2.9 | ||
|
||
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: | ||
|
@@ -21,7 +21,7 @@ It can be used in both TypeScript and JavaScript. In TypeScript, the definition | |
### Installation | ||
|
||
``` | ||
npm install @emergentmethods/[email protected].8 --save | ||
npm install @emergentmethods/[email protected].9 --save | ||
``` | ||
|
||
## Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@emergentmethods/asknews-typescript-sdk", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Typescript SDK for AskNews API", | ||
"author": "Emergent Methods <[email protected]>", | ||
"license": "MIT", | ||
|