@datapos/datapos-development 0.3.264 → 0.3.266
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7856,7 +7856,7 @@ function Zh(e) {
|
|
|
7856
7856
|
}
|
|
7857
7857
|
function Uh(e) {
|
|
7858
7858
|
const t = e.name ?? "";
|
|
7859
|
-
return t === "datapos-app" ? "app" : t === "datapos-api" ? "api" : t === "datapos-engine" ? "engine" : t === "@datapos/datapos-development" ? "dev" : t.includes("datapos-connector") ? "connector" : t.includes("datapos-context") ? "context" : t.includes("datapos-presenter") ? "presenter" : t.includes("datapos-tool") ? "tool" : "other";
|
|
7859
|
+
return t === "datapos-app" ? "app" : t === "datapos-api" ? "api" : t === "datapos-engine" ? "engine" : t === "@datapos/datapos-shared" ? "shared" : t === "@datapos/datapos-development" ? "dev" : t.includes("datapos-connector") ? "connector" : t.includes("datapos-context") ? "context" : t.includes("datapos-presenter") ? "presenter" : t.includes("datapos-tool") ? "tool" : "other";
|
|
7860
7860
|
}
|
|
7861
7861
|
const qh = ["critical", "high", "moderate", "low", "unknown"], Hh = {
|
|
7862
7862
|
critical: { color: "D32F2F", label: "critical" },
|
package/package.json
CHANGED