@backstage/plugin-auth-backend-module-azure-easyauth-provider 0.0.0-nightly-20240917021806 → 0.0.0-nightly-20240919023143

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 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # @backstage/plugin-auth-backend-module-azure-easyauth-provider
2
2
 
3
- ## 0.0.0-nightly-20240917021806
3
+ ## 0.0.0-nightly-20240919023143
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240919023143
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240919023143
10
+ - @backstage/catalog-model@1.7.0
11
+ - @backstage/errors@1.2.4
12
+
13
+ ## 0.2.0
4
14
 
5
15
  ### Minor Changes
6
16
 
@@ -13,9 +23,9 @@
13
23
  ### Patch Changes
14
24
 
15
25
  - Updated dependencies
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20240917021806
17
- - @backstage/plugin-auth-node@0.0.0-nightly-20240917021806
18
- - @backstage/catalog-model@0.0.0-nightly-20240917021806
26
+ - @backstage/backend-plugin-api@1.0.0
27
+ - @backstage/plugin-auth-node@0.5.2
28
+ - @backstage/catalog-model@1.7.0
19
29
  - @backstage/errors@1.2.4
20
30
 
21
31
  ## 0.2.0-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-azure-easyauth-provider",
3
- "version": "0.0.0-nightly-20240917021806",
3
+ "version": "0.0.0-nightly-20240919023143",
4
4
  "description": "The azure-easyauth-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -33,18 +33,18 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240917021806",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20240917021806",
36
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240919023143",
37
+ "@backstage/catalog-model": "^1.7.0",
38
38
  "@backstage/errors": "^1.2.4",
39
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240917021806",
39
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240919023143",
40
40
  "@types/passport": "^1.0.16",
41
41
  "express": "^4.19.2",
42
42
  "jose": "^5.0.0",
43
43
  "passport": "^0.7.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240917021806",
47
- "@backstage/cli": "^0.0.0-nightly-20240917021806",
48
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240917021806"
46
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240919023143",
47
+ "@backstage/cli": "^0.0.0-nightly-20240919023143",
48
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240919023143"
49
49
  }
50
50
  }