diff --git a/Cargo.lock b/Cargo.lock index fe97c71..1ae3bf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -449,7 +449,7 @@ dependencies = [ [[package]] name = "bslive" -version = "0.3.1" +version = "0.4.0" dependencies = [ "actix-rt", "bsnext_system", @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "bsnext" -version = "0.3.1" +version = "0.4.0" dependencies = [ "actix-rt", "anyhow", @@ -470,11 +470,11 @@ dependencies = [ [[package]] name = "bsnext_client" -version = "0.3.1" +version = "0.4.0" [[package]] name = "bsnext_core" -version = "0.3.1" +version = "0.4.0" dependencies = [ "actix", "actix-rt", @@ -513,7 +513,7 @@ dependencies = [ [[package]] name = "bsnext_dto" -version = "0.3.1" +version = "0.4.0" dependencies = [ "actix", "bsnext_fs", @@ -527,7 +527,7 @@ dependencies = [ [[package]] name = "bsnext_example" -version = "0.3.1" +version = "0.4.0" dependencies = [ "bsnext_html", "bsnext_input", @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "bsnext_fs" -version = "0.3.1" +version = "0.4.0" dependencies = [ "actix", "actix-rt", @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "bsnext_fs_helpers" -version = "0.1.0" +version = "0.4.0" dependencies = [ "thiserror", "tracing", @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "bsnext_guards" -version = "0.3.1" +version = "0.4.0" dependencies = [ "axum", "http", @@ -574,7 +574,7 @@ dependencies = [ [[package]] name = "bsnext_html" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "bsnext_input", @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "bsnext_input" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "bsnext_fs_helpers", @@ -610,7 +610,7 @@ dependencies = [ [[package]] name = "bsnext_md" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "bsnext_input", @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "bsnext_output" -version = "0.3.1" +version = "0.4.0" dependencies = [ "ansi_term", "anyhow", @@ -647,7 +647,7 @@ dependencies = [ [[package]] name = "bsnext_resp" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "axum", @@ -664,7 +664,7 @@ dependencies = [ [[package]] name = "bsnext_system" -version = "0.3.1" +version = "0.4.0" dependencies = [ "actix", "actix-rt", @@ -693,7 +693,7 @@ dependencies = [ [[package]] name = "bsnext_tracing" -version = "0.3.1" +version = "0.4.0" dependencies = [ "clap", "serde", @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "bsnext_utils" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "axum", @@ -714,7 +714,7 @@ dependencies = [ [[package]] name = "bsnext_yaml" -version = "0.3.1" +version = "0.4.0" dependencies = [ "bsnext_input", "miette", diff --git a/bslive/Cargo.toml b/bslive/Cargo.toml index d67c1b1..e671127 100644 --- a/bslive/Cargo.toml +++ b/bslive/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "bslive" -version = "0.3.1" +version = "0.4.0" [lib] crate-type = ["cdylib"] diff --git a/bsnext/Cargo.toml b/bsnext/Cargo.toml index d43315e..a780233 100644 --- a/bsnext/Cargo.toml +++ b/bsnext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext" -version = "0.3.1" +version = "0.4.0" edition = "2021" [dependencies] diff --git a/crates/bsnext_client/Cargo.toml b/crates/bsnext_client/Cargo.toml index fe7a877..8314add 100644 --- a/crates/bsnext_client/Cargo.toml +++ b/crates/bsnext_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_client" -version = "0.3.1" +version = "0.4.0" 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 ef31f23..7b16133 100644 --- a/crates/bsnext_core/Cargo.toml +++ b/crates/bsnext_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_core" -version = "0.3.1" +version = "0.4.0" 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 49b848b..efcb4dd 100644 --- a/crates/bsnext_dto/Cargo.toml +++ b/crates/bsnext_dto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_dto" -version = "0.3.1" +version = "0.4.0" 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 133dd22..a5afa67 100644 --- a/crates/bsnext_example/Cargo.toml +++ b/crates/bsnext_example/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_example" -version = "0.3.1" +version = "0.4.0" 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 9b77f2c..b9b750e 100644 --- a/crates/bsnext_fs/Cargo.toml +++ b/crates/bsnext_fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_fs" -version = "0.3.1" +version = "0.4.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/bsnext_fs_helpers/Cargo.toml b/crates/bsnext_fs_helpers/Cargo.toml index f0b3be9..af930a3 100644 --- a/crates/bsnext_fs_helpers/Cargo.toml +++ b/crates/bsnext_fs_helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_fs_helpers" -version = "0.1.0" +version = "0.4.0" edition = "2021" [dependencies] diff --git a/crates/bsnext_guards/Cargo.toml b/crates/bsnext_guards/Cargo.toml index 183f344..c54751b 100644 --- a/crates/bsnext_guards/Cargo.toml +++ b/crates/bsnext_guards/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_guards" -version = "0.3.1" +version = "0.4.0" edition = "2021" [dependencies] diff --git a/crates/bsnext_html/Cargo.toml b/crates/bsnext_html/Cargo.toml index 8c4ca3b..e8ac5dd 100644 --- a/crates/bsnext_html/Cargo.toml +++ b/crates/bsnext_html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_html" -version = "0.3.1" +version = "0.4.0" edition = "2021" [dependencies] diff --git a/crates/bsnext_input/Cargo.toml b/crates/bsnext_input/Cargo.toml index 93d7bba..33b98d5 100644 --- a/crates/bsnext_input/Cargo.toml +++ b/crates/bsnext_input/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_input" -version = "0.3.1" +version = "0.4.0" 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 5f02ebc..a92e705 100644 --- a/crates/bsnext_md/Cargo.toml +++ b/crates/bsnext_md/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_md" -version = "0.3.1" +version = "0.4.0" edition = "2021" [dependencies] diff --git a/crates/bsnext_output/Cargo.toml b/crates/bsnext_output/Cargo.toml index d74226f..9747ee8 100644 --- a/crates/bsnext_output/Cargo.toml +++ b/crates/bsnext_output/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_output" -version = "0.3.1" +version = "0.4.0" 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 a19a09e..678de5a 100644 --- a/crates/bsnext_resp/Cargo.toml +++ b/crates/bsnext_resp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_resp" -version = "0.3.1" +version = "0.4.0" 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 3f04201..19c6a8b 100644 --- a/crates/bsnext_system/Cargo.toml +++ b/crates/bsnext_system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_system" -version = "0.3.1" +version = "0.4.0" 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 4e99a1a..9f86ab8 100644 --- a/crates/bsnext_tracing/Cargo.toml +++ b/crates/bsnext_tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_tracing" -version = "0.3.1" +version = "0.4.0" 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 0847bf5..5a37cc4 100644 --- a/crates/bsnext_utils/Cargo.toml +++ b/crates/bsnext_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_utils" -version = "0.3.1" +version = "0.4.0" edition = "2021" [dependencies] diff --git a/crates/bsnext_yaml/Cargo.toml b/crates/bsnext_yaml/Cargo.toml index c0f0ab8..645094c 100644 --- a/crates/bsnext_yaml/Cargo.toml +++ b/crates/bsnext_yaml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsnext_yaml" -version = "0.3.1" +version = "0.4.0" edition = "2021" [dependencies] diff --git a/examples/openai/package-lock.json b/examples/openai/package-lock.json index 24522a3..a5ec1f4 100644 --- a/examples/openai/package-lock.json +++ b/examples/openai/package-lock.json @@ -1,12 +1,12 @@ { "name": "openai", - "version": "0.3.1", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openai", - "version": "0.3.1", + "version": "0.4.0", "license": "ISC", "dependencies": { "esbuild": "^0.20.2", diff --git a/examples/openai/package.json b/examples/openai/package.json index f2b3aa2..45c4f93 100644 --- a/examples/openai/package.json +++ b/examples/openai/package.json @@ -1,6 +1,6 @@ { "name": "openai", - "version": "0.3.1", + "version": "0.4.0", "description": "", "main": "index.js", "scripts": { diff --git a/examples/react-router/package-lock.json b/examples/react-router/package-lock.json index 6090259..150a6fa 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.1" + "version": "0.4.0" }, "node_modules/@ampproject/remapping": { "version": "2.2.1", @@ -1539,5 +1539,5 @@ "dev": true } }, - "version": "0.3.1" + "version": "0.4.0" } diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 7ac7a25..ff89935 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.1" + "version": "0.4.0" } diff --git a/generated/package.json b/generated/package.json index 4e2d569..531fd26 100644 --- a/generated/package.json +++ b/generated/package.json @@ -9,5 +9,5 @@ "dependencies": { "ts-to-zod": "^3.11.0" }, - "version": "0.3.1" + "version": "0.4.0" } diff --git a/inject/package.json b/inject/package.json index 779808e..7b878fa 100644 --- a/inject/package.json +++ b/inject/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive-inject", - "version": "0.3.1", + "version": "0.4.0", "description": "", "main": "index.js", "scripts": { diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index ab7cd9c..2e4f249 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.1", + "version": "0.4.0", "os": [ "darwin" ], diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 983187e..c199bfa 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.1", + "version": "0.4.0", "os": [ "darwin" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index fa015db..21d7561 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.1", + "version": "0.4.0", "os": [ "linux" ], diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 3a531b3..82d8ce9 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.1", + "version": "0.4.0", "os": [ "win32" ], diff --git a/package-lock.json b/package-lock.json index 949eb0e..4101a06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@browsersync/bslive", - "version": "0.3.1", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@browsersync/bslive", - "version": "0.3.1", + "version": "0.4.0", "license": "MIT", "workspaces": [ "ui", @@ -60,7 +60,7 @@ } }, "examples/openai": { - "version": "0.3.1", + "version": "0.4.0", "license": "ISC", "dependencies": { "esbuild": "^0.20.2", @@ -116,9 +116,9 @@ } }, "examples/openai/node_modules/openai": { - "version": "4.76.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.76.0.tgz", - "integrity": "sha512-QBGIetjX1C9xDp5XGa/3mPnfKI9BgAe2xHQX6PmO98wuW9qQaurBaumcYptQWc9LHZZq7cH/Y1Rjnsr6uUDdVw==", + "version": "4.77.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.77.0.tgz", + "integrity": "sha512-WWacavtns/7pCUkOWvQIjyOfcdr9X+9n9Vvb0zFeKVDAqwCMDHB+iSr24SVaBAhplvSG6JrRXFpcNM9gWhOGIw==", "license": "Apache-2.0", "dependencies": { "@types/node": "^18.11.18", @@ -143,7 +143,7 @@ }, "examples/react-router": { "name": "basic-data-router", - "version": "0.3.1", + "version": "0.4.0", "dependencies": { "react": "18.2.0", "react-dom": "18.2.0", @@ -182,14 +182,14 @@ }, "generated": { "name": "@browsersync/generated", - "version": "0.3.1", + "version": "0.4.0", "dependencies": { "ts-to-zod": "^3.11.0" } }, "inject": { "name": "@browsersync/bslive-inject", - "version": "0.3.1", + "version": "0.4.0", "license": "ISC", "dependencies": { "rxjs": "^7.8.1", @@ -5887,7 +5887,7 @@ }, "ui": { "name": "@browsersync/bslive-ui", - "version": "0.3.1", + "version": "0.4.0", "license": "ISC", "dependencies": { "lit": "^3.1.3", diff --git a/package.json b/package.json index 610dcd6..3abe2e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browsersync/bslive", - "version": "0.3.1", + "version": "0.4.0", "main": "index.js", "types": "index.d.ts", "bin": { diff --git a/ui/package.json b/ui/package.json index 44688a0..0ea0369 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "@browsersync/bslive-ui", "private": true, - "version": "0.3.1", + "version": "0.4.0", "description": "", "main": "index.js", "type": "module",