@powerhousedao/registry 6.0.0-dev.83 → 6.0.0-dev.88
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/dist/src/cli.js
CHANGED
|
@@ -160821,6 +160821,7 @@ function buildVerdaccioConfig(config) {
|
|
|
160821
160821
|
enable: config.webEnabled !== false,
|
|
160822
160822
|
title: "Powerhouse Registry",
|
|
160823
160823
|
logo: "/app/static/logo.svg",
|
|
160824
|
+
favicon: "/app/static/favicon.ico",
|
|
160824
160825
|
primary_color: "#38C780",
|
|
160825
160826
|
darkMode: true
|
|
160826
160827
|
},
|
package/dist/src/index.js
CHANGED
|
@@ -26904,6 +26904,7 @@ function buildVerdaccioConfig(config) {
|
|
|
26904
26904
|
enable: config.webEnabled !== false,
|
|
26905
26905
|
title: "Powerhouse Registry",
|
|
26906
26906
|
logo: "/app/static/logo.svg",
|
|
26907
|
+
favicon: "/app/static/favicon.ico",
|
|
26907
26908
|
primary_color: "#38C780",
|
|
26908
26909
|
darkMode: true
|
|
26909
26910
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verdaccio-config.d.ts","sourceRoot":"","sources":["../../src/verdaccio-config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAEjD,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"verdaccio-config.d.ts","sourceRoot":"","sources":["../../src/verdaccio-config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAEjD,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,cAAc,2BA+D1D"}
|