diff --git a/Cargo.lock b/Cargo.lock index a9d773b..8a03987 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -449,7 +449,7 @@ dependencies = [ [[package]] name = "bslive" -version = "0.3.0" +version = "0.3.1" dependencies = [ "actix-rt", "bsnext_system", @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "bsnext" -version = "0.3.0" +version = "0.3.1" dependencies = [ "actix-rt", "anyhow", @@ -470,11 +470,11 @@ dependencies = [ [[package]] name = "bsnext_client" -version = "0.3.0" +version = "0.3.1" [[package]] name = "bsnext_core" -version = "0.3.0" +version = "0.3.1" dependencies = [ "actix", "actix-rt", @@ -510,7 +510,7 @@ dependencies = [ [[package]] name = "bsnext_dto" -version = "0.3.0" +version = "0.3.1" dependencies = [ "actix", "bsnext_fs", @@ -524,7 +524,7 @@ dependencies = [ [[package]] name = "bsnext_example" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bsnext_html", "bsnext_input", @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "bsnext_fs" -version = "0.3.0" +version = "0.3.1" dependencies = [ "actix", "actix-rt", @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "bsnext_guards" -version = "0.3.0" +version = "0.3.1" dependencies = [ "axum", "http", @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "bsnext_html" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "bsnext_input", @@ -575,7 +575,7 @@ dependencies = [ [[package]] name = "bsnext_input" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "bsnext_guards", @@ -597,7 +597,7 @@ dependencies = [ [[package]] name = "bsnext_md" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "bsnext_input", @@ -613,7 +613,7 @@ dependencies = [ [[package]] name = "bsnext_output" -version = "0.3.0" +version = "0.3.1" dependencies = [ "ansi_term", "anyhow", @@ -633,7 +633,7 @@ dependencies = [ [[package]] name = "bsnext_resp" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "axum", @@ -650,7 +650,7 @@ dependencies = [ [[package]] name = "bsnext_system" -version = "0.3.0" +version = "0.3.1" dependencies = [ "actix", "actix-rt", @@ -676,7 +676,7 @@ dependencies = [ [[package]] name = "bsnext_tracing" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap", "serde", @@ -685,7 +685,7 @@ dependencies = [ [[package]] name = "bsnext_utils" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "axum", @@ -697,7 +697,7 @@ dependencies = [ [[package]] name = "bsnext_yaml" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bsnext_input", "miette", diff --git a/bslive/Cargo.toml b/bslive/Cargo.toml index 678499d..d67c1b1 100644 --- a/bslive/Cargo.toml +++ b/bslive/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "bslive" -version = "0.3.0" +version = "0.3.1" [lib] crate-type = ["cdylib"] diff --git a/bsnext/Cargo.toml b/bsnext/Cargo.toml index 1a4b1c8..d43315e 100644 --- a/bsnext/Cargo.toml +++ b/bsnext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext" -version = "0.3.0" +version = "0.3.1" edition = "2021" [dependencies] diff --git a/crates/bsnext_client/Cargo.toml b/crates/bsnext_client/Cargo.toml index a8632d9..fe7a877 100644 --- a/crates/bsnext_client/Cargo.toml +++ b/crates/bsnext_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_client" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_core/Cargo.toml b/crates/bsnext_core/Cargo.toml index 660f2a3..5def44b 100644 --- a/crates/bsnext_core/Cargo.toml +++ b/crates/bsnext_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_core" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_dto/Cargo.toml b/crates/bsnext_dto/Cargo.toml index 73c5e22..49b848b 100644 --- a/crates/bsnext_dto/Cargo.toml +++ b/crates/bsnext_dto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_dto" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_example/Cargo.toml b/crates/bsnext_example/Cargo.toml index 9079eda..133dd22 100644 --- a/crates/bsnext_example/Cargo.toml +++ b/crates/bsnext_example/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_example" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_fs/Cargo.toml b/crates/bsnext_fs/Cargo.toml index bcdfead..9b77f2c 100644 --- a/crates/bsnext_fs/Cargo.toml +++ b/crates/bsnext_fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_fs" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_guards/Cargo.toml b/crates/bsnext_guards/Cargo.toml index 21c4146..183f344 100644 --- a/crates/bsnext_guards/Cargo.toml +++ b/crates/bsnext_guards/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_guards" -version = "0.3.0" +version = "0.3.1" edition = "2021" [dependencies] diff --git a/crates/bsnext_html/Cargo.toml b/crates/bsnext_html/Cargo.toml index 11ceaf6..822acf4 100644 --- a/crates/bsnext_html/Cargo.toml +++ b/crates/bsnext_html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_html" -version = "0.3.0" +version = "0.3.1" edition = "2021" [dependencies] diff --git a/crates/bsnext_input/Cargo.toml b/crates/bsnext_input/Cargo.toml index dc9724b..1cb1f49 100644 --- a/crates/bsnext_input/Cargo.toml +++ b/crates/bsnext_input/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_input" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_md/Cargo.toml b/crates/bsnext_md/Cargo.toml index 2ebcf76..5f02ebc 100644 --- a/crates/bsnext_md/Cargo.toml +++ b/crates/bsnext_md/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_md" -version = "0.3.0" +version = "0.3.1" edition = "2021" [dependencies] diff --git a/crates/bsnext_output/Cargo.toml b/crates/bsnext_output/Cargo.toml index b5cab0e..c080ec8 100644 --- a/crates/bsnext_output/Cargo.toml +++ b/crates/bsnext_output/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_output" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_resp/Cargo.toml b/crates/bsnext_resp/Cargo.toml index 0706d19..a19a09e 100644 --- a/crates/bsnext_resp/Cargo.toml +++ b/crates/bsnext_resp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_resp" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_system/Cargo.toml b/crates/bsnext_system/Cargo.toml index a0312f3..52e7091 100644 --- a/crates/bsnext_system/Cargo.toml +++ b/crates/bsnext_system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_system" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_tracing/Cargo.toml b/crates/bsnext_tracing/Cargo.toml index c80e4b4..4e99a1a 100644 --- a/crates/bsnext_tracing/Cargo.toml +++ b/crates/bsnext_tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_tracing" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_utils/Cargo.toml b/crates/bsnext_utils/Cargo.toml index 5cac282..0847bf5 100644 --- a/crates/bsnext_utils/Cargo.toml +++ b/crates/bsnext_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_utils" -version = "0.3.0" +version = "0.3.1" edition = "2021" [dependencies] diff --git a/crates/bsnext_yaml/Cargo.toml b/crates/bsnext_yaml/Cargo.toml index 963d884..c0f0ab8 100644 --- a/crates/bsnext_yaml/Cargo.toml +++ b/crates/bsnext_yaml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_yaml" -version = "0.3.0" +version = "0.3.1" edition = "2021" [dependencies] diff --git a/examples/openai/package-lock.json b/examples/openai/package-lock.json index c88a3a3..24522a3 100644 --- a/examples/openai/package-lock.json +++ b/examples/openai/package-lock.json @@ -1,12 +1,12 @@ { "name": "openai", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openai", - "version": "0.3.0", + "version": "0.3.1", "license": "ISC", "dependencies": { "esbuild": "^0.20.2", diff --git a/examples/openai/package.json b/examples/openai/package.json index f868c42..f2b3aa2 100644 --- a/examples/openai/package.json +++ b/examples/openai/package.json @@ -1,6 +1,6 @@ { "name": "openai", - "version": "0.3.0", + "version": "0.3.1", "description": "", "main": "index.js", "scripts": { diff --git a/examples/react-router/package-lock.json b/examples/react-router/package-lock.json index 2355381..6090259 100644 --- a/examples/react-router/package-lock.json +++ b/examples/react-router/package-lock.json @@ -19,7 +19,7 @@ "typescript": "4.9.5", "vite": "4.0.4" }, - "version": "0.3.0" + "version": "0.3.1" }, "node_modules/@ampproject/remapping": { "version": "2.2.1", @@ -1539,5 +1539,5 @@ "dev": true } }, - "version": "0.3.0" + "version": "0.3.1" } diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 369cf5a..7ac7a25 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -21,5 +21,5 @@ "typescript": "4.9.5", "vite": "4.0.4" }, - "version": "0.3.0" + "version": "0.3.1" } diff --git a/generated/package.json b/generated/package.json index 71842b5..4e2d569 100644 --- a/generated/package.json +++ b/generated/package.json @@ -9,5 +9,5 @@ "dependencies": { "ts-to-zod": "^3.11.0" }, - "version": "0.3.0" + "version": "0.3.1" } diff --git a/inject/package.json b/inject/package.json index f401052..779808e 100644 --- a/inject/package.json +++ b/inject/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive-inject", - "version": "0.3.0", + "version": "0.3.1", "description": "", "main": "index.js", "scripts": { diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 096ffd8..ab7cd9c 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive-darwin-arm64", - "version": "0.3.0", + "version": "0.3.1", "os": [ "darwin" ], diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index cb5fcd0..983187e 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive-darwin-x64", - "version": "0.3.0", + "version": "0.3.1", "os": [ "darwin" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 8d7835f..fa015db 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive-linux-x64-gnu", - "version": "0.3.0", + "version": "0.3.1", "os": [ "linux" ], diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 25e686a..3a531b3 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive-win32-x64-msvc", - "version": "0.3.0", + "version": "0.3.1", "os": [ "win32" ], diff --git a/package-lock.json b/package-lock.json index 14a0eaf..949eb0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@browsersync/bslive", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@browsersync/bslive", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "workspaces": [ "ui", @@ -60,7 +60,7 @@ } }, "examples/openai": { - "version": "0.3.0", + "version": "0.3.1", "license": "ISC", "dependencies": { "esbuild": "^0.20.2", @@ -116,9 +116,9 @@ } }, "examples/openai/node_modules/openai": { - "version": "4.75.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.75.0.tgz", - "integrity": "sha512-8cWaK3td0qLspaflKWD6AvpQnl0gynWFbHg7sMAgiu//F20I4GJlCCpllDrECO6WFSuY8HXJj8gji3urw2BGGg==", + "version": "4.76.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.76.0.tgz", + "integrity": "sha512-QBGIetjX1C9xDp5XGa/3mPnfKI9BgAe2xHQX6PmO98wuW9qQaurBaumcYptQWc9LHZZq7cH/Y1Rjnsr6uUDdVw==", "license": "Apache-2.0", "dependencies": { "@types/node": "^18.11.18", @@ -143,7 +143,7 @@ }, "examples/react-router": { "name": "basic-data-router", - "version": "0.3.0", + "version": "0.3.1", "dependencies": { "react": "18.2.0", "react-dom": "18.2.0", @@ -182,14 +182,14 @@ }, "generated": { "name": "@browsersync/generated", - "version": "0.3.0", + "version": "0.3.1", "dependencies": { "ts-to-zod": "^3.11.0" } }, "inject": { "name": "@browsersync/bslive-inject", - "version": "0.3.0", + "version": "0.3.1", "license": "ISC", "dependencies": { "rxjs": "^7.8.1", @@ -5887,7 +5887,7 @@ }, "ui": { "name": "@browsersync/bslive-ui", - "version": "0.3.0", + "version": "0.3.1", "license": "ISC", "dependencies": { "lit": "^3.1.3", diff --git a/package.json b/package.json index 63e9d55..610dcd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive", - "version": "0.3.0", + "version": "0.3.1", "main": "index.js", "types": "index.d.ts", "bin": { diff --git a/ui/package.json b/ui/package.json index 23d675d..44688a0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "@browsersync/bslive-ui", "private": true, - "version": "0.3.0", + "version": "0.3.1", "description": "", "main": "index.js", "type": "module",