@backstage/plugin-auth-backend-module-bitbucket-provider 0.0.0-nightly-20260120025109 → 0.0.0-nightly-20260127025640
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 +4 -3
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend-module-bitbucket-provider
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260127025640
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- 69d880e: Bump to latest zod to ensure it has the latest features
|
|
7
8
|
- Updated dependencies
|
|
8
|
-
- @backstage/plugin-
|
|
9
|
-
- @backstage/
|
|
9
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20260127025640
|
|
10
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20260127025640
|
|
10
11
|
|
|
11
12
|
## 0.3.10
|
|
12
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend-module-bitbucket-provider",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260127025640",
|
|
4
4
|
"description": "The bitbucket-provider backend module for the auth plugin.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/backend-plugin-api": "0.0.0-nightly-
|
|
41
|
-
"@backstage/plugin-auth-node": "0.0.0-nightly-
|
|
40
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20260127025640",
|
|
41
|
+
"@backstage/plugin-auth-node": "0.0.0-nightly-20260127025640",
|
|
42
42
|
"express": "^4.22.0",
|
|
43
43
|
"passport": "^0.7.0",
|
|
44
44
|
"passport-bitbucket-oauth2": "^0.1.2",
|
|
45
|
-
"zod": "^3.
|
|
45
|
+
"zod": "^3.25.76"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@backstage/backend-defaults": "0.0.0-nightly-
|
|
49
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
50
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
51
|
-
"@backstage/plugin-auth-backend": "0.0.0-nightly-
|
|
48
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20260127025640",
|
|
49
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20260127025640",
|
|
50
|
+
"@backstage/cli": "0.0.0-nightly-20260127025640",
|
|
51
|
+
"@backstage/plugin-auth-backend": "0.0.0-nightly-20260127025640",
|
|
52
52
|
"@backstage/types": "1.2.2",
|
|
53
53
|
"supertest": "^7.0.0"
|
|
54
54
|
},
|