@backstage/plugin-auth-node 0.0.0-nightly-20240429021333 → 0.0.0-nightly-20240501021601

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 +13 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,19 +1,27 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20240429021333
3
+ ## 0.0.0-nightly-20240501021601
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - ea9262b: Allow overriding default ownership resolving with the new `AuthOwnershipResolutionExtensionPoint`
8
8
  - Updated dependencies
9
- - @backstage/catalog-model@0.0.0-nightly-20240429021333
10
- - @backstage/backend-common@0.0.0-nightly-20240429021333
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240429021333
12
- - @backstage/catalog-client@0.0.0-nightly-20240429021333
9
+ - @backstage/catalog-model@0.0.0-nightly-20240501021601
10
+ - @backstage/backend-common@0.0.0-nightly-20240501021601
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240501021601
12
+ - @backstage/catalog-client@0.0.0-nightly-20240501021601
13
13
  - @backstage/config@1.2.0
14
14
  - @backstage/errors@1.2.4
15
15
  - @backstage/types@1.1.1
16
16
 
17
+ ## 0.4.13-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.22.0-next.1
23
+ - @backstage/backend-plugin-api@0.6.18-next.1
24
+
17
25
  ## 0.4.13-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-20240429021333",
3
+ "version": "0.0.0-nightly-20240501021601",
4
4
  "backstage": {
5
5
  "role": "node-library"
6
6
  },
@@ -31,10 +31,10 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.0.0-nightly-20240429021333",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240429021333",
36
- "@backstage/catalog-client": "^0.0.0-nightly-20240429021333",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20240429021333",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240501021601",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240501021601",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20240501021601",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20240501021601",
38
38
  "@backstage/config": "^1.2.0",
39
39
  "@backstage/errors": "^1.2.4",
40
40
  "@backstage/types": "^1.1.1",
@@ -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-20240429021333",
54
- "@backstage/cli": "^0.0.0-nightly-20240429021333",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240501021601",
54
+ "@backstage/cli": "^0.0.0-nightly-20240501021601",
55
55
  "cookie-parser": "^1.4.6",
56
56
  "express-promise-router": "^4.1.1",
57
57
  "lodash": "^4.17.21",