@yaakapp/api 0.6.1 → 0.6.2

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 +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,8 +3,9 @@
3
3
  Yaak is a desktop API client for interacting with REST, GraphQL, Server Sent Events (SSE),
4
4
  WebSocket, and gRPC APIs. It's built using Tauri, Rust, and ReactJS.
5
5
 
6
- Yaak plugins are written in TypeScript and executed within a NodeJS runtime. This package
7
- contains the TypeScript type definitions required to make building Yaak plugins a breeze.
6
+ Plugins can be created in TypeScript, which are executed alongside Yaak in a NodeJS
7
+ runtime. This package contains the TypeScript type definitions required to make building
8
+ Yaak plugins a breeze.
8
9
 
9
10
  ## Quick Start
10
11
 
@@ -14,6 +15,9 @@ The easiest way to get started is by generating a plugin with the Yaak CLI:
14
15
  npx @yaakapp/cli generate
15
16
  ```
16
17
 
18
+ For more details on creating plugins, check out
19
+ the [Quick Start Guide](https://feedback.yaak.app/help/articles/6911763-plugins-quick-start)
20
+
17
21
  ## Installation
18
22
 
19
23
  If you prefer starting from scratch, manually install the types package:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaakapp/api",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "keywords": [
5
5
  "api-client",
6
6
  "insomnia-alternative",