@useago/sdk 0.1.1 → 0.1.6

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 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @useago/sdk
2
2
 
3
- Official JavaScript/TypeScript SDK for [AGO](https://useago.com) chat integration.
3
+ Official JavaScript/TypeScript SDK for [AGO](https://useago.com) AI agent integration.
4
4
 
5
5
  ## Installation
6
6
 
@@ -14,12 +14,4 @@ For projects integrating the embeddable widget snippet, types are available sepa
14
14
 
15
15
  ```ts
16
16
  import type { AgoWidgetConfig } from "@useago/sdk/widget";
17
- ```
18
-
19
- ## Documentation
20
-
21
- Full documentation at [docs.useago.com](https://docs.useago.com).
22
-
23
- ## License
24
-
25
- MIT
17
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useago/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.6",
4
4
  "description": "JavaScript SDK for AGO Chat integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",