@backstage/plugin-scaffolder-backend-module-bitbucket 0.0.0-nightly-20240216021020 → 0.0.0-nightly-20240217020958

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 +7 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
- ## 0.0.0-nightly-20240216021020
3
+ ## 0.0.0-nightly-20240217020958
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -26,12 +26,12 @@
26
26
  Updated dependency `@types/fs-extra` to `^11.0.0`.
27
27
  - fc98bb6: Enhanced the pull request action to allow for adding new content to the PR as described in this issue #21762
28
28
  - Updated dependencies
29
- - @backstage/backend-common@0.0.0-nightly-20240216021020
30
- - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240216021020
31
- - @backstage/backend-plugin-api@0.0.0-nightly-20240216021020
32
- - @backstage/integration@0.0.0-nightly-20240216021020
33
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240216021020
34
- - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240216021020
29
+ - @backstage/backend-common@0.0.0-nightly-20240217020958
30
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240217020958
31
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240217020958
32
+ - @backstage/integration@0.0.0-nightly-20240217020958
33
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240217020958
34
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240217020958
35
35
  - @backstage/config@1.1.1
36
36
  - @backstage/errors@1.2.3
37
37
 
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-20240216021020",
4
+ "version": "0.0.0-nightly-20240217020958",
5
5
  "deprecated": true,
6
6
  "main": "./dist/index.cjs.js",
7
7
  "types": "./dist/index.d.ts",
@@ -35,21 +35,21 @@
35
35
  "postpack": "backstage-cli package postpack"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.0.0-nightly-20240216021020",
39
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240216021020",
38
+ "@backstage/backend-common": "^0.0.0-nightly-20240217020958",
39
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240217020958",
40
40
  "@backstage/config": "^1.1.1",
41
41
  "@backstage/errors": "^1.2.3",
42
- "@backstage/integration": "^0.0.0-nightly-20240216021020",
43
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240216021020",
44
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240216021020",
45
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240216021020",
42
+ "@backstage/integration": "^0.0.0-nightly-20240217020958",
43
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240217020958",
44
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240217020958",
45
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240217020958",
46
46
  "fs-extra": "^11.2.0",
47
47
  "node-fetch": "^2.6.7",
48
48
  "yaml": "^2.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240216021020",
52
- "@backstage/cli": "^0.0.0-nightly-20240216021020",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240217020958",
52
+ "@backstage/cli": "^0.0.0-nightly-20240217020958",
53
53
  "msw": "^1.0.0"
54
54
  },
55
55
  "files": [