keycloakify 10.0.0-rc.130 → 10.0.0-rc.131

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/bin/31.index.js CHANGED
@@ -53,8 +53,6 @@ function getProxyFetchOptions(params) {
53
53
  cwd: npmConfigGetCwd
54
54
  })
55
55
  .toString("utf8");
56
- console.log("Output of `npm config get`:");
57
- console.log(output);
58
56
  return output
59
57
  .split("\n")
60
58
  .filter(line => !line.startsWith(";"))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "10.0.0-rc.130",
3
+ "version": "10.0.0-rc.131",
4
4
  "description": "Create Keycloak themes using React",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,9 +20,6 @@ export function getProxyFetchOptions(params: {
20
20
  })
21
21
  .toString("utf8");
22
22
 
23
- console.log("Output of `npm config get`:");
24
- console.log(output);
25
-
26
23
  return output
27
24
  .split("\n")
28
25
  .filter(line => !line.startsWith(";"))
@@ -72,8 +72,6 @@ function getProxyFetchOptions(params) {
72
72
  cwd: npmConfigGetCwd
73
73
  })
74
74
  .toString("utf8");
75
- console.log("Output of `npm config get`:");
76
- console.log(output);
77
75
  return output
78
76
  .split("\n")
79
77
  .filter(line => !line.startsWith(";"))