@powerhousedao/registry 6.0.0-dev.81 → 6.0.0-dev.83
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,10 @@ 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",
|
|
160825
|
+
darkMode: true
|
|
160823
160826
|
},
|
|
160824
160827
|
server: {
|
|
160825
160828
|
keepAliveTimeout: 60
|
package/dist/src/index.js
CHANGED
|
@@ -26902,7 +26902,10 @@ 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",
|
|
26908
|
+
darkMode: true
|
|
26906
26909
|
},
|
|
26907
26910
|
server: {
|
|
26908
26911
|
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,2BA8D1D"}
|