@bliplogs/sdk 0.1.0 → 0.1.1

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,11 +4,11 @@
4
4
  [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@bliplogs/sdk)](https://bundlephobia.com/package/@bliplogs/sdk)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
6
 
7
- Lightweight event tracking for browser and server. Zero dependencies, under 2KB gzipped.
7
+ Lightweight event tracking for browser and server. Zero dependencies, ~3 KB gzipped.
8
8
 
9
9
  ## Why BlipLogs?
10
10
 
11
- - **Tiny** – Under 2KB gzipped, no dependencies
11
+ - **Tiny** – ~3 KB gzipped, no dependencies
12
12
  - **Universal** – Works in browsers, Node 18+, Cloudflare Workers, edge runtimes
13
13
  - **Fast** – Uses `sendBeacon` for non-blocking delivery, falls back to `fetch`
14
14
  - **Simple** – Configure once, track anywhere
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bliplogs/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Zero-dependency event logging SDK for BlipLogs. Track events from browser and server with minimal overhead.",
5
5
  "author": "BlipLogs <hello@bliplogs.co.uk>",
6
6
  "license": "MIT",
@@ -63,4 +63,4 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  }
66
- }
66
+ }