kayto_ts 0.1.10 → 0.1.11

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  [📦 npm: kayto_ts](https://www.npmjs.com/package/kayto_ts)
4
4
 
5
- 🚀 Build robust API integrations faster with `kayto_ts`.
5
+ `kayto_ts` is a type-safe HTTP client that works in pair with `kayto` 🦀 (Rust).
6
+
7
+ `kayto` generates `schema.ts` from your OpenAPI spec, and `kayto_ts` uses that schema to provide strongly-typed requests, responses, and hooks across any TypeScript platform: browser, Bun, Node.js, Deno, and more.
6
8
 
7
9
  - 🔒 End-to-end type safety for `method + path + params + body + response`
8
10
  - ⚡ Zero-boilerplate HTTP client usage with generated schema types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kayto_ts",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Type-safe HTTP client for working with kayto-generated endpoint schemas.",
5
5
  "repository": {
6
6
  "type": "git",