@backstage/plugin-auth-node 0.0.0-nightly-20260217031303 → 0.0.0-nightly-20260225031148

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 +25 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,19 +1,39 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20260217031303
3
+ ## 0.0.0-nightly-20260225031148
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260225031148
9
+ - @backstage/catalog-client@0.0.0-nightly-20260225031148
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.14-next.0
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - 7455dae: Use node prefix on native imports
8
- - 69d880e: Bump to latest zod to ensure it has the latest features
9
19
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20260217031303
11
- - @backstage/catalog-client@0.0.0-nightly-20260217031303
20
+ - @backstage/backend-plugin-api@1.7.1-next.0
21
+ - @backstage/catalog-client@1.13.1-next.0
12
22
  - @backstage/catalog-model@1.7.6
13
23
  - @backstage/config@1.3.6
14
24
  - @backstage/errors@1.2.7
15
25
  - @backstage/types@1.2.2
16
26
 
27
+ ## 0.6.13
28
+
29
+ ### Patch Changes
30
+
31
+ - 7455dae: Use node prefix on native imports
32
+ - 69d880e: Bump to latest zod to ensure it has the latest features
33
+ - Updated dependencies
34
+ - @backstage/backend-plugin-api@1.7.0
35
+ - @backstage/catalog-client@1.13.0
36
+
17
37
  ## 0.6.13-next.1
18
38
 
19
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20260217031303",
3
+ "version": "0.0.0-nightly-20260225031148",
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": "0.0.0-nightly-20260217031303",
42
- "@backstage/catalog-client": "0.0.0-nightly-20260217031303",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260225031148",
42
+ "@backstage/catalog-client": "0.0.0-nightly-20260225031148",
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.0.0-nightly-20260217031303",
59
- "@backstage/backend-test-utils": "0.0.0-nightly-20260217031303",
60
- "@backstage/cli": "0.0.0-nightly-20260217031303",
58
+ "@backstage/backend-defaults": "0.0.0-nightly-20260225031148",
59
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260225031148",
60
+ "@backstage/cli": "0.0.0-nightly-20260225031148",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "lodash": "^4.17.21",