@backstage/plugin-auth-node 0.0.0-nightly-20230905021132 → 0.0.0-nightly-20230906021121

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 +19 -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-20230905021132
3
+ ## 0.0.0-nightly-20230906021121
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -33,11 +33,24 @@
33
33
 
34
34
  - 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
35
  - Updated dependencies
36
- - @backstage/config@0.0.0-nightly-20230905021132
37
- - @backstage/backend-common@0.0.0-nightly-20230905021132
38
- - @backstage/backend-plugin-api@0.0.0-nightly-20230905021132
39
- - @backstage/catalog-client@0.0.0-nightly-20230905021132
40
- - @backstage/catalog-model@0.0.0-nightly-20230905021132
36
+ - @backstage/config@0.0.0-nightly-20230906021121
37
+ - @backstage/backend-common@0.0.0-nightly-20230906021121
38
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230906021121
39
+ - @backstage/catalog-client@0.0.0-nightly-20230906021121
40
+ - @backstage/catalog-model@0.0.0-nightly-20230906021121
41
+ - @backstage/errors@1.2.1
42
+ - @backstage/types@1.1.0
43
+
44
+ ## 0.3.0-next.2
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies
49
+ - @backstage/config@1.1.0-next.1
50
+ - @backstage/backend-common@0.19.5-next.2
51
+ - @backstage/backend-plugin-api@0.6.3-next.2
52
+ - @backstage/catalog-model@1.4.2-next.1
53
+ - @backstage/catalog-client@1.4.4-next.1
41
54
  - @backstage/errors@1.2.1
42
55
  - @backstage/types@1.1.0
43
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20230905021132",
3
+ "version": "0.0.0-nightly-20230906021121",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,11 +28,11 @@
28
28
  "start": "backstage-cli package start"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20230905021132",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230905021132",
33
- "@backstage/catalog-client": "^0.0.0-nightly-20230905021132",
34
- "@backstage/catalog-model": "^0.0.0-nightly-20230905021132",
35
- "@backstage/config": "^0.0.0-nightly-20230905021132",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20230906021121",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230906021121",
33
+ "@backstage/catalog-client": "^0.0.0-nightly-20230906021121",
34
+ "@backstage/catalog-model": "^0.0.0-nightly-20230906021121",
35
+ "@backstage/config": "^0.0.0-nightly-20230906021121",
36
36
  "@backstage/errors": "^1.2.1",
37
37
  "@backstage/types": "^1.1.0",
38
38
  "@types/express": "*",
@@ -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-20230905021132",
51
- "@backstage/cli": "^0.0.0-nightly-20230905021132",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230906021121",
51
+ "@backstage/cli": "^0.0.0-nightly-20230906021121",
52
52
  "cookie-parser": "^1.4.6",
53
53
  "express-promise-router": "^4.1.1",
54
54
  "lodash": "^4.17.21",