@itentialopensource/adapter-att_mobility 0.6.0 → 0.7.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.
Files changed (2) hide show
  1. package/CALLS.md +1 -1
  2. package/package.json +2 -3
package/CALLS.md CHANGED
@@ -14,7 +14,7 @@ These are adapter methods that Itential Platform or you might use. There are som
14
14
  </tr>
15
15
  <tr>
16
16
  <td style="padding:15px">connect()</td>
17
- <td style="padding:15px">This call is run when the Adapter is first loaded by he Itential Platform. It validates the properties have been provided correctly.</td>
17
+ <td style="padding:15px">This call is run when the Adapter is first loaded by the Itential Platform. It validates the properties have been provided correctly.</td>
18
18
  <td style="padding:15px">No</td>
19
19
  </tr>
20
20
  <tr>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-att_mobility",
3
- "version": "0.6.0",
3
+ "version": "0.7.1",
4
4
  "description": "This adapter integrates with system described as: att-mobility.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "AT&T Mobility",
@@ -33,7 +33,6 @@
33
33
  "Itential Platform",
34
34
  "Automation",
35
35
  "Integration",
36
- "App-Artifacts",
37
36
  "Adapter",
38
37
  "Inventory",
39
38
  "attmobility",
@@ -51,7 +50,7 @@
51
50
  "author": "Itential",
52
51
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-att_mobility#readme",
53
52
  "dependencies": {
54
- "@itentialopensource/adapter-utils": "5.10.16",
53
+ "@itentialopensource/adapter-utils": "5.10.19",
55
54
  "acorn": "8.14.1",
56
55
  "ajv": "8.17.1",
57
56
  "axios": "1.9.0",