@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.
- package/README.md +2 -4
- 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
|
-
|
|
24
|
-
|
|
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