@backstage/plugin-auth-backend-module-bitbucket-provider 0.0.0-nightly-20250401023952 → 0.0.0-nightly-20250402023738

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 +10 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @backstage/plugin-auth-backend-module-bitbucket-provider
2
2
 
3
- ## 0.0.0-nightly-20250401023952
3
+ ## 0.0.0-nightly-20250402023738
4
+
5
+ ### Patch Changes
6
+
7
+ - 5d10f99: Enabled persistency of scopes for Bitbucket Cloud.
8
+ - Updated dependencies
9
+ - @backstage/plugin-auth-node@0.6.1
10
+ - @backstage/backend-plugin-api@1.2.1
11
+
12
+ ## 0.3.2-next.0
4
13
 
5
14
  ### Patch Changes
6
15
 
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-20250401023952",
3
+ "version": "0.0.0-nightly-20250402023738",
4
4
  "description": "The bitbucket-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -44,10 +44,10 @@
44
44
  "passport-bitbucket-oauth2": "^0.1.2"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-defaults": "0.0.0-nightly-20250401023952",
48
- "@backstage/backend-test-utils": "0.0.0-nightly-20250401023952",
49
- "@backstage/cli": "0.0.0-nightly-20250401023952",
50
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250401023952",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20250402023738",
48
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250402023738",
49
+ "@backstage/cli": "0.0.0-nightly-20250402023738",
50
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250402023738",
51
51
  "@backstage/types": "1.2.1",
52
52
  "supertest": "^7.0.0"
53
53
  },