@backstage/plugin-auth-backend-module-cloudflare-access-provider 0.0.0-nightly-20240528021620 → 0.0.0-nightly-20240531021620

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,24 @@
1
1
  # @backstage/plugin-auth-backend-module-cloudflare-access-provider
2
2
 
3
- ## 0.0.0-nightly-20240528021620
3
+ ## 0.0.0-nightly-20240531021620
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 1354d81: Use `node-fetch` instead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240528021620
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20240528021620
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240531021620
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240531021620
11
+ - @backstage/config@1.2.0
12
+ - @backstage/errors@1.2.4
13
+
14
+ ## 0.1.2-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - 1354d81: Use `node-fetch` instead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@0.6.19-next.1
21
+ - @backstage/plugin-auth-node@0.4.14-next.1
11
22
 
12
23
  ## 0.1.2-next.0
13
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-cloudflare-access-provider",
3
- "version": "0.0.0-nightly-20240528021620",
3
+ "version": "0.0.0-nightly-20240531021620",
4
4
  "description": "The cloudflare-access-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -32,19 +32,19 @@
32
32
  "test": "backstage-cli package test"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240528021620",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240531021620",
36
36
  "@backstage/config": "^1.2.0",
37
37
  "@backstage/errors": "^1.2.4",
38
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240528021620",
38
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240531021620",
39
39
  "express": "^4.18.2",
40
40
  "jose": "^5.0.0",
41
41
  "node-fetch": "^2.6.7"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-defaults": "^0.0.0-nightly-20240528021620",
45
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240528021620",
46
- "@backstage/cli": "^0.0.0-nightly-20240528021620",
47
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240528021620",
44
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240531021620",
45
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240531021620",
46
+ "@backstage/cli": "^0.0.0-nightly-20240531021620",
47
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240531021620",
48
48
  "@backstage/types": "^1.1.1",
49
49
  "msw": "^2.0.0",
50
50
  "node-mocks-http": "^1.0.0",