@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.0.0-nightly-20241209023914 → 0.0.0-nightly-20241211023757

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 -7
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,18 +1,30 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
- ## 0.0.0-nightly-20241209023914
3
+ ## 0.0.0-nightly-20241211023757
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
8
8
  - 5c9cc05: Use native fetch instead of node-fetch
9
9
  - Updated dependencies
10
- - @backstage/integration@0.0.0-nightly-20241209023914
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241209023914
12
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241209023914
13
- - @backstage/errors@0.0.0-nightly-20241209023914
14
- - @backstage/config@0.0.0-nightly-20241209023914
15
- - @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20241209023914
10
+ - @backstage/integration@0.0.0-nightly-20241211023757
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241211023757
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241211023757
13
+ - @backstage/errors@0.0.0-nightly-20241211023757
14
+ - @backstage/config@0.0.0-nightly-20241211023757
15
+ - @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20241211023757
16
+
17
+ ## 0.2.4-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@1.1.0-next.2
23
+ - @backstage/errors@1.2.6-next.0
24
+ - @backstage/plugin-scaffolder-node@0.6.2-next.2
25
+ - @backstage/config@1.3.1-next.0
26
+ - @backstage/integration@1.16.0-next.1
27
+ - @backstage/plugin-bitbucket-cloud-common@0.2.26-next.1
16
28
 
17
29
  ## 0.2.4-next.1
18
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
3
- "version": "0.0.0-nightly-20241209023914",
3
+ "version": "0.0.0-nightly-20241211023757",
4
4
  "description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -47,19 +47,19 @@
47
47
  "test": "backstage-cli package test"
48
48
  },
49
49
  "dependencies": {
50
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241209023914",
51
- "@backstage/config": "0.0.0-nightly-20241209023914",
52
- "@backstage/errors": "0.0.0-nightly-20241209023914",
53
- "@backstage/integration": "0.0.0-nightly-20241209023914",
54
- "@backstage/plugin-bitbucket-cloud-common": "0.0.0-nightly-20241209023914",
55
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241209023914",
50
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241211023757",
51
+ "@backstage/config": "0.0.0-nightly-20241211023757",
52
+ "@backstage/errors": "0.0.0-nightly-20241211023757",
53
+ "@backstage/integration": "0.0.0-nightly-20241211023757",
54
+ "@backstage/plugin-bitbucket-cloud-common": "0.0.0-nightly-20241211023757",
55
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241211023757",
56
56
  "fs-extra": "^11.2.0",
57
57
  "yaml": "^2.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/backend-test-utils": "0.0.0-nightly-20241209023914",
61
- "@backstage/cli": "0.0.0-nightly-20241209023914",
62
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241209023914",
60
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241211023757",
61
+ "@backstage/cli": "0.0.0-nightly-20241211023757",
62
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241211023757",
63
63
  "msw": "^1.0.0"
64
64
  }
65
65
  }