@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20240208020940 → 0.0.0-nightly-20240210020848

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 +6 -5
  2. package/package.json +12 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20240208020940
3
+ ## 0.0.0-nightly-20240210020848
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -14,11 +14,12 @@
14
14
 
15
15
  ### Patch Changes
16
16
 
17
+ - 8472188: Added or fixed the `repository` field in `package.json`.
17
18
  - Updated dependencies
18
- - @backstage/backend-common@0.0.0-nightly-20240208020940
19
- - @backstage/backend-plugin-api@0.0.0-nightly-20240208020940
20
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240208020940
21
- - @backstage/integration@0.0.0-nightly-20240208020940
19
+ - @backstage/backend-common@0.0.0-nightly-20240210020848
20
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240210020848
21
+ - @backstage/integration@0.0.0-nightly-20240210020848
22
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240210020848
22
23
  - @backstage/config@1.1.1
23
24
  - @backstage/errors@1.2.3
24
25
 
package/package.json CHANGED
@@ -1,13 +1,18 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
3
3
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.0.0-nightly-20240208020940",
4
+ "version": "0.0.0-nightly-20240210020848",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/backstage/backstage",
14
+ "directory": "plugins/scaffolder-backend-module-bitbucket-server"
15
+ },
11
16
  "backstage": {
12
17
  "role": "backend-plugin-module"
13
18
  },
@@ -29,19 +34,19 @@
29
34
  "postpack": "backstage-cli package postpack"
30
35
  },
31
36
  "dependencies": {
32
- "@backstage/backend-common": "^0.0.0-nightly-20240208020940",
33
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240208020940",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20240210020848",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240210020848",
34
39
  "@backstage/config": "^1.1.1",
35
40
  "@backstage/errors": "^1.2.3",
36
- "@backstage/integration": "^0.0.0-nightly-20240208020940",
37
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240208020940",
41
+ "@backstage/integration": "^0.0.0-nightly-20240210020848",
42
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240210020848",
38
43
  "fs-extra": "10.1.0",
39
44
  "node-fetch": "^2.6.7",
40
45
  "yaml": "^2.0.0"
41
46
  },
42
47
  "devDependencies": {
43
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240208020940",
44
- "@backstage/cli": "^0.0.0-nightly-20240208020940",
48
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240210020848",
49
+ "@backstage/cli": "^0.0.0-nightly-20240210020848",
45
50
  "msw": "^1.0.0"
46
51
  },
47
52
  "files": [