From e0aaa33ccb042a046c3bbefc43a216c112f7218a Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 8 Jun 2025 08:17:11 -0700 Subject: [PATCH] Update README --- packages/plugin-runtime-types/README.md | 5 +++-- packages/plugin-runtime-types/package.json | 10 +++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/packages/plugin-runtime-types/README.md b/packages/plugin-runtime-types/README.md index 1ec5a25a..cce0d5fb 100644 --- a/packages/plugin-runtime-types/README.md +++ b/packages/plugin-runtime-types/README.md @@ -1,7 +1,8 @@ # Yaak Plugin API -Yaak is a desktop API client for interacting with REST, GraphQL, Server Sent Events (SSE), -WebSocket, and gRPC APIs. It's built using Tauri, Rust, and ReactJS. +Yaak is a desktop [API client](https://yaak.app/blog/yet-another-api-client) for +interacting with REST, GraphQL, Server Sent Events (SSE), WebSocket, and gRPC APIs. It's +built using Tauri, Rust, and ReactJS. Plugins can be created in TypeScript, which are executed alongside Yaak in a NodeJS runtime. This package contains the TypeScript type definitions required to make building diff --git a/packages/plugin-runtime-types/package.json b/packages/plugin-runtime-types/package.json index ec073511..cd7decf2 100644 --- a/packages/plugin-runtime-types/package.json +++ b/packages/plugin-runtime-types/package.json @@ -1,12 +1,20 @@ { "name": "@yaakapp/api", - "version": "0.6.2", + "version": "0.6.4", "keywords": [ "api-client", "insomnia-alternative", "bruno-alternative", "postman-alternative" ], + "repository": { + "type": "git", + "url": "https://github.com/mountain-loop/yaak" + }, + "bugs": { + "url": "https://feedback.yaak.app" + }, + "homepage": "https://yaak.app", "main": "lib/index.js", "typings": "./lib/index.d.ts", "files": [