@itentialopensource/adapter-generic 0.6.2 → 0.6.3

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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.6.3 [03-04-2026]
3
+
4
+ * Changes made at 2026.03.04_09:00AM
5
+
6
+ See merge request itentialopensource/adapters/adapter-generic!33
7
+
8
+ ---
9
+
2
10
  ## 0.6.2 [02-23-2026]
3
11
 
4
12
  * Changes made at 2026.02.22_15:43PM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-generic",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "This adapter integrates with any rest based system.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.12.1",
@@ -49,7 +49,7 @@
49
49
  "@itentialopensource/adapter-utils": "6.1.15",
50
50
  "acorn": "8.14.1",
51
51
  "ajv": "8.18.0",
52
- "axios": "1.13.5",
52
+ "axios": "1.13.6",
53
53
  "commander": "11.1.0",
54
54
  "fs-extra": "11.3.3",
55
55
  "json-query": "2.2.2",
@@ -280,7 +280,7 @@ describe('[unit] Generic Adapter Test', () => {
280
280
  assert.notEqual(null, packageDotJson.dependencies);
281
281
  assert.notEqual('', packageDotJson.dependencies);
282
282
  assert.equal('8.18.0', packageDotJson.dependencies.ajv);
283
- assert.equal('1.13.5', packageDotJson.dependencies.axios);
283
+ assert.equal('1.13.6', packageDotJson.dependencies.axios);
284
284
  assert.equal('11.1.0', packageDotJson.dependencies.commander);
285
285
  assert.equal('11.3.3', packageDotJson.dependencies['fs-extra']);
286
286
  assert.equal('11.3.0', packageDotJson.dependencies.mocha);