@backstage/plugin-scaffolder-backend-module-bitbucket 0.0.0-nightly-20240207020916 → 0.0.0-nightly-20240209021004

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 +8 -7
  2. package/package.json +14 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
- ## 0.0.0-nightly-20240207020916
3
+ ## 0.0.0-nightly-20240209021004
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -21,14 +21,15 @@
21
21
  ### Patch Changes
22
22
 
23
23
  - e9a5228: Exporting a default module for the new Backend System
24
+ - 8472188: Added or fixed the `repository` field in `package.json`.
24
25
  - fc98bb6: Enhanced the pull request action to allow for adding new content to the PR as described in this issue #21762
25
26
  - Updated dependencies
26
- - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240207020916
27
- - @backstage/backend-common@0.0.0-nightly-20240207020916
28
- - @backstage/backend-plugin-api@0.0.0-nightly-20240207020916
29
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240207020916
30
- - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240207020916
31
- - @backstage/integration@0.0.0-nightly-20240207020916
27
+ - @backstage/backend-common@0.0.0-nightly-20240209021004
28
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240209021004
29
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240209021004
30
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240209021004
31
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240209021004
32
+ - @backstage/integration@0.0.0-nightly-20240209021004
32
33
  - @backstage/config@1.1.1
33
34
  - @backstage/errors@1.2.3
34
35
 
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-20240207020916",
4
+ "version": "0.0.0-nightly-20240209021004",
5
5
  "deprecated": true,
6
6
  "main": "./dist/index.cjs.js",
7
7
  "types": "./dist/index.d.ts",
@@ -9,6 +9,11 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/backstage/backstage",
15
+ "directory": "plugins/scaffolder-backend-module-bitbucket"
16
+ },
12
17
  "backstage": {
13
18
  "role": "backend-plugin-module"
14
19
  },
@@ -30,21 +35,21 @@
30
35
  "postpack": "backstage-cli package postpack"
31
36
  },
32
37
  "dependencies": {
33
- "@backstage/backend-common": "^0.0.0-nightly-20240207020916",
34
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240207020916",
38
+ "@backstage/backend-common": "^0.0.0-nightly-20240209021004",
39
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240209021004",
35
40
  "@backstage/config": "^1.1.1",
36
41
  "@backstage/errors": "^1.2.3",
37
- "@backstage/integration": "^0.0.0-nightly-20240207020916",
38
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240207020916",
39
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240207020916",
40
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240207020916",
42
+ "@backstage/integration": "^0.0.0-nightly-20240209021004",
43
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240209021004",
44
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240209021004",
45
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240209021004",
41
46
  "fs-extra": "10.1.0",
42
47
  "node-fetch": "^2.6.7",
43
48
  "yaml": "^2.0.0"
44
49
  },
45
50
  "devDependencies": {
46
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240207020916",
47
- "@backstage/cli": "^0.0.0-nightly-20240207020916",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240209021004",
52
+ "@backstage/cli": "^0.0.0-nightly-20240209021004",
48
53
  "msw": "^1.0.0"
49
54
  },
50
55
  "files": [