ems-web-app-cognito 1.0.27 → 1.0.29
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ems-web-app-cognito",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
4
4
|
"author": "Chris Spence (https://educationalmediasolutions.com)",
|
|
5
5
|
"description": "This angular.io module includes a component, service and supporting classes that wrap the Amazon Cognito Identity SDK to enable simple username/password authentication.",
|
|
6
6
|
"funding": "https://paypal.me/spencech",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"@angular/common": "^13.2.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
10
|
-
"@angular/core": "^13.2.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
9
|
+
"@angular/common": "^13.2.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
10
|
+
"@angular/core": "^13.2.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
11
11
|
"@simplewebauthn/browser": "^9.0.1",
|
|
12
|
-
"amazon-cognito-identity-js": "^6.3.12",
|
|
13
12
|
"aws-sdk": "^2.1171.0",
|
|
14
13
|
"cross-fetch": "^3.1.5",
|
|
15
|
-
"jwt-decode": "^4.0.0"
|
|
14
|
+
"jwt-decode": "^4.0.0",
|
|
15
|
+
"amazon-cognito-identity-js": "^6.3.16"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"tslib": "^2.3.0"
|