@powerhousedao/registry 6.0.0-dev.82 → 6.0.0-dev.84
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,7 +160821,9 @@ function buildVerdaccioConfig(config) {
|
|
|
160821
160821
|
enable: config.webEnabled !== false,
|
|
160822
160822
|
title: "Powerhouse Registry",
|
|
160823
160823
|
logo: "/app/static/logo.svg",
|
|
160824
|
-
|
|
160824
|
+
favicon: "/app/static/favicon.ico",
|
|
160825
|
+
primary_color: "#38C780",
|
|
160826
|
+
darkMode: true
|
|
160825
160827
|
},
|
|
160826
160828
|
server: {
|
|
160827
160829
|
keepAliveTimeout: 60
|
package/dist/src/index.js
CHANGED
|
@@ -26904,7 +26904,9 @@ function buildVerdaccioConfig(config) {
|
|
|
26904
26904
|
enable: config.webEnabled !== false,
|
|
26905
26905
|
title: "Powerhouse Registry",
|
|
26906
26906
|
logo: "/app/static/logo.svg",
|
|
26907
|
-
|
|
26907
|
+
favicon: "/app/static/favicon.ico",
|
|
26908
|
+
primary_color: "#38C780",
|
|
26909
|
+
darkMode: true
|
|
26908
26910
|
},
|
|
26909
26911
|
server: {
|
|
26910
26912
|
keepAliveTimeout: 60
|
|
@@ -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"}
|