cisco-perfmon 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/main.js +2 -2
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -260,7 +260,7 @@ class perfMonService {
260
260
  (element) => element
261
261
  );
262
262
 
263
- let instanceArr = string
263
+ let instanceArr = arr[1]
264
264
  .split(/[()]+/)
265
265
  .filter(function (e) {
266
266
  return e;
@@ -280,7 +280,7 @@ class perfMonService {
280
280
  (element) => element
281
281
  );
282
282
 
283
- let instanceArr = string.split(/[()]+/).filter(function (e) {
283
+ let instanceArr = arr[1].split(/[()]+/).filter(function (e) {
284
284
  return e;
285
285
  });
286
286
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cisco-perfmon",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A library to pull Perfmon data from Cisco VOS applications via SOAP",
5
5
  "main": "main.js",
6
6
  "scripts": {