@backstage/plugin-auth-node 0.0.0-nightly-20241204023801 → 0.0.0-nightly-20241206023738

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 +6 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20241204023801
3
+ ## 0.0.0-nightly-20241206023738
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,11 +8,11 @@
8
8
  - 1e624ca: Restrict `@types/express` version range from `*` to `^4.17.6`.
9
9
  - 5c9cc05: Use native fetch instead of node-fetch
10
10
  - Updated dependencies
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241204023801
12
- - @backstage/catalog-client@0.0.0-nightly-20241204023801
13
- - @backstage/catalog-model@1.7.1
14
- - @backstage/config@1.3.0
15
- - @backstage/errors@1.2.5
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241206023738
12
+ - @backstage/catalog-client@0.0.0-nightly-20241206023738
13
+ - @backstage/errors@0.0.0-nightly-20241206023738
14
+ - @backstage/catalog-model@0.0.0-nightly-20241206023738
15
+ - @backstage/config@0.0.0-nightly-20241206023738
16
16
  - @backstage/types@1.2.0
17
17
 
18
18
  ## 0.5.5-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20241204023801",
3
+ "version": "0.0.0-nightly-20241206023738",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@backstage/backend-common": "^0.25.0",
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241204023801",
42
- "@backstage/catalog-client": "0.0.0-nightly-20241204023801",
43
- "@backstage/catalog-model": "1.7.1",
44
- "@backstage/config": "1.3.0",
45
- "@backstage/errors": "1.2.5",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241206023738",
42
+ "@backstage/catalog-client": "0.0.0-nightly-20241206023738",
43
+ "@backstage/catalog-model": "0.0.0-nightly-20241206023738",
44
+ "@backstage/config": "0.0.0-nightly-20241206023738",
45
+ "@backstage/errors": "0.0.0-nightly-20241206023738",
46
46
  "@backstage/types": "1.2.0",
47
47
  "@types/express": "^4.17.6",
48
48
  "@types/passport": "^1.0.3",
@@ -56,8 +56,8 @@
56
56
  "zod-validation-error": "^3.4.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "0.0.0-nightly-20241204023801",
60
- "@backstage/cli": "0.0.0-nightly-20241204023801",
59
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241206023738",
60
+ "@backstage/cli": "0.0.0-nightly-20241206023738",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "lodash": "^4.17.21",