@backstage/plugin-auth-node 0.0.0-nightly-20230919021144 → 0.0.0-nightly-20230921021021

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 +21 -8
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20230919021144
3
+ ## 0.0.0-nightly-20230921021021
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20230921021021
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230921021021
10
+ - @backstage/catalog-client@1.4.4
11
+ - @backstage/catalog-model@1.4.2
12
+ - @backstage/config@1.1.0
13
+ - @backstage/errors@1.2.2
14
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.3.0
4
17
 
5
18
  ### Minor Changes
6
19
 
@@ -33,13 +46,13 @@
33
46
 
34
47
  - 18619f793c94: The `BackstageIdentityResponse` interface now has an optional `expiresInSeconds` field that can be used to signal session expiration. The `prepareBackstageIdentityResponse` utility will now also read the expiration from the provided token, and include it in the response.
35
48
  - Updated dependencies
36
- - @backstage/config@0.0.0-nightly-20230919021144
37
- - @backstage/backend-common@0.0.0-nightly-20230919021144
38
- - @backstage/catalog-client@0.0.0-nightly-20230919021144
39
- - @backstage/catalog-model@0.0.0-nightly-20230919021144
40
- - @backstage/errors@0.0.0-nightly-20230919021144
41
- - @backstage/types@0.0.0-nightly-20230919021144
42
- - @backstage/backend-plugin-api@0.0.0-nightly-20230919021144
49
+ - @backstage/backend-common@0.19.5
50
+ - @backstage/config@1.1.0
51
+ - @backstage/catalog-client@1.4.4
52
+ - @backstage/catalog-model@1.4.2
53
+ - @backstage/errors@1.2.2
54
+ - @backstage/types@1.1.1
55
+ - @backstage/backend-plugin-api@0.6.3
43
56
 
44
57
  ## 0.3.0-next.3
45
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20230919021144",
3
+ "version": "0.0.0-nightly-20230921021021",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,13 +28,13 @@
28
28
  "start": "backstage-cli package start"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20230919021144",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230919021144",
33
- "@backstage/catalog-client": "^0.0.0-nightly-20230919021144",
34
- "@backstage/catalog-model": "^0.0.0-nightly-20230919021144",
35
- "@backstage/config": "^0.0.0-nightly-20230919021144",
36
- "@backstage/errors": "^0.0.0-nightly-20230919021144",
37
- "@backstage/types": "^0.0.0-nightly-20230919021144",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20230921021021",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230921021021",
33
+ "@backstage/catalog-client": "^1.4.4",
34
+ "@backstage/catalog-model": "^1.4.2",
35
+ "@backstage/config": "^1.1.0",
36
+ "@backstage/errors": "^1.2.2",
37
+ "@backstage/types": "^1.1.1",
38
38
  "@types/express": "*",
39
39
  "@types/passport": "^1.0.3",
40
40
  "express": "^4.17.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-20230919021144",
51
- "@backstage/cli": "^0.0.0-nightly-20230919021144",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230921021021",
51
+ "@backstage/cli": "^0.0.0-nightly-20230921021021",
52
52
  "cookie-parser": "^1.4.6",
53
53
  "express-promise-router": "^4.1.1",
54
54
  "lodash": "^4.17.21",