@backstage/plugin-auth-backend-module-bitbucket-provider 0.0.0-nightly-20240514021403 → 0.0.0-nightly-20240523021516

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 +19 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # @backstage/plugin-auth-backend-module-bitbucket-provider
2
2
 
3
- ## 0.0.0-nightly-20240514021403
3
+ ## 0.0.0-nightly-20240523021516
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20240514021403
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240514021403
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240523021516
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240523021516
10
+
11
+ ## 0.1.2-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/backend-plugin-api@0.6.19-next.0
17
+ - @backstage/plugin-auth-node@0.4.14-next.0
18
+
19
+ ## 0.1.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/backend-plugin-api@0.6.18
25
+ - @backstage/plugin-auth-node@0.4.13
10
26
 
11
27
  ## 0.1.1-next.1
12
28
 
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-20240514021403",
3
+ "version": "0.0.0-nightly-20240523021516",
4
4
  "description": "The bitbucket-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -32,17 +32,17 @@
32
32
  "test": "backstage-cli package test"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240514021403",
36
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240514021403",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240523021516",
36
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240523021516",
37
37
  "express": "^4.18.2",
38
38
  "passport": "^0.7.0",
39
39
  "passport-bitbucket-oauth2": "^0.1.2"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/backend-defaults": "^0.0.0-nightly-20240514021403",
43
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240514021403",
44
- "@backstage/cli": "^0.0.0-nightly-20240514021403",
45
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240514021403",
42
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240523021516",
43
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240523021516",
44
+ "@backstage/cli": "^0.0.0-nightly-20240523021516",
45
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240523021516",
46
46
  "supertest": "^6.3.3"
47
47
  },
48
48
  "configSchema": "config.d.ts"