@backstage/plugin-scaffolder-backend-module-bitbucket 0.0.0-nightly-20240129021015 → 0.0.0-nightly-20240131021027

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 +17 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
- ## 0.0.0-nightly-20240129021015
3
+ ## 0.0.0-nightly-20240131021027
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e9a5228: Exporting a default module for the new Backend System
8
8
  - fc98bb6: Enhanced the pull request action to allow for adding new content to the PR as described in this issue #21762
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20240129021015
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240129021015
12
- - @backstage/integration@0.0.0-nightly-20240129021015
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240129021015
10
+ - @backstage/backend-common@0.0.0-nightly-20240131021027
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240131021027
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240131021027
13
+ - @backstage/integration@0.0.0-nightly-20240131021027
14
+ - @backstage/config@1.1.1
15
+ - @backstage/errors@1.2.3
16
+
17
+ ## 0.1.2-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.6.10-next.1
23
+ - @backstage/backend-common@0.21.0-next.1
24
+ - @backstage/integration@1.9.0-next.0
25
+ - @backstage/plugin-scaffolder-node@0.3.0-next.1
14
26
  - @backstage/config@1.1.1
15
27
  - @backstage/errors@1.2.3
16
28
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket",
3
3
  "description": "The bitbucket module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.0.0-nightly-20240129021015",
4
+ "version": "0.0.0-nightly-20240131021027",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,19 +29,19 @@
29
29
  "postpack": "backstage-cli package postpack"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/backend-common": "^0.0.0-nightly-20240129021015",
33
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240129021015",
32
+ "@backstage/backend-common": "^0.0.0-nightly-20240131021027",
33
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240131021027",
34
34
  "@backstage/config": "^1.1.1",
35
35
  "@backstage/errors": "^1.2.3",
36
- "@backstage/integration": "^0.0.0-nightly-20240129021015",
37
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240129021015",
36
+ "@backstage/integration": "^0.0.0-nightly-20240131021027",
37
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240131021027",
38
38
  "fs-extra": "10.1.0",
39
39
  "node-fetch": "^2.6.7",
40
40
  "yaml": "^2.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240129021015",
44
- "@backstage/cli": "^0.0.0-nightly-20240129021015",
43
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240131021027",
44
+ "@backstage/cli": "^0.0.0-nightly-20240131021027",
45
45
  "msw": "^1.0.0"
46
46
  },
47
47
  "files": [