decap-cms-backend-aws-cognito-github-proxy 3.1.1 → 3.1.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 +4 -0
- package/README.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.1.2](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-aws-cognito-github-proxy@3.1.1...decap-cms-backend-aws-cognito-github-proxy@3.1.2) (2024-03-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package decap-cms-backend-aws-cognito-github-proxy
|
|
9
|
+
|
|
6
10
|
## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-aws-cognito-github-proxy@3.1.0...decap-cms-backend-aws-cognito-github-proxy@3.1.1) (2024-02-21)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -4,6 +4,6 @@ An abstraction layer between the CMS and a proxied version of [Github](https://d
|
|
|
4
4
|
|
|
5
5
|
## Code structure
|
|
6
6
|
|
|
7
|
-
`Implementation` - wraps [Github Backend](https://github.com/decaporg/decap-cms/tree/
|
|
7
|
+
`Implementation` - wraps [Github Backend](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-lib-auth/README.md) for proxied version of Github.
|
|
8
8
|
|
|
9
|
-
`AuthenticationPage` - uses [lib-auth](https://github.com/decaporg/decap-cms/tree/
|
|
9
|
+
`AuthenticationPage` - uses [lib-auth](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-lib-auth/README.md) to create an AWS Cognito compatible generic Authentication page supporting PKCE.
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "decap-cms-backend-aws-cognito-github-proxy",
|
|
3
3
|
"description": "GitHub backend for Decap CMS proxied through AWS Cognito",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.2",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"repository": "https://github.com/decaporg/decap-cms/tree/
|
|
6
|
+
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-aws-cognito-github-proxy",
|
|
7
7
|
"bugs": "https://github.com/decaporg/decap-cms/issues",
|
|
8
8
|
"module": "dist/esm/index.js",
|
|
9
9
|
"main": "dist/decap-cms-backend-aws-cognito-github-proxy.js",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"prop-types": "^15.7.2",
|
|
42
42
|
"react": "^18.2.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "875f4cafa9a82283d28fc5d7871a34550b2a3870"
|
|
45
45
|
}
|