@backstage/plugin-auth-backend-module-cloudflare-access-provider 0.4.10-next.0 → 0.4.10-next.1
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 +11 -0
- package/dist/index.d.ts +2 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend-module-cloudflare-access-provider
|
|
2
2
|
|
|
3
|
+
## 0.4.10-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-auth-node@0.6.10-next.1
|
|
10
|
+
- @backstage/backend-plugin-api@1.6.0-next.1
|
|
11
|
+
- @backstage/config@1.3.6
|
|
12
|
+
- @backstage/errors@1.2.7
|
|
13
|
+
|
|
3
14
|
## 0.4.10-next.0
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -112,4 +112,5 @@ declare namespace cloudflareAccessSignInResolvers {
|
|
|
112
112
|
} | undefined>;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
export {
|
|
115
|
+
export { cloudflareAccessSignInResolvers, createCloudflareAccessAuthenticator, authModuleCloudflareAccessProvider as default };
|
|
116
|
+
export type { CloudflareAccessClaims, CloudflareAccessGroup, CloudflareAccessIdentityProfile, CloudflareAccessResult };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend-module-cloudflare-access-provider",
|
|
3
|
-
"version": "0.4.10-next.
|
|
3
|
+
"version": "0.4.10-next.1",
|
|
4
4
|
"description": "The cloudflare-access-provider backend module for the auth plugin.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/backend-plugin-api": "1.
|
|
40
|
+
"@backstage/backend-plugin-api": "1.6.0-next.1",
|
|
41
41
|
"@backstage/config": "1.3.6",
|
|
42
42
|
"@backstage/errors": "1.2.7",
|
|
43
|
-
"@backstage/plugin-auth-node": "0.6.10-next.
|
|
44
|
-
"express": "^4.
|
|
43
|
+
"@backstage/plugin-auth-node": "0.6.10-next.1",
|
|
44
|
+
"express": "^4.22.0",
|
|
45
45
|
"jose": "^5.0.0",
|
|
46
46
|
"zod": "^3.22.4"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@backstage/backend-defaults": "0.14.0-next.
|
|
50
|
-
"@backstage/backend-test-utils": "1.10.
|
|
51
|
-
"@backstage/cli": "0.
|
|
52
|
-
"@backstage/plugin-auth-backend": "0.25.7-next.
|
|
49
|
+
"@backstage/backend-defaults": "0.14.0-next.1",
|
|
50
|
+
"@backstage/backend-test-utils": "1.10.2-next.1",
|
|
51
|
+
"@backstage/cli": "0.35.0-next.2",
|
|
52
|
+
"@backstage/plugin-auth-backend": "0.25.7-next.1",
|
|
53
53
|
"@backstage/types": "1.2.2",
|
|
54
54
|
"msw": "^2.0.0",
|
|
55
55
|
"node-mocks-http": "^1.0.0",
|