@backstage/plugin-auth-node 0.0.0-nightly-20260428031946 → 0.0.0-nightly-20260430032050

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 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,19 +1,27 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20260428031946
3
+ ## 0.0.0-nightly-20260430032050
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 744fa1f: Removed duplicated entries that appeared in both `dependencies` and `devDependencies`.
8
8
  - e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
9
9
  - Updated dependencies
10
- - @backstage/errors@0.0.0-nightly-20260428031946
11
- - @backstage/catalog-model@0.0.0-nightly-20260428031946
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20260428031946
13
- - @backstage/catalog-client@0.0.0-nightly-20260428031946
14
- - @backstage/config@0.0.0-nightly-20260428031946
10
+ - @backstage/errors@0.0.0-nightly-20260430032050
11
+ - @backstage/catalog-model@0.0.0-nightly-20260430032050
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260430032050
13
+ - @backstage/catalog-client@0.0.0-nightly-20260430032050
14
+ - @backstage/config@0.0.0-nightly-20260430032050
15
15
  - @backstage/types@1.2.2
16
16
 
17
+ ## 0.7.1-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
22
+ - Updated dependencies
23
+ - @backstage/catalog-model@1.8.1-next.1
24
+
17
25
  ## 0.7.1-next.0
18
26
 
19
27
  ### 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-20260428031946",
3
+ "version": "0.0.0-nightly-20260430032050",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,11 +38,11 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260428031946",
42
- "@backstage/catalog-client": "0.0.0-nightly-20260428031946",
43
- "@backstage/catalog-model": "0.0.0-nightly-20260428031946",
44
- "@backstage/config": "0.0.0-nightly-20260428031946",
45
- "@backstage/errors": "0.0.0-nightly-20260428031946",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260430032050",
42
+ "@backstage/catalog-client": "0.0.0-nightly-20260430032050",
43
+ "@backstage/catalog-model": "0.0.0-nightly-20260430032050",
44
+ "@backstage/config": "0.0.0-nightly-20260430032050",
45
+ "@backstage/errors": "0.0.0-nightly-20260430032050",
46
46
  "@backstage/types": "1.2.2",
47
47
  "@types/express": "^4.17.6",
48
48
  "@types/passport": "^1.0.3",
@@ -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-20260428031946",
59
- "@backstage/backend-test-utils": "0.0.0-nightly-20260428031946",
60
- "@backstage/cli": "0.0.0-nightly-20260428031946",
58
+ "@backstage/backend-defaults": "0.0.0-nightly-20260430032050",
59
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260430032050",
60
+ "@backstage/cli": "0.0.0-nightly-20260430032050",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "msw": "^1.0.0",