gaang-solr-zk-client 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,19 @@
1
+ {
2
+ "workbench.colorCustomizations": {
3
+ "activityBar.activeBackground": "#fa1b49",
4
+ "activityBar.activeBorder": "#155e02",
5
+ "activityBar.background": "#fa1b49",
6
+ "activityBar.foreground": "#e7e7e7",
7
+ "activityBar.inactiveForeground": "#e7e7e799",
8
+ "activityBarBadge.background": "#155e02",
9
+ "activityBarBadge.foreground": "#e7e7e7",
10
+ "statusBar.background": "#dd0531",
11
+ "statusBar.foreground": "#e7e7e7",
12
+ "statusBarItem.hoverBackground": "#fa1b49",
13
+ "titleBar.activeBackground": "#dd0531",
14
+ "titleBar.activeForeground": "#e7e7e7",
15
+ "titleBar.inactiveBackground": "#dd053199",
16
+ "titleBar.inactiveForeground": "#e7e7e799"
17
+ },
18
+ "peacock.color": "#dd0531"
19
+ }
package/index.js CHANGED
@@ -212,7 +212,6 @@ function replaceAfterPort(url, pattern, replacement) {
212
212
 
213
213
  function swap(obj) {
214
214
  var ret = {};
215
- console.log(obj)
216
215
  for (var key in obj) {
217
216
  if (obj.hasOwnProperty(key)) {
218
217
  for(collection of obj[key].split(',')){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaang-solr-zk-client",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Solr Zookeeper Client by GAANG",
5
5
  "main": "index.js",
6
6
  "scripts": {