@backstage/plugin-scaffolder-backend-module-bitbucket 0.0.0-nightly-20240211021214 → 0.0.0-nightly-20240212021120

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-20240211021214
3
+ ## 0.0.0-nightly-20240212021120
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -24,12 +24,12 @@
24
24
  - 8472188: Added or fixed the `repository` field in `package.json`.
25
25
  - fc98bb6: Enhanced the pull request action to allow for adding new content to the PR as described in this issue #21762
26
26
  - Updated dependencies
27
- - @backstage/backend-common@0.0.0-nightly-20240211021214
28
- - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240211021214
29
- - @backstage/backend-plugin-api@0.0.0-nightly-20240211021214
30
- - @backstage/integration@0.0.0-nightly-20240211021214
31
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240211021214
32
- - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240211021214
27
+ - @backstage/backend-common@0.0.0-nightly-20240212021120
28
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240212021120
29
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240212021120
30
+ - @backstage/integration@0.0.0-nightly-20240212021120
31
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240212021120
32
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240212021120
33
33
  - @backstage/config@1.1.1
34
34
  - @backstage/errors@1.2.3
35
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-20240211021214",
4
+ "version": "0.0.0-nightly-20240212021120",
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-20240211021214",
39
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240211021214",
38
+ "@backstage/backend-common": "^0.0.0-nightly-20240212021120",
39
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240212021120",
40
40
  "@backstage/config": "^1.1.1",
41
41
  "@backstage/errors": "^1.2.3",
42
- "@backstage/integration": "^0.0.0-nightly-20240211021214",
43
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240211021214",
44
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240211021214",
45
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240211021214",
42
+ "@backstage/integration": "^0.0.0-nightly-20240212021120",
43
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240212021120",
44
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240212021120",
45
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240212021120",
46
46
  "fs-extra": "10.1.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-20240211021214",
52
- "@backstage/cli": "^0.0.0-nightly-20240211021214",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240212021120",
52
+ "@backstage/cli": "^0.0.0-nightly-20240212021120",
53
53
  "msw": "^1.0.0"
54
54
  },
55
55
  "files": [