@webiny/app-security 0.0.0-unstable.cc58a6566b → 0.0.0-unstable.d13302545b
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/README.md +1 -1
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ A simple `Authenticator` React component (uses Amazon Cognito and AWS Amplify's
|
|
|
51
51
|
|
|
52
52
|
```tsx
|
|
53
53
|
import React, { useEffect } from "react";
|
|
54
|
-
import Auth from "@aws-amplify/auth";
|
|
54
|
+
import { Auth } from "@aws-amplify/auth";
|
|
55
55
|
import { useSecurity, SecurityIdentity } from "@webiny/app-security";
|
|
56
56
|
|
|
57
57
|
// Apart from the React component, we also configure the Auth class here.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-security",
|
|
3
|
-
"version": "0.0.0-unstable.
|
|
3
|
+
"version": "0.0.0-unstable.d13302545b",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -13,25 +13,25 @@
|
|
|
13
13
|
],
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@webiny/app": "0.0.0-unstable.
|
|
17
|
-
"@webiny/plugins": "0.0.0-unstable.
|
|
18
|
-
"minimatch": "
|
|
16
|
+
"@webiny/app": "^0.0.0-unstable.d13302545b",
|
|
17
|
+
"@webiny/plugins": "^0.0.0-unstable.d13302545b",
|
|
18
|
+
"minimatch": "5.1.6",
|
|
19
19
|
"react": "17.0.2",
|
|
20
20
|
"react-dom": "17.0.2"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@babel/cli": "
|
|
24
|
-
"@babel/core": "
|
|
25
|
-
"@babel/plugin-proposal-class-properties": "
|
|
26
|
-
"@babel/preset-env": "
|
|
27
|
-
"@babel/preset-react": "
|
|
28
|
-
"@babel/preset-typescript": "
|
|
29
|
-
"@webiny/cli": "^0.0.0-unstable.
|
|
30
|
-
"@webiny/project-utils": "^0.0.0-unstable.
|
|
31
|
-
"babel-plugin-emotion": "
|
|
32
|
-
"babel-plugin-lodash": "
|
|
33
|
-
"rimraf": "
|
|
34
|
-
"ttypescript": "
|
|
23
|
+
"@babel/cli": "7.20.7",
|
|
24
|
+
"@babel/core": "7.20.12",
|
|
25
|
+
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
26
|
+
"@babel/preset-env": "7.20.2",
|
|
27
|
+
"@babel/preset-react": "7.18.6",
|
|
28
|
+
"@babel/preset-typescript": "7.18.6",
|
|
29
|
+
"@webiny/cli": "^0.0.0-unstable.d13302545b",
|
|
30
|
+
"@webiny/project-utils": "^0.0.0-unstable.d13302545b",
|
|
31
|
+
"babel-plugin-emotion": "9.2.11",
|
|
32
|
+
"babel-plugin-lodash": "3.3.4",
|
|
33
|
+
"rimraf": "3.0.2",
|
|
34
|
+
"ttypescript": "1.5.15",
|
|
35
35
|
"typescript": "4.7.4"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
]
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "d13302545b196adb4370c81fd9c7133ff0d5f88b"
|
|
53
53
|
}
|