@guava-ai/guava-sdk 0.4.1 → 0.4.2

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/dist/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@guava-ai/guava-sdk",
3
3
  "description": "The official TypeScript SDK for building Guava voice agents.",
4
4
  "homepage": "https://docs.goguava.ai/typescript-sdk/",
5
- "version": "0.4.1",
5
+ "version": "0.4.2",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "types": "dist/src/index.d.ts",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@guava-ai/guava-sdk",
3
3
  "description": "The official TypeScript SDK for building Guava voice agents.",
4
4
  "homepage": "https://docs.goguava.ai/typescript-sdk/",
5
- "version": "0.4.1",
5
+ "version": "0.4.2",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "types": "dist/src/index.d.ts",
@@ -1,13 +0,0 @@
1
- # (Guava Internal) Typescript SDK Instructions
2
-
3
- ## Setup
4
-
5
- Run `npm install` to install dependencies.
6
-
7
- ## Running Examples
8
-
9
- If you're modifying an example and want to run it, use the following.
10
-
11
- ```bash
12
- npx tsx ./examples/scheduling-outbound.ts +1...
13
- ```