@backstage/plugin-auth-node 0.6.7-next.1 → 0.6.8-next.0

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 +20 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
+ ## 0.6.8-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@1.3.4-next.0
9
+ - @backstage/backend-plugin-api@1.4.4-next.0
10
+ - @backstage/catalog-client@1.12.0
11
+
12
+ ## 0.6.7
13
+
14
+ ### Patch Changes
15
+
16
+ - 54ddfef: Updating plugin metadata
17
+ - 3aff9e1: Changes OAuth cookies from domain-scoped to host-only by avoid setting the domain attribute in the default cookie configurer.
18
+ - Updated dependencies
19
+ - @backstage/catalog-client@1.12.0
20
+ - @backstage/types@1.2.2
21
+ - @backstage/backend-plugin-api@1.4.3
22
+
3
23
  ## 0.6.7-next.1
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.6.7-next.1",
3
+ "version": "0.6.8-next.0",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -38,12 +38,12 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "1.4.3-next.0",
42
- "@backstage/catalog-client": "1.12.0-next.0",
41
+ "@backstage/backend-plugin-api": "1.4.4-next.0",
42
+ "@backstage/catalog-client": "1.12.0",
43
43
  "@backstage/catalog-model": "1.7.5",
44
- "@backstage/config": "1.3.3",
44
+ "@backstage/config": "1.3.4-next.0",
45
45
  "@backstage/errors": "1.2.7",
46
- "@backstage/types": "1.2.1",
46
+ "@backstage/types": "1.2.2",
47
47
  "@types/express": "^4.17.6",
48
48
  "@types/passport": "^1.0.3",
49
49
  "express": "^4.17.1",
@@ -55,9 +55,9 @@
55
55
  "zod-validation-error": "^3.4.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-defaults": "0.12.1-next.1",
59
- "@backstage/backend-test-utils": "1.9.0-next.1",
60
- "@backstage/cli": "0.34.2-next.2",
58
+ "@backstage/backend-defaults": "0.13.0-next.1",
59
+ "@backstage/backend-test-utils": "1.9.1-next.1",
60
+ "@backstage/cli": "0.34.4-next.1",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "lodash": "^4.17.21",