@yaakapp/api 0.6.2 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # Yaak Plugin API
2
2
 
3
- Yaak is a desktop API client for interacting with REST, GraphQL, Server Sent Events (SSE),
4
- WebSocket, and gRPC APIs. It's built using Tauri, Rust, and ReactJS.
3
+ Yaak is a desktop [API client](https://yaak.app/blog/yet-another-api-client) for
4
+ interacting with REST, GraphQL, Server Sent Events (SSE), WebSocket, and gRPC APIs. It's
5
+ built using Tauri, Rust, and ReactJS.
5
6
 
6
7
  Plugins can be created in TypeScript, which are executed alongside Yaak in a NodeJS
7
8
  runtime. This package contains the TypeScript type definitions required to make building
package/package.json CHANGED
@@ -1,12 +1,20 @@
1
1
  {
2
2
  "name": "@yaakapp/api",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "keywords": [
5
5
  "api-client",
6
6
  "insomnia-alternative",
7
7
  "bruno-alternative",
8
8
  "postman-alternative"
9
9
  ],
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/mountain-loop/yaak"
13
+ },
14
+ "bugs": {
15
+ "url": "https://feedback.yaak.app"
16
+ },
17
+ "homepage": "https://yaak.app",
10
18
  "main": "lib/index.js",
11
19
  "typings": "./lib/index.d.ts",
12
20
  "files": [