@backstage/plugin-auth-node 0.0.0-nightly-20240502021229 → 0.0.0-nightly-20240504021140

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 +5 -8
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,18 +1,15 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20240502021229
3
+ ## 0.0.0-nightly-20240504021140
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-20240502021229
10
- - @backstage/backend-common@0.0.0-nightly-20240502021229
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240502021229
12
- - @backstage/catalog-client@0.0.0-nightly-20240502021229
13
- - @backstage/config@1.2.0
14
- - @backstage/errors@1.2.4
15
- - @backstage/types@1.1.1
9
+ - @backstage/catalog-model@0.0.0-nightly-20240504021140
10
+ - @backstage/backend-common@0.0.0-nightly-20240504021140
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240504021140
12
+ - @backstage/catalog-client@0.0.0-nightly-20240504021140
16
13
 
17
14
  ## 0.4.13-next.1
18
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20240502021229",
3
+ "version": "0.0.0-nightly-20240504021140",
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-20240502021229",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240502021229",
36
- "@backstage/catalog-client": "^0.0.0-nightly-20240502021229",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20240502021229",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240504021140",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240504021140",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20240504021140",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20240504021140",
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-20240502021229",
54
- "@backstage/cli": "^0.0.0-nightly-20240502021229",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240504021140",
54
+ "@backstage/cli": "^0.0.0-nightly-20240504021140",
55
55
  "cookie-parser": "^1.4.6",
56
56
  "express-promise-router": "^4.1.1",
57
57
  "lodash": "^4.17.21",