Skip to content

Commit e6e392e

Browse files
author
Emily Wang
committed
v0.0.9
1 parent 669f102 commit e6e392e

File tree

22 files changed

+85
-85
lines changed

22 files changed

+85
-85
lines changed

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livestack/client",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Helper functions and react hooks that help display Livestack data in the frontend.",
55
"scripts": {
66
"build": "preconstruct build",
@@ -10,7 +10,7 @@
1010
"dist/**/*"
1111
],
1212
"dependencies": {
13-
"@livestack/shared": "^0.0.8",
13+
"@livestack/shared": "^0.0.9",
1414
"uuid": "^9"
1515
},
1616
"devDependencies": {

core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@livestack/core",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Orchestration, in real-time.",
55
"scripts": {
66
"build": "preconstruct build",
77
"postinstall": "preconstruct dev"
88
},
99
"license": "MIT",
1010
"dependencies": {
11-
"@livestack/shared": "^0.0.8",
12-
"@livestack/vault-client": "^0.0.8",
13-
"@livestack/vault-interface": "^0.0.8",
11+
"@livestack/shared": "^0.0.9",
12+
"@livestack/vault-client": "^0.0.9",
13+
"@livestack/vault-interface": "^0.0.9",
1414
"@ltd/j-toml": "^1.38.0",
1515
"ansis": "^2.3.0",
1616
"dotenv": "^16.x",
@@ -33,7 +33,7 @@
3333
"typescript": "5.4.5"
3434
},
3535
"optionalDependencies": {
36-
"@livestack/vault-dev-server": "^0.0.8"
36+
"@livestack/vault-dev-server": "^0.0.9"
3737
},
3838
"module": "dist/livestack-core.esm.js",
3939
"main": "dist/livestack-core.cjs.js",

examples/speech-app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livestack/example-speech-app",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "",
55
"engines": {
66
"node": ">=20.0.0 <22.0.0"
@@ -12,13 +12,13 @@
1212
"author": "",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@livestack/client": "^0.0.8",
16-
"@livestack/core": "^0.0.8",
17-
"@livestack/gateway": "^0.0.8",
18-
"@livestack/lab-internal-server": "^0.0.8",
19-
"@livestack/summarizer": "^0.0.8",
20-
"@livestack/transcribe": "^0.0.8",
21-
"@livestack/translate-server": "^0.0.8",
15+
"@livestack/client": "^0.0.9",
16+
"@livestack/core": "^0.0.9",
17+
"@livestack/gateway": "^0.0.9",
18+
"@livestack/lab-internal-server": "^0.0.9",
19+
"@livestack/summarizer": "^0.0.9",
20+
"@livestack/transcribe": "^0.0.9",
21+
"@livestack/translate-server": "^0.0.9",
2222
"@types/node": "^20.10.4",
2323
"@vitejs/plugin-react": "^4.2.1",
2424
"body-parser": "^1.20.2",

gateway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livestack/gateway",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"license": "MIT",
55
"description": "Manges and routes requests between the frontend and livestack orechestration services.",
66
"scripts": {
@@ -10,8 +10,8 @@
1010
"dist/**/*"
1111
],
1212
"dependencies": {
13-
"@livestack/core": "^0.0.8",
14-
"@livestack/shared": "^0.0.8",
13+
"@livestack/core": "^0.0.9",
14+
"@livestack/shared": "^0.0.9",
1515
"jsonwebtoken": "^9.0.2",
1616
"socket.io": "^4"
1717
},

lab-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@livestack/lab-internal-common",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"dependencies": {
5-
"@livestack/core": "^0.0.8",
5+
"@livestack/core": "^0.0.9",
66
"zod": "^3"
77
},
88
"main": "dist/livestack-lab-internal-common.cjs.js",

lab-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@livestack/lab-internal-server",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"dependencies": {
5-
"@livestack/core": "^0.0.8",
6-
"@livestack/lab-internal-common": "^0.0.8",
5+
"@livestack/core": "^0.0.9",
6+
"@livestack/lab-internal-common": "^0.0.9",
77
"langchain": "^0.1.36",
88
"lorem-ipsum": "^2.0.8"
99
},

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "./node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"npmClient": "yarn"
55
}

replicate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livestack/replicate",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Livestack replicate connectors.",
55
"scripts": {
66
"build": "preconstruct build",

runpod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livestack/runpod",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Livestack runpod connectors.",
55
"scripts": {
66
"build": "preconstruct build",

shared-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"collaborators": [
44
"Xiyang Chen <[email protected]>"
55
],
6-
"version": "0.0.8",
6+
"version": "0.0.9",
77
"files": [
88
"livestack_shared_wasm_bg.wasm",
99
"livestack_shared_wasm.js",

0 commit comments

Comments
 (0)