@unbrowse/sdk 8.2.0 → 8.3.0-preview.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ TypeScript SDK for Unbrowse — the local agent browser that spawns the `unbrows
6
6
 
7
7
  The SDK auto-spawns the `unbrowse` binary if it isn't already running, so a single `await Unbrowse.local()` is all you need to go from `npm install` to your first resolve.
8
8
 
9
- Current version: **8.0.0**.
9
+ Current version: **8.2.0**.
10
10
 
11
11
  > The SDK (this package) is MIT-licensed. The `unbrowse` runtime binary it talks to is distributed via npm. See [`OPEN-SOURCE-NOTICE.md`](../../docs/OPEN-SOURCE-NOTICE.md).
12
12
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unbrowse/sdk",
3
- "version": "8.2.0",
3
+ "version": "8.3.0-preview.0",
4
4
  "description": "[DEPRECATED — use the SDK folded into the unbrowse package: import { Unbrowse } from \"unbrowse/sdk\"] Thin TypeScript SDK for the canonical Unbrowse local server API.",
5
5
  "deprecated": "v6 @unbrowse/sdk is legacy (binary-spawn pattern). New code should install @unbrowse/client (v7, HTTP-first, browser-compatible, zero runtime deps): https://www.npmjs.com/package/@unbrowse/client . v6 stays supported for existing users until migration.",
6
6
  "type": "module",