@itentialopensource/adapter-att_mobility 0.5.0 → 0.5.2
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 +16 -0
- package/TAB2.md +2 -2
- package/compliance-report.json +9 -0
- package/compliance-report.txt +5 -0
- package/metadata.json +4 -1
- package/package.json +9 -9
- package/refs?service=git-upload-pack +0 -0
- package/test/unit/adapterTestUnit.js +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.5.2 [08-06-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.08.06_19:08PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-att_mobility!13
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.5.1 [08-06-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.08.06_12:53PM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-att_mobility!12
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.5.0 [05-10-2024]
|
|
3
19
|
|
|
4
20
|
* 2024 Adapter Migration
|
package/TAB2.md
CHANGED
|
@@ -312,7 +312,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
314
|
```
|
|
315
|
-
### [Swagger](https://gitlab.com/itentialopensource/adapters/
|
|
315
|
+
### [Swagger](https://gitlab.com/itentialopensource/adapters/adapter-att_mobility/-/blob/master/report/adapter-openapi.json)
|
|
316
316
|
|
|
317
|
-
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/
|
|
317
|
+
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-att_mobility/-/blob/master/README.md)
|
|
318
318
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
---------------------------------------------------------------------------------------------
|
|
2
|
+
**** Project Compliance Summary ****
|
|
3
|
+
0 project(s) are not valid
|
|
4
|
+
0 project(s) are valid
|
|
5
|
+
---------------------------------------------------------------------------------------------
|
package/metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-att_mobility",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "This adapter integrates with system described as: att-mobility.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "AT&T Mobility",
|
|
@@ -53,22 +53,22 @@
|
|
|
53
53
|
"author": "Itential",
|
|
54
54
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-att_mobility#readme",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
57
|
-
"acorn": "^8.
|
|
58
|
-
"ajv": "^8.
|
|
59
|
-
"axios": "^1.
|
|
56
|
+
"@itentialopensource/adapter-utils": "^5.6.0",
|
|
57
|
+
"acorn": "^8.12.1",
|
|
58
|
+
"ajv": "^8.17.1",
|
|
59
|
+
"axios": "^1.7.2",
|
|
60
60
|
"commander": "^11.0.0",
|
|
61
61
|
"dns-lookup-promise": "^1.0.4",
|
|
62
|
-
"fs-extra": "^11.
|
|
62
|
+
"fs-extra": "^11.2.0",
|
|
63
63
|
"json-query": "^2.2.2",
|
|
64
|
-
"mocha": "^10.
|
|
64
|
+
"mocha": "^10.7.0",
|
|
65
65
|
"mocha-param": "^2.0.1",
|
|
66
66
|
"mongodb": "^4.16.0",
|
|
67
67
|
"ping": "^0.4.4",
|
|
68
68
|
"prompts": "^2.4.2",
|
|
69
69
|
"readline-sync": "^1.4.10",
|
|
70
|
-
"semver": "^7.
|
|
71
|
-
"winston": "^3.
|
|
70
|
+
"semver": "^7.6.3",
|
|
71
|
+
"winston": "^3.13.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"chai": "^4.3.7",
|
|
Binary file
|
|
@@ -314,16 +314,16 @@ describe('[unit] AttMobility Adapter Test', () => {
|
|
|
314
314
|
assert.notEqual(undefined, packageDotJson.dependencies);
|
|
315
315
|
assert.notEqual(null, packageDotJson.dependencies);
|
|
316
316
|
assert.notEqual('', packageDotJson.dependencies);
|
|
317
|
-
assert.equal('^8.
|
|
318
|
-
assert.equal('^1.
|
|
317
|
+
assert.equal('^8.17.1', packageDotJson.dependencies.ajv);
|
|
318
|
+
assert.equal('^1.7.2', packageDotJson.dependencies.axios);
|
|
319
319
|
assert.equal('^11.0.0', packageDotJson.dependencies.commander);
|
|
320
|
-
assert.equal('^11.
|
|
321
|
-
assert.equal('^10.
|
|
320
|
+
assert.equal('^11.2.0', packageDotJson.dependencies['fs-extra']);
|
|
321
|
+
assert.equal('^10.7.0', packageDotJson.dependencies.mocha);
|
|
322
322
|
assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
|
|
323
323
|
assert.equal('^0.4.4', packageDotJson.dependencies.ping);
|
|
324
324
|
assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);
|
|
325
|
-
assert.equal('^7.
|
|
326
|
-
assert.equal('^3.
|
|
325
|
+
assert.equal('^7.6.3', packageDotJson.dependencies.semver);
|
|
326
|
+
assert.equal('^3.13.1', packageDotJson.dependencies.winston);
|
|
327
327
|
done();
|
|
328
328
|
} catch (error) {
|
|
329
329
|
log.error(`Test Failure: ${error}`);
|