@unbrowse/sdk 9.0.0-preview.0 → 9.0.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.
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unbrowse/sdk",
|
|
3
|
-
"version": "9.0.0
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "[DEPRECATED \u2014 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",
|