diff --git a/lib/deps_jsr.ts b/lib/deps_jsr.ts index e69de29..0af8212 100644 --- a/lib/deps_jsr.ts +++ b/lib/deps_jsr.ts @@ -0,0 +1,5 @@ +// This file is just the entire matching kubernetes_client version. +// kubernetes_apis itself only depends on specific files, +// so this is provided an optional utility + +export * from "jsr:@cloudydeno/kubernetes-client@0.7.3";