diff --git a/Cargo.lock b/Cargo.lock index c0a8474..af16a3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -449,7 +449,7 @@ dependencies = [ [[package]] name = "bslive" -version = "0.2.2" +version = "0.2.3" dependencies = [ "actix-rt", "bsnext_system", @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "bsnext" -version = "0.2.2" +version = "0.2.3" dependencies = [ "actix-rt", "anyhow", @@ -470,11 +470,11 @@ dependencies = [ [[package]] name = "bsnext_client" -version = "0.2.2" +version = "0.2.3" [[package]] name = "bsnext_core" -version = "0.2.2" +version = "0.2.3" dependencies = [ "actix", "actix-rt", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "bsnext_dto" -version = "0.2.2" +version = "0.2.3" dependencies = [ "actix", "bsnext_fs", @@ -523,7 +523,7 @@ dependencies = [ [[package]] name = "bsnext_example" -version = "0.2.2" +version = "0.2.3" dependencies = [ "bsnext_html", "bsnext_input", @@ -533,7 +533,7 @@ dependencies = [ [[package]] name = "bsnext_fs" -version = "0.2.2" +version = "0.2.3" dependencies = [ "actix", "actix-rt", @@ -551,7 +551,7 @@ dependencies = [ [[package]] name = "bsnext_html" -version = "0.1.0" +version = "0.2.3" dependencies = [ "anyhow", "bsnext_input", @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "bsnext_input" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "bsnext_resp", @@ -583,7 +583,7 @@ dependencies = [ [[package]] name = "bsnext_md" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "bsnext_input", @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "bsnext_output" -version = "0.2.2" +version = "0.2.3" dependencies = [ "ansi_term", "anyhow", @@ -619,7 +619,7 @@ dependencies = [ [[package]] name = "bsnext_resp" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "axum", @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "bsnext_system" -version = "0.2.2" +version = "0.2.3" dependencies = [ "actix", "actix-rt", @@ -662,7 +662,7 @@ dependencies = [ [[package]] name = "bsnext_tracing" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap", "serde", @@ -671,7 +671,7 @@ dependencies = [ [[package]] name = "bsnext_utils" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "axum", @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "bsnext_yaml" -version = "0.2.2" +version = "0.2.3" dependencies = [ "bsnext_input", "miette", diff --git a/bslive/Cargo.toml b/bslive/Cargo.toml index d0386cf..19afa00 100644 --- a/bslive/Cargo.toml +++ b/bslive/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "bslive" -version = "0.2.2" +version = "0.2.3" [lib] crate-type = ["cdylib"] diff --git a/bsnext/Cargo.toml b/bsnext/Cargo.toml index c0afe26..0b9694c 100644 --- a/bsnext/Cargo.toml +++ b/bsnext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext" -version = "0.2.2" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/crates/bsnext_client/Cargo.toml b/crates/bsnext_client/Cargo.toml index 06c34fa..a4168f9 100644 --- a/crates/bsnext_client/Cargo.toml +++ b/crates/bsnext_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_client" -version = "0.2.2" +version = "0.2.3" 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 ea986e8..7dc1076 100644 --- a/crates/bsnext_core/Cargo.toml +++ b/crates/bsnext_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_core" -version = "0.2.2" +version = "0.2.3" 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 1aa90ee..61e1da0 100644 --- a/crates/bsnext_dto/Cargo.toml +++ b/crates/bsnext_dto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_dto" -version = "0.2.2" +version = "0.2.3" 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 b6922b7..1d3cdb7 100644 --- a/crates/bsnext_example/Cargo.toml +++ b/crates/bsnext_example/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_example" -version = "0.2.2" +version = "0.2.3" 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 8b1b0dd..b3b2891 100644 --- a/crates/bsnext_fs/Cargo.toml +++ b/crates/bsnext_fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_fs" -version = "0.2.2" +version = "0.2.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_html/Cargo.toml b/crates/bsnext_html/Cargo.toml index bb874e8..1a904a1 100644 --- a/crates/bsnext_html/Cargo.toml +++ b/crates/bsnext_html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_html" -version = "0.1.0" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/crates/bsnext_input/Cargo.toml b/crates/bsnext_input/Cargo.toml index 31547ed..7a07ae0 100644 --- a/crates/bsnext_input/Cargo.toml +++ b/crates/bsnext_input/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_input" -version = "0.2.2" +version = "0.2.3" 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 5e9d38b..0c140bd 100644 --- a/crates/bsnext_md/Cargo.toml +++ b/crates/bsnext_md/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_md" -version = "0.2.2" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/crates/bsnext_output/Cargo.toml b/crates/bsnext_output/Cargo.toml index 17e845f..a4781b2 100644 --- a/crates/bsnext_output/Cargo.toml +++ b/crates/bsnext_output/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_output" -version = "0.2.2" +version = "0.2.3" 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 d406eb6..62377bc 100644 --- a/crates/bsnext_resp/Cargo.toml +++ b/crates/bsnext_resp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_resp" -version = "0.2.2" +version = "0.2.3" 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 4ff721b..93acfbd 100644 --- a/crates/bsnext_system/Cargo.toml +++ b/crates/bsnext_system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_system" -version = "0.2.2" +version = "0.2.3" 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 9fd5507..f7f0001 100644 --- a/crates/bsnext_tracing/Cargo.toml +++ b/crates/bsnext_tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_tracing" -version = "0.2.2" +version = "0.2.3" 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 60e97d6..da36f16 100644 --- a/crates/bsnext_utils/Cargo.toml +++ b/crates/bsnext_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_utils" -version = "0.2.2" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/crates/bsnext_yaml/Cargo.toml b/crates/bsnext_yaml/Cargo.toml index 7da143a..37015b7 100644 --- a/crates/bsnext_yaml/Cargo.toml +++ b/crates/bsnext_yaml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_yaml" -version = "0.2.2" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/examples/openai/package-lock.json b/examples/openai/package-lock.json index e535cff..1b40258 100644 --- a/examples/openai/package-lock.json +++ b/examples/openai/package-lock.json @@ -1,12 +1,12 @@ { "name": "openai", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openai", - "version": "0.2.2", + "version": "0.2.3", "license": "ISC", "dependencies": { "esbuild": "^0.20.2", diff --git a/examples/openai/package.json b/examples/openai/package.json index a48630e..0181c6b 100644 --- a/examples/openai/package.json +++ b/examples/openai/package.json @@ -1,6 +1,6 @@ { "name": "openai", - "version": "0.2.2", + "version": "0.2.3", "description": "", "main": "index.js", "scripts": { diff --git a/examples/react-router/package-lock.json b/examples/react-router/package-lock.json index a65e6eb..5be9cf6 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.2.2" + "version": "0.2.3" }, "node_modules/@ampproject/remapping": { "version": "2.2.1", @@ -1539,5 +1539,5 @@ "dev": true } }, - "version": "0.2.2" + "version": "0.2.3" } diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 729d796..d4fc101 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.2.2" + "version": "0.2.3" } diff --git a/generated/package.json b/generated/package.json index d9ebac7..c87f02a 100644 --- a/generated/package.json +++ b/generated/package.json @@ -9,5 +9,5 @@ "dependencies": { "ts-to-zod": "^3.11.0" }, - "version": "0.2.2" + "version": "0.2.3" } diff --git a/inject/package.json b/inject/package.json index 2e8cb6a..3d9dfdb 100644 --- a/inject/package.json +++ b/inject/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive-inject", - "version": "0.2.2", + "version": "0.2.3", "description": "", "main": "index.js", "scripts": { diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 7fd4de5..6f33a2c 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive-darwin-arm64", - "version": "0.2.2", + "version": "0.2.3", "os": [ "darwin" ], diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 08b0a33..7b8b0ca 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive-darwin-x64", - "version": "0.2.2", + "version": "0.2.3", "os": [ "darwin" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index d662b46..ed24c88 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.2.2", + "version": "0.2.3", "os": [ "linux" ], diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index b26b12f..a789b84 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.2.2", + "version": "0.2.3", "os": [ "win32" ], diff --git a/package-lock.json b/package-lock.json index 25f09ad..5d266cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@browsersync/bslive", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@browsersync/bslive", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "workspaces": [ "ui", @@ -60,7 +60,7 @@ } }, "examples/openai": { - "version": "0.2.2", + "version": "0.2.3", "license": "ISC", "dependencies": { "esbuild": "^0.20.2", @@ -116,9 +116,9 @@ } }, "examples/openai/node_modules/openai": { - "version": "4.72.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.72.0.tgz", - "integrity": "sha512-hFqG9BWCs7L7ifrhJXw7mJXmUBr7d9N6If3J9563o0jfwVA4wFANFDDaOIWFdgDdwgCXg5emf0Q+LoLCGszQYA==", + "version": "4.73.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.73.0.tgz", + "integrity": "sha512-NZstV77w3CEol9KQTRBRQ15+Sw6nxVTicAULSjYO4wn9E5gw72Mtp3fAVaBFXyyVPws4241YmFG6ya4L8v03tA==", "license": "Apache-2.0", "dependencies": { "@types/node": "^18.11.18", @@ -143,7 +143,7 @@ }, "examples/react-router": { "name": "basic-data-router", - "version": "0.2.2", + "version": "0.2.3", "dependencies": { "react": "18.2.0", "react-dom": "18.2.0", @@ -182,14 +182,14 @@ }, "generated": { "name": "@browsersync/generated", - "version": "0.2.2", + "version": "0.2.3", "dependencies": { "ts-to-zod": "^3.11.0" } }, "inject": { "name": "@browsersync/bslive-inject", - "version": "0.2.2", + "version": "0.2.3", "license": "ISC", "dependencies": { "rxjs": "^7.8.1", @@ -5881,7 +5881,7 @@ }, "ui": { "name": "@browsersync/bslive-ui", - "version": "0.2.2", + "version": "0.2.3", "license": "ISC", "dependencies": { "lit": "^3.1.3", diff --git a/package.json b/package.json index c94f1b2..19085a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive", - "version": "0.2.2", + "version": "0.2.3", "main": "index.js", "types": "index.d.ts", "bin": { diff --git a/ui/package.json b/ui/package.json index 233efce..aeb8d74 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "@browsersync/bslive-ui", "private": true, - "version": "0.2.2", + "version": "0.2.3", "description": "", "main": "index.js", "type": "module",