packages/ak-common: rename from ak-lib (#21314)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2026-04-02 11:00:01 +00:00
committed by GitHub
parent a8db5f1bfa
commit df6d580150
4 changed files with 4 additions and 6 deletions
Generated
+1 -1
View File
@@ -103,7 +103,7 @@ dependencies = [
]
[[package]]
name = "authentik-lib"
name = "authentik-common"
version = "2026.5.0-rc1"
[[package]]
+2 -4
View File
@@ -1,6 +1,6 @@
[workspace]
members = [
"packages/ak-lib",
"packages/ak-common",
"packages/client-rust",
"website/scripts/docsmg",
]
@@ -51,9 +51,7 @@ tokio-util = { version = "= 0.7.18", features = ["full"] }
url = "= 2.5.8"
uuid = { version = "= 1.23.0", features = ["serde", "v4"] }
lib = { package = "authentik-lib", version = "2026.5.0-rc1", path = "./packages/ak-lib" }
authentik-client = { version = "2026.5.0-rc1", path = "./packages/client-rust" }
ak-common = { package = "authentik-common", version = "2026.5.0-rc1", path = "./packages/ak-common" }
[profile.dev.package.backtrace]
opt-level = 3
@@ -1,5 +1,5 @@
[package]
name = "authentik-lib"
name = "authentik-common"
version.workspace = true
authors.workspace = true
edition.workspace = true