@backstage/plugin-auth-backend-module-bitbucket-provider 0.0.0-nightly-20240426021211 → 0.0.0-nightly-20240427021228

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 +3 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @backstage/plugin-auth-backend-module-bitbucket-provider
2
2
 
3
- ## 0.0.0-nightly-20240426021211
3
+ ## 0.0.0-nightly-20240427021228
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20240426021211
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240426021211
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240427021228
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240427021228
10
10
 
11
11
  ## 0.1.1-next.0
12
12
 
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-20240426021211",
3
+ "version": "0.0.0-nightly-20240427021228",
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-20240426021211",
36
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240426021211",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240427021228",
36
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240427021228",
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-20240426021211",
43
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240426021211",
44
- "@backstage/cli": "^0.0.0-nightly-20240426021211",
45
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240426021211",
42
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240427021228",
43
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240427021228",
44
+ "@backstage/cli": "^0.0.0-nightly-20240427021228",
45
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240427021228",
46
46
  "supertest": "^6.3.3"
47
47
  },
48
48
  "configSchema": "config.d.ts"