@backstage/plugin-scaffolder-backend-module-bitbucket 0.0.0-nightly-20240229020904 → 0.0.0-nightly-20240301021339

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-20240229020904
3
+ ## 0.0.0-nightly-20240301021339
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-20240229020904
13
- - @backstage/errors@0.0.0-nightly-20240229020904
14
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240229020904
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20240229020904
16
- - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240229020904
17
- - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240229020904
18
- - @backstage/config@0.0.0-nightly-20240229020904
19
- - @backstage/integration@0.0.0-nightly-20240229020904
12
+ - @backstage/backend-common@0.0.0-nightly-20240301021339
13
+ - @backstage/errors@0.0.0-nightly-20240301021339
14
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240301021339
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240301021339
16
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240301021339
17
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240301021339
18
+ - @backstage/config@0.0.0-nightly-20240301021339
19
+ - @backstage/integration@0.0.0-nightly-20240301021339
20
20
 
21
21
  ## 0.2.3-next.0
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-20240229020904",
4
+ "version": "0.0.0-nightly-20240301021339",
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-20240229020904",
39
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240229020904",
40
- "@backstage/config": "^0.0.0-nightly-20240229020904",
41
- "@backstage/errors": "^0.0.0-nightly-20240229020904",
42
- "@backstage/integration": "^0.0.0-nightly-20240229020904",
43
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240229020904",
44
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240229020904",
45
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240229020904",
38
+ "@backstage/backend-common": "^0.0.0-nightly-20240301021339",
39
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240301021339",
40
+ "@backstage/config": "^0.0.0-nightly-20240301021339",
41
+ "@backstage/errors": "^0.0.0-nightly-20240301021339",
42
+ "@backstage/integration": "^0.0.0-nightly-20240301021339",
43
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240301021339",
44
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240301021339",
45
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240301021339",
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-20240229020904",
52
- "@backstage/cli": "^0.0.0-nightly-20240229020904",
53
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240229020904",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240301021339",
52
+ "@backstage/cli": "^0.0.0-nightly-20240301021339",
53
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240301021339",
54
54
  "msw": "^1.0.0"
55
55
  },
56
56
  "files": [