@backstage/plugin-scaffolder-backend-module-bitbucket 0.0.0-nightly-20240102021548 → 0.0.0-nightly-20240103021419

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 +14 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,15 +1,26 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
- ## 0.0.0-nightly-20240102021548
3
+ ## 0.0.0-nightly-20240103021419
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240102021548
8
+ - @backstage/backend-common@0.0.0-nightly-20240103021419
9
9
  - @backstage/config@1.1.1
10
10
  - @backstage/errors@1.2.3
11
11
  - @backstage/integration@1.8.0
12
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240102021548
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240103021419
13
+
14
+ ## 0.1.1-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.20.1-next.1
20
+ - @backstage/integration@1.8.0
21
+ - @backstage/config@1.1.1
22
+ - @backstage/plugin-scaffolder-node@0.2.10-next.1
23
+ - @backstage/errors@1.2.3
13
24
 
14
25
  ## 0.1.1-next.0
15
26
 
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-20240102021548",
4
+ "version": "0.0.0-nightly-20240103021419",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,17 +23,17 @@
23
23
  "postpack": "backstage-cli package postpack"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.0.0-nightly-20240102021548",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20240103021419",
27
27
  "@backstage/config": "^1.1.1",
28
28
  "@backstage/errors": "^1.2.3",
29
29
  "@backstage/integration": "^1.8.0",
30
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240102021548",
30
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240103021419",
31
31
  "node-fetch": "^2.6.7",
32
32
  "yaml": "^2.0.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240102021548",
36
- "@backstage/cli": "^0.0.0-nightly-20240102021548",
35
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240103021419",
36
+ "@backstage/cli": "^0.0.0-nightly-20240103021419",
37
37
  "msw": "^1.0.0"
38
38
  },
39
39
  "files": [