@itentialopensource/adapter-aws_cognito_identity_provider 0.1.3 → 0.1.5
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-aws_cognito_identity_provider",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "This adapter integrates with system described as: Amazon Cognito Identity Provider.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Aws_cognito_identity_provider",
|
|
@@ -52,22 +52,22 @@
|
|
|
52
52
|
"author": "Itential",
|
|
53
53
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-aws_cognito_identity_provider#readme",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
56
|
-
"acorn": "^8.
|
|
55
|
+
"@itentialopensource/adapter-utils": "^5.10.1",
|
|
56
|
+
"acorn": "^8.14.0",
|
|
57
57
|
"ajv": "^8.17.1",
|
|
58
|
-
"axios": "^1.7.
|
|
58
|
+
"axios": "^1.7.9",
|
|
59
59
|
"commander": "^11.0.0",
|
|
60
60
|
"dns-lookup-promise": "^1.0.4",
|
|
61
61
|
"fs-extra": "^11.2.0",
|
|
62
62
|
"json-query": "^2.2.2",
|
|
63
|
-
"mocha": "^10.
|
|
63
|
+
"mocha": "^10.8.2",
|
|
64
64
|
"mocha-param": "^2.0.1",
|
|
65
|
-
"mongodb": "^4.
|
|
65
|
+
"mongodb": "^4.17.2",
|
|
66
66
|
"ping": "^0.4.4",
|
|
67
67
|
"prompts": "^2.4.2",
|
|
68
68
|
"readline-sync": "^1.4.10",
|
|
69
69
|
"semver": "^7.6.3",
|
|
70
|
-
"winston": "^3.
|
|
70
|
+
"winston": "^3.17.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"chai": "^4.3.7",
|
package/report/adapterInfo.json
CHANGED
package/sampleProperties.json
CHANGED
|
@@ -313,15 +313,15 @@ describe('[unit] Aws_cognito_identity_provider Adapter Test', () => {
|
|
|
313
313
|
assert.notEqual(null, packageDotJson.dependencies);
|
|
314
314
|
assert.notEqual('', packageDotJson.dependencies);
|
|
315
315
|
assert.equal('^8.17.1', packageDotJson.dependencies.ajv);
|
|
316
|
-
assert.equal('^1.7.
|
|
316
|
+
assert.equal('^1.7.9', packageDotJson.dependencies.axios);
|
|
317
317
|
assert.equal('^11.0.0', packageDotJson.dependencies.commander);
|
|
318
318
|
assert.equal('^11.2.0', packageDotJson.dependencies['fs-extra']);
|
|
319
|
-
assert.equal('^10.
|
|
319
|
+
assert.equal('^10.8.2', packageDotJson.dependencies.mocha);
|
|
320
320
|
assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
|
|
321
321
|
assert.equal('^0.4.4', packageDotJson.dependencies.ping);
|
|
322
322
|
assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);
|
|
323
323
|
assert.equal('^7.6.3', packageDotJson.dependencies.semver);
|
|
324
|
-
assert.equal('^3.
|
|
324
|
+
assert.equal('^3.17.0', packageDotJson.dependencies.winston);
|
|
325
325
|
done();
|
|
326
326
|
} catch (error) {
|
|
327
327
|
log.error(`Test Failure: ${error}`);
|
|
Binary file
|