@backstage/plugin-auth-node 0.6.13-next.1 → 0.6.14-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 +22 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
+ ## 0.6.14-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.7.1-next.0
9
+ - @backstage/catalog-client@1.13.1-next.0
10
+ - @backstage/catalog-model@1.7.6
11
+ - @backstage/config@1.3.6
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/types@1.2.2
14
+
15
+ ## 0.6.13
16
+
17
+ ### Patch Changes
18
+
19
+ - 7455dae: Use node prefix on native imports
20
+ - 69d880e: Bump to latest zod to ensure it has the latest features
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@1.7.0
23
+ - @backstage/catalog-client@1.13.0
24
+
3
25
  ## 0.6.13-next.1
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.6.13-next.1",
3
+ "version": "0.6.14-next.0",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,8 +38,8 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "1.7.0-next.1",
42
- "@backstage/catalog-client": "1.12.2-next.0",
41
+ "@backstage/backend-plugin-api": "1.7.1-next.0",
42
+ "@backstage/catalog-client": "1.13.1-next.0",
43
43
  "@backstage/catalog-model": "1.7.6",
44
44
  "@backstage/config": "1.3.6",
45
45
  "@backstage/errors": "1.2.7",
@@ -55,9 +55,9 @@
55
55
  "zod-validation-error": "^4.0.2"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-defaults": "0.15.2-next.1",
59
- "@backstage/backend-test-utils": "1.11.0-next.1",
60
- "@backstage/cli": "0.35.4-next.2",
58
+ "@backstage/backend-defaults": "0.15.3-next.0",
59
+ "@backstage/backend-test-utils": "1.11.1-next.0",
60
+ "@backstage/cli": "0.35.5-next.0",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "lodash": "^4.17.21",