@5minds/node-red-contrib-processcube-elasticsearch 0.3.1-develop-26eddc-m4l3g9w5 → 0.3.1-feature-96f0c9-m4l1vp9s

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.
@@ -36,7 +36,7 @@
36
36
  // URL
37
37
  $('#node-config-input-url').typedInput({
38
38
  type: this.urlType,
39
- types: ['str', 'env'],
39
+ types: ['str', 'cred', 'env'],
40
40
  typeField: '#node-config-input-urlType',
41
41
  value: this.url,
42
42
  });
@@ -60,7 +60,7 @@
60
60
  // Index
61
61
  $('#node-config-input-index').typedInput({
62
62
  type: this.indexType,
63
- types: ['str', 'env'],
63
+ types: ['str', 'cred', 'env'],
64
64
  typeField: '#node-config-input-indexType',
65
65
  value: this.credentials.index,
66
66
  });
@@ -89,7 +89,7 @@
89
89
  </div>
90
90
  <div class="form-row" style="padding-left:20px;">
91
91
  <label for="node-config-input-password"><i class="fa fa-key"></i> Password</label>
92
- <input type="text" id="node-config-input-password" />
92
+ <input type="password" id="node-config-input-password" />
93
93
  <input type="hidden" id="node-config-input-passwordType" />
94
94
  </div>
95
95
  <div class="form-row" style="padding-left:20px;">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube-elasticsearch",
3
- "version": "0.3.1-develop-26eddc-m4l3g9w5",
3
+ "version": "0.3.1-feature-96f0c9-m4l1vp9s",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for Elasticsearch",
6
6
  "scripts": {