@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20240427021228 → 0.0.0-nightly-20240429021333

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20240427021228
3
+ ## 0.0.0-nightly-20240429021333
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 24dd655: Add examples for `publish:bitbucketServer:pull-request` scaffolder action & improve related tests
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240427021228
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240427021228
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240429021333
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240429021333
11
11
  - @backstage/config@1.2.0
12
12
  - @backstage/errors@1.2.4
13
13
  - @backstage/integration@1.10.0
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-20240427021228",
3
+ "version": "0.0.0-nightly-20240429021333",
4
4
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -37,19 +37,19 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240427021228",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240429021333",
41
41
  "@backstage/config": "^1.2.0",
42
42
  "@backstage/errors": "^1.2.4",
43
43
  "@backstage/integration": "^1.10.0",
44
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240427021228",
44
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240429021333",
45
45
  "fs-extra": "^11.2.0",
46
46
  "node-fetch": "^2.6.7",
47
47
  "yaml": "^2.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240427021228",
51
- "@backstage/cli": "^0.0.0-nightly-20240427021228",
52
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240427021228",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240429021333",
51
+ "@backstage/cli": "^0.0.0-nightly-20240429021333",
52
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240429021333",
53
53
  "msw": "^1.0.0"
54
54
  }
55
55
  }