lamsal-kit 1.0.4 → 1.0.5
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.
- package/build/lamsal-kit.js +2 -4
- package/package.json +1 -1
package/build/lamsal-kit.js
CHANGED
|
@@ -26835,7 +26835,7 @@ var require_package = __commonJS({
|
|
|
26835
26835
|
},
|
|
26836
26836
|
repository: "romanlamsal/lamsal-kit",
|
|
26837
26837
|
type: "module",
|
|
26838
|
-
version: "1.0.
|
|
26838
|
+
version: "1.0.5",
|
|
26839
26839
|
main: "build/lamsal-kit.js",
|
|
26840
26840
|
types: "build/lamsal-kit.d.ts",
|
|
26841
26841
|
scripts: {
|
|
@@ -26882,9 +26882,7 @@ async function getRegistry() {
|
|
|
26882
26882
|
if (process6.env["REGISTRY_JSON"]) {
|
|
26883
26883
|
return JSON.parse(readFileSync2(process6.env["REGISTRY_JSON"], "utf8"));
|
|
26884
26884
|
}
|
|
26885
|
-
return fetch("https://romanlamsal.github.io/lamsal-kit/registry.json").then(
|
|
26886
|
-
(res) => res.json()
|
|
26887
|
-
);
|
|
26885
|
+
return fetch("https://romanlamsal.github.io/lamsal-kit/registry.json").then((res) => res.json()).then((res) => res.entries);
|
|
26888
26886
|
}
|
|
26889
26887
|
async function getAdded() {
|
|
26890
26888
|
const registeredSources = registry2.map((regEntry) => regEntry.name);
|