@kookee/sdk 0.0.3 → 0.0.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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  Official SDK for Kookee - Access your blog content via a simple API.
4
4
 
5
+ ## Why @kookee/sdk?
6
+
7
+ - **Lightweight** - Only ~1.5 KB minified (ESM), no bloat
8
+ - **Zero dependencies** - Uses native `fetch`, nothing else
9
+ - **TypeScript-first** - Full type definitions out of the box
10
+ - **Tree-shakeable** - Import only what you need
11
+ - **Open source** - [MIT licensed](https://github.com/kookee-dot-dev/kookee-ts-sdk)
12
+
5
13
  ## Installation
6
14
 
7
15
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kookee/sdk",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Official Kookee SDK - Access your blog, changelog, help center, and more",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",