@unfenced-ai/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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,10 +20,8 @@ bundler, or same-origin code is the supported shape.
20
20
  npm install @unfenced-ai/sdk
21
21
  ```
22
22
 
23
- > **Not on the registry yet.** `@unfenced-ai/sdk` answers 404 today; until the first
24
- > publish this package is only reachable from a checkout. Note the scope: the bare
25
- > `@unfenced` scope on npm belongs to somebody else and nothing there is ours - do not
26
- > install from it.
23
+ Install the published `@unfenced-ai/sdk` package. The bare `@unfenced` scope
24
+ belongs to someone else and is not ours.
27
25
 
28
26
  You also need an unfenced service to point at - either the hosted endpoint from
29
27
  your dashboard's **Connect** panel, or a checkout running `pnpm dev`. The server is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unfenced-ai/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Typed client for Unfenced - fetch any page as clean content and drive a real browser (observe, click, type, extract).",
5
5
  "keywords": [
6
6
  "agent",