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