@itentialopensource/adapter-alkira 0.1.5 → 0.1.6

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.1.6 [08-01-2023]
3
+
4
+ * Migrate adapter base with broker changes
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-alkira!4
7
+
8
+ ---
9
+
2
10
  ## 0.1.5 [05-02-2023]
3
11
 
4
12
  * Migrate adapter base with broker changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-alkira",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "This adapter integrates with system described as: alkiraApi.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.15",
Binary file
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "0.1.4",
2
+ "version": "0.1.5",
3
3
  "configLines": 46212,
4
4
  "scriptLines": 1795,
5
- "codeLines": 40946,
5
+ "codeLines": 40977,
6
6
  "testLines": 32660,
7
7
  "testCases": 1735,
8
- "totalCodeLines": 75401,
8
+ "totalCodeLines": 75432,
9
9
  "wfTasks": 457
10
10
  }