@itentialopensource/adapter-etsi_sol003 0.3.0 → 0.3.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.3.1 [12-27-2023]
3
+
4
+ * fix meta
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-etsi_sol003!3
7
+
8
+ ---
9
+
2
10
  ## 0.3.0 [12-27-2023]
3
11
 
4
12
  * Adapter Engine has been updated and the changes are being migrated to the adapter
package/metadata.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "2022.1.x",
12
12
  "2023.1.x"
13
13
  ],
14
- "method": "REST API",
14
+ "method": "REST",
15
15
  "type": "Adapter",
16
16
  "domains": [
17
17
  "Cloud"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-etsi_sol003",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "This adapter integrates with system described as: ETSI sol003",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.0",
2
+ "version": "0.3.0",
3
3
  "configLines": 30009,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 9283,