@backstage/plugin-auth-node 0.0.0-nightly-20240213021024 → 0.0.0-nightly-20240214021031

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 +18 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,29 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20240213021024
3
+ ## 0.0.0-nightly-20240214021031
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d4cc552: The helper function `makeProfileInfo` and `PassportHelpers.transformProfile`
8
8
  were refactored to use the `jose` library.
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20240213021024
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240213021024
12
- - @backstage/catalog-model@0.0.0-nightly-20240213021024
13
- - @backstage/catalog-client@0.0.0-nightly-20240213021024
10
+ - @backstage/backend-common@0.0.0-nightly-20240214021031
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240214021031
12
+ - @backstage/catalog-model@0.0.0-nightly-20240214021031
13
+ - @backstage/catalog-client@0.0.0-nightly-20240214021031
14
+ - @backstage/config@1.1.1
15
+ - @backstage/errors@1.2.3
16
+ - @backstage/types@1.1.1
17
+
18
+ ## 0.4.4-next.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/backend-common@0.21.0-next.3
24
+ - @backstage/backend-plugin-api@0.6.10-next.3
25
+ - @backstage/catalog-client@1.6.0-next.1
26
+ - @backstage/catalog-model@1.4.4-next.0
14
27
  - @backstage/config@1.1.1
15
28
  - @backstage/errors@1.2.3
16
29
  - @backstage/types@1.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20240213021024",
3
+ "version": "0.0.0-nightly-20240214021031",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,10 +28,10 @@
28
28
  "start": "backstage-cli package start"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20240213021024",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240213021024",
33
- "@backstage/catalog-client": "^0.0.0-nightly-20240213021024",
34
- "@backstage/catalog-model": "^0.0.0-nightly-20240213021024",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20240214021031",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240214021031",
33
+ "@backstage/catalog-client": "^0.0.0-nightly-20240214021031",
34
+ "@backstage/catalog-model": "^0.0.0-nightly-20240214021031",
35
35
  "@backstage/config": "^1.1.1",
36
36
  "@backstage/errors": "^1.2.3",
37
37
  "@backstage/types": "^1.1.1",
@@ -47,8 +47,8 @@
47
47
  "zod-to-json-schema": "^3.21.4"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240213021024",
51
- "@backstage/cli": "^0.0.0-nightly-20240213021024",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240214021031",
51
+ "@backstage/cli": "^0.0.0-nightly-20240214021031",
52
52
  "cookie-parser": "^1.4.6",
53
53
  "express-promise-router": "^4.1.1",
54
54
  "lodash": "^4.17.21",