@backstage/plugin-auth-backend-module-cloudflare-access-provider 0.0.0-nightly-20240529021701 → 0.0.0-nightly-20240601021720

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 +5 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,15 @@
1
1
  # @backstage/plugin-auth-backend-module-cloudflare-access-provider
2
2
 
3
- ## 0.0.0-nightly-20240529021701
3
+ ## 0.0.0-nightly-20240601021720
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-20240529021701
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20240529021701
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240601021720
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240601021720
11
+ - @backstage/config@1.2.0
12
+ - @backstage/errors@1.2.4
11
13
 
12
14
  ## 0.1.2-next.1
13
15
 
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-20240529021701",
3
+ "version": "0.0.0-nightly-20240601021720",
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-20240529021701",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240601021720",
36
36
  "@backstage/config": "^1.2.0",
37
37
  "@backstage/errors": "^1.2.4",
38
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240529021701",
38
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240601021720",
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-20240529021701",
45
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240529021701",
46
- "@backstage/cli": "^0.0.0-nightly-20240529021701",
47
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240529021701",
44
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240601021720",
45
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240601021720",
46
+ "@backstage/cli": "^0.0.0-nightly-20240601021720",
47
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240601021720",
48
48
  "@backstage/types": "^1.1.1",
49
49
  "msw": "^2.0.0",
50
50
  "node-mocks-http": "^1.0.0",