@backstage/plugin-scaffolder-backend-module-bitbucket 0.0.0-nightly-20240307020519 → 0.0.0-nightly-20240309020749

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 +9 -9
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
- ## 0.0.0-nightly-20240307020519
3
+ ## 0.0.0-nightly-20240309020749
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,14 +9,14 @@
9
9
  It will help to maintain tests in a long run during structural changes of action context.
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20240307020519
13
- - @backstage/config@0.0.0-nightly-20240307020519
14
- - @backstage/errors@0.0.0-nightly-20240307020519
15
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240307020519
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20240307020519
17
- - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240307020519
18
- - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240307020519
19
- - @backstage/integration@0.0.0-nightly-20240307020519
12
+ - @backstage/backend-common@0.0.0-nightly-20240309020749
13
+ - @backstage/integration@0.0.0-nightly-20240309020749
14
+ - @backstage/config@0.0.0-nightly-20240309020749
15
+ - @backstage/errors@0.0.0-nightly-20240309020749
16
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240309020749
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240309020749
18
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240309020749
19
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240309020749
20
20
 
21
21
  ## 0.2.4-next.1
22
22
 
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-20240307020519",
4
+ "version": "0.0.0-nightly-20240309020749",
5
5
  "deprecated": true,
6
6
  "main": "./dist/index.cjs.js",
7
7
  "types": "./dist/index.d.ts",
@@ -35,22 +35,22 @@
35
35
  "postpack": "backstage-cli package postpack"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.0.0-nightly-20240307020519",
39
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240307020519",
40
- "@backstage/config": "^0.0.0-nightly-20240307020519",
41
- "@backstage/errors": "^0.0.0-nightly-20240307020519",
42
- "@backstage/integration": "^0.0.0-nightly-20240307020519",
43
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240307020519",
44
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240307020519",
45
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240307020519",
38
+ "@backstage/backend-common": "^0.0.0-nightly-20240309020749",
39
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240309020749",
40
+ "@backstage/config": "^0.0.0-nightly-20240309020749",
41
+ "@backstage/errors": "^0.0.0-nightly-20240309020749",
42
+ "@backstage/integration": "^0.0.0-nightly-20240309020749",
43
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240309020749",
44
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240309020749",
45
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240309020749",
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-20240307020519",
52
- "@backstage/cli": "^0.0.0-nightly-20240307020519",
53
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240307020519",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240309020749",
52
+ "@backstage/cli": "^0.0.0-nightly-20240309020749",
53
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240309020749",
54
54
  "msw": "^1.0.0"
55
55
  },
56
56
  "files": [