addigy 2.2.3 → 2.2.4

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -798,7 +798,7 @@ class Addigy {
798
798
  },
799
799
  method: 'GET',
800
800
  });
801
- return JSON.parse(res.body).mdm_app_list;
801
+ return JSON.parse(res.body).items;
802
802
  }
803
803
  catch (err) {
804
804
  throw err;
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "tsc": "tsc -p tsconfig.build.json"
59
59
  },
60
60
  "types": "index.d.ts",
61
- "version": "2.2.3",
61
+ "version": "2.2.4",
62
62
  "volta": {
63
63
  "node": "14.17.1",
64
64
  "yarn": "1.22.10"