@backstage/plugin-auth-node 0.0.0-nightly-20240916023337 → 0.0.0-nightly-20240917021806
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 +5 -5
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-auth-node
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240917021806
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
- c2b63ab: Updated dependency `supertest` to `^7.0.0`.
|
|
10
10
|
- 6f409b7: The `emailMatchingUserEntityProfileEmail` sign-in resolver will now also try matching emails with plus addressing removed.
|
|
11
11
|
- Updated dependencies
|
|
12
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
13
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
14
|
-
- @backstage/catalog-
|
|
15
|
-
- @backstage/catalog-
|
|
12
|
+
- @backstage/backend-common@0.0.0-nightly-20240917021806
|
|
13
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20240917021806
|
|
14
|
+
- @backstage/catalog-model@0.0.0-nightly-20240917021806
|
|
15
|
+
- @backstage/catalog-client@0.0.0-nightly-20240917021806
|
|
16
16
|
- @backstage/config@1.2.0
|
|
17
17
|
- @backstage/errors@1.2.4
|
|
18
18
|
- @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-
|
|
3
|
+
"version": "0.0.0-nightly-20240917021806",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "node-library",
|
|
6
6
|
"pluginId": "auth",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
41
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
42
|
-
"@backstage/catalog-client": "^0.0.0-nightly-
|
|
43
|
-
"@backstage/catalog-model": "^
|
|
40
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240917021806",
|
|
41
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240917021806",
|
|
42
|
+
"@backstage/catalog-client": "^0.0.0-nightly-20240917021806",
|
|
43
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20240917021806",
|
|
44
44
|
"@backstage/config": "^1.2.0",
|
|
45
45
|
"@backstage/errors": "^1.2.4",
|
|
46
46
|
"@backstage/types": "^1.1.1",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"zod-to-json-schema": "^3.21.4"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
60
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
59
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240917021806",
|
|
60
|
+
"@backstage/cli": "^0.0.0-nightly-20240917021806",
|
|
61
61
|
"cookie-parser": "^1.4.6",
|
|
62
62
|
"express-promise-router": "^4.1.1",
|
|
63
63
|
"lodash": "^4.17.21",
|