@itentialopensource/adapter-utils 4.48.12 → 4.48.13

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/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 4.48.13 [04-10-2023]
3
+
4
+ * Update xm2json dependency version in package
5
+
6
+ See merge request itentialopensource/adapter-utils!254
7
+
8
+ ---
9
+
2
10
  ## 4.48.12 [04-06-2023]
3
11
 
4
12
  * Update msa to handle get auth request
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-utils",
3
- "version": "4.48.12",
3
+ "version": "4.48.13",
4
4
  "description": "Itential Adapter Utility Libraries",
5
5
  "scripts": {
6
6
  "postinstall": "node utils/setup.js",
@@ -41,7 +41,7 @@
41
41
  "readline-sync": "^1.4.10",
42
42
  "socks-proxy-agent": "^4.0.2",
43
43
  "uuid": "^8.3.2",
44
- "xml2js": "^0.4.23"
44
+ "xml2js": "^0.5.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "chai": "^4.3.4",
@@ -50,12 +50,12 @@
50
50
  "eslint-plugin-import": "^2.23.4",
51
51
  "eslint-plugin-json": "^3.0.0",
52
52
  "mocha": "^9.0.1",
53
+ "nock": "^13.2.9",
53
54
  "nyc": "^15.1.0",
54
55
  "strip-ansi": "^7.0.1",
55
56
  "strip-ansi-cli": "^3.0.1",
56
57
  "testdouble": "^3.16.1",
57
- "winston": "^3.3.3",
58
- "nock": "^13.2.9"
58
+ "winston": "^3.3.3"
59
59
  },
60
60
  "peerDependencies": {},
61
61
  "private": false