@estuary-ai/sdk 0.2.0 → 0.3.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 CHANGED
@@ -1,70 +1,70 @@
1
- {
2
- "name": "@estuary-ai/sdk",
3
- "version": "0.2.0",
4
- "description": "Web SDK for the Estuary real-time AI conversation platform",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "import": {
11
- "types": "./dist/index.d.mts",
12
- "default": "./dist/index.mjs"
13
- },
14
- "require": {
15
- "types": "./dist/index.d.ts",
16
- "default": "./dist/index.js"
17
- }
18
- }
19
- },
20
- "files": [
21
- "dist",
22
- "README.md"
23
- ],
24
- "scripts": {
25
- "build": "tsup",
26
- "dev": "tsup --watch",
27
- "typecheck": "tsc --noEmit",
28
- "test": "vitest run",
29
- "test:watch": "vitest",
30
- "lint": "eslint src/",
31
- "format": "prettier --write src/ tests/"
32
- },
33
- "keywords": [
34
- "estuary",
35
- "ai",
36
- "conversational-ai",
37
- "voice",
38
- "livekit",
39
- "socket.io",
40
- "realtime"
41
- ],
42
- "author": "Estuary Systems, Inc.",
43
- "license": "MIT",
44
- "repository": {
45
- "type": "git",
46
- "url": "https://github.com/estuary-ai/estuary-ts-sdk"
47
- },
48
- "dependencies": {},
49
- "peerDependencies": {
50
- "livekit-client": "^2.0.0"
51
- },
52
- "peerDependenciesMeta": {
53
- "livekit-client": {
54
- "optional": true
55
- }
56
- },
57
- "devDependencies": {
58
- "typescript": "^5.7.0",
59
- "tsup": "^8.4.0",
60
- "vitest": "^3.0.0",
61
- "eslint": "^9.0.0",
62
- "prettier": "^3.4.0",
63
- "@types/node": "^22.0.0",
64
- "livekit-client": "^2.0.0",
65
- "socket.io-client": "^4.8.0"
66
- },
67
- "engines": {
68
- "node": ">=18.0.0"
69
- }
70
- }
1
+ {
2
+ "name": "@estuary-ai/sdk",
3
+ "version": "0.3.0",
4
+ "description": "Web SDK for the Estuary real-time AI conversation platform",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": {
11
+ "types": "./dist/index.d.mts",
12
+ "default": "./dist/index.mjs"
13
+ },
14
+ "require": {
15
+ "types": "./dist/index.d.ts",
16
+ "default": "./dist/index.js"
17
+ }
18
+ }
19
+ },
20
+ "files": [
21
+ "dist",
22
+ "README.md"
23
+ ],
24
+ "scripts": {
25
+ "build": "tsup",
26
+ "dev": "tsup --watch",
27
+ "typecheck": "tsc --noEmit",
28
+ "test": "vitest run",
29
+ "test:watch": "vitest",
30
+ "lint": "eslint src/",
31
+ "format": "prettier --write src/ tests/"
32
+ },
33
+ "keywords": [
34
+ "estuary",
35
+ "ai",
36
+ "conversational-ai",
37
+ "voice",
38
+ "livekit",
39
+ "socket.io",
40
+ "realtime"
41
+ ],
42
+ "author": "Estuary Systems, Inc.",
43
+ "license": "MIT",
44
+ "repository": {
45
+ "type": "git",
46
+ "url": "https://github.com/estuary-ai/estuary-ts-sdk"
47
+ },
48
+ "dependencies": {},
49
+ "peerDependencies": {
50
+ "livekit-client": "^2.0.0"
51
+ },
52
+ "peerDependenciesMeta": {
53
+ "livekit-client": {
54
+ "optional": true
55
+ }
56
+ },
57
+ "devDependencies": {
58
+ "typescript": "^5.7.0",
59
+ "tsup": "^8.4.0",
60
+ "vitest": "^3.0.0",
61
+ "eslint": "^9.0.0",
62
+ "prettier": "^3.4.0",
63
+ "@types/node": "^22.0.0",
64
+ "livekit-client": "^2.0.0",
65
+ "socket.io-client": "^4.8.0"
66
+ },
67
+ "engines": {
68
+ "node": ">=18.0.0"
69
+ }
70
+ }