@backstage/plugin-auth-node 0.5.6-next.1 → 0.5.7-next.0

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 +26 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
+ ## 0.5.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.2.0-next.0
9
+ - @backstage/catalog-client@1.9.1
10
+ - @backstage/catalog-model@1.7.3
11
+ - @backstage/config@1.3.2
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/types@1.2.1
14
+
15
+ ## 0.5.6
16
+
17
+ ### Patch Changes
18
+
19
+ - d9d62ef: Remove some internal usages of the backend-common package
20
+ - 8379bf4: Remove usages of `PluginDatabaseManager` and `PluginEndpointDiscovery` and replace with their equivalent service types
21
+ - Updated dependencies
22
+ - @backstage/types@1.2.1
23
+ - @backstage/backend-plugin-api@1.1.1
24
+ - @backstage/catalog-client@1.9.1
25
+ - @backstage/catalog-model@1.7.3
26
+ - @backstage/config@1.3.2
27
+ - @backstage/errors@1.2.7
28
+
3
29
  ## 0.5.6-next.1
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.5.6-next.1",
3
+ "version": "0.5.7-next.0",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,12 +38,12 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@backstage/backend-common": "^0.25.0",
41
- "@backstage/backend-plugin-api": "1.1.1-next.1",
42
- "@backstage/catalog-client": "1.9.1-next.0",
43
- "@backstage/catalog-model": "1.7.3-next.0",
44
- "@backstage/config": "1.3.2-next.0",
45
- "@backstage/errors": "1.2.7-next.0",
46
- "@backstage/types": "1.2.1-next.0",
41
+ "@backstage/backend-plugin-api": "1.2.0-next.0",
42
+ "@backstage/catalog-client": "1.9.1",
43
+ "@backstage/catalog-model": "1.7.3",
44
+ "@backstage/config": "1.3.2",
45
+ "@backstage/errors": "1.2.7",
46
+ "@backstage/types": "1.2.1",
47
47
  "@types/express": "^4.17.6",
48
48
  "@types/passport": "^1.0.3",
49
49
  "express": "^4.17.1",
@@ -56,9 +56,9 @@
56
56
  "zod-validation-error": "^3.4.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-defaults": "0.7.0-next.1",
60
- "@backstage/backend-test-utils": "1.2.1-next.1",
61
- "@backstage/cli": "0.29.5-next.1",
59
+ "@backstage/backend-defaults": "0.8.0-next.0",
60
+ "@backstage/backend-test-utils": "1.3.0-next.0",
61
+ "@backstage/cli": "0.30.0-next.0",
62
62
  "cookie-parser": "^1.4.6",
63
63
  "express-promise-router": "^4.1.1",
64
64
  "lodash": "^4.17.21",