@yaakapp/api 0.6.3 → 0.6.5

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.
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
@@ -505,7 +505,7 @@ export type InternalEventPayload = {
505
505
  "type": "reload_request";
506
506
  } & EmptyPayload | {
507
507
  "type": "reload_response";
508
- } & EmptyPayload | {
508
+ } & BootResponse | {
509
509
  "type": "terminate_request";
510
510
  } | {
511
511
  "type": "terminate_response";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaakapp/api",
3
- "version": "0.6.3",
3
+ "version": "0.6.5",
4
4
  "keywords": [
5
5
  "api-client",
6
6
  "insomnia-alternative",