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