@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20240814021923 → 0.0.0-nightly-20240815021638

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 +4 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20240814021923
3
+ ## 0.0.0-nightly-20240815021638
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 93095ee: Make sure node-fetch is version 2.7.0 or greater
8
8
  - e3b64be: Added examples for publish:bitbucketServer action and improve its test cases
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240814021923
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240814021923
12
- - @backstage/integration@0.0.0-nightly-20240814021923
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240815021638
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240815021638
12
+ - @backstage/integration@0.0.0-nightly-20240815021638
13
13
  - @backstage/config@1.2.0
14
14
  - @backstage/errors@1.2.4
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
3
- "version": "0.0.0-nightly-20240814021923",
3
+ "version": "0.0.0-nightly-20240815021638",
4
4
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -39,19 +39,19 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240814021923",
42
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240815021638",
43
43
  "@backstage/config": "^1.2.0",
44
44
  "@backstage/errors": "^1.2.4",
45
- "@backstage/integration": "^0.0.0-nightly-20240814021923",
46
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240814021923",
45
+ "@backstage/integration": "^0.0.0-nightly-20240815021638",
46
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240815021638",
47
47
  "fs-extra": "^11.2.0",
48
48
  "node-fetch": "^2.7.0",
49
49
  "yaml": "^2.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240814021923",
53
- "@backstage/cli": "^0.0.0-nightly-20240814021923",
54
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240814021923",
52
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240815021638",
53
+ "@backstage/cli": "^0.0.0-nightly-20240815021638",
54
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240815021638",
55
55
  "msw": "^1.0.0"
56
56
  }
57
57
  }