@backstage/plugin-auth-node 0.0.0-nightly-20240911022723 → 0.0.0-nightly-20240912022955

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20240911022723
3
+ ## 0.0.0-nightly-20240912022955
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,9 +8,9 @@
8
8
  - d908d8c: Accepts an optional options object in the `PassportOAuthAuthenticatorHelper.authenticate` method.
9
9
  - c2b63ab: Updated dependency `supertest` to `^7.0.0`.
10
10
  - Updated dependencies
11
- - @backstage/backend-common@0.0.0-nightly-20240911022723
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240911022723
13
- - @backstage/catalog-client@0.0.0-nightly-20240911022723
11
+ - @backstage/backend-common@0.0.0-nightly-20240912022955
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240912022955
13
+ - @backstage/catalog-client@0.0.0-nightly-20240912022955
14
14
  - @backstage/catalog-model@1.6.0
15
15
  - @backstage/config@1.2.0
16
16
  - @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-20240911022723",
3
+ "version": "0.0.0-nightly-20240912022955",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -37,9 +37,9 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240911022723",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240911022723",
42
- "@backstage/catalog-client": "^0.0.0-nightly-20240911022723",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240912022955",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240912022955",
42
+ "@backstage/catalog-client": "^0.0.0-nightly-20240912022955",
43
43
  "@backstage/catalog-model": "^1.6.0",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
@@ -56,8 +56,8 @@
56
56
  "zod-to-json-schema": "^3.21.4"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240911022723",
60
- "@backstage/cli": "^0.0.0-nightly-20240911022723",
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240912022955",
60
+ "@backstage/cli": "^0.0.0-nightly-20240912022955",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "lodash": "^4.17.21",