@backstage/plugin-auth-node 0.0.0-nightly-20240415030456 → 0.0.0-nightly-20240420021132

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 +17 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,27 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20240415030456
3
+ ## 0.0.0-nightly-20240420021132
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240420021132
9
+ - @backstage/backend-common@0.0.0-nightly-20240420021132
10
+ - @backstage/catalog-client@1.6.4
11
+ - @backstage/catalog-model@1.4.5
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.4.12
4
17
 
5
18
  ### Patch Changes
6
19
 
7
20
  - d62bc51: Add `tokenTypes` export with constants for various Backstage token types.
8
21
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240415030456
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240415030456
11
- - @backstage/catalog-client@0.0.0-nightly-20240415030456
22
+ - @backstage/backend-common@0.21.7
23
+ - @backstage/backend-plugin-api@0.6.17
24
+ - @backstage/catalog-client@1.6.4
12
25
  - @backstage/catalog-model@1.4.5
13
26
  - @backstage/config@1.2.0
14
27
  - @backstage/errors@1.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20240415030456",
3
+ "version": "0.0.0-nightly-20240420021132",
4
4
  "backstage": {
5
5
  "role": "node-library"
6
6
  },
@@ -31,9 +31,9 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.0.0-nightly-20240415030456",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240415030456",
36
- "@backstage/catalog-client": "^0.0.0-nightly-20240415030456",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240420021132",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240420021132",
36
+ "@backstage/catalog-client": "^1.6.4",
37
37
  "@backstage/catalog-model": "^1.4.5",
38
38
  "@backstage/config": "^1.2.0",
39
39
  "@backstage/errors": "^1.2.4",
@@ -50,8 +50,8 @@
50
50
  "zod-to-json-schema": "^3.21.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240415030456",
54
- "@backstage/cli": "^0.0.0-nightly-20240415030456",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240420021132",
54
+ "@backstage/cli": "^0.0.0-nightly-20240420021132",
55
55
  "cookie-parser": "^1.4.6",
56
56
  "express-promise-router": "^4.1.1",
57
57
  "lodash": "^4.17.21",