@backstage/plugin-scaffolder-backend-module-gerrit 0.0.0-nightly-20240208020940 → 0.0.0-nightly-20240209021004

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 +5 -4
  2. package/package.json +12 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,16 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gerrit
2
2
 
3
- ## 0.0.0-nightly-20240208020940
3
+ ## 0.0.0-nightly-20240209021004
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e9a5228: Exporting a default module for the new Backend System
8
+ - 8472188: Added or fixed the `repository` field in `package.json`.
8
9
  - 8b269e1: Provide default branch when creating repositories.
9
10
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240208020940
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240208020940
12
- - @backstage/integration@0.0.0-nightly-20240208020940
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240209021004
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240209021004
13
+ - @backstage/integration@0.0.0-nightly-20240209021004
13
14
  - @backstage/config@1.1.1
14
15
  - @backstage/errors@1.2.3
15
16
 
package/package.json CHANGED
@@ -1,13 +1,18 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gerrit",
3
3
  "description": "The gerrit module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.0.0-nightly-20240208020940",
4
+ "version": "0.0.0-nightly-20240209021004",
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-gerrit"
15
+ },
11
16
  "backstage": {
12
17
  "role": "backend-plugin-module"
13
18
  },
@@ -29,18 +34,18 @@
29
34
  "postpack": "backstage-cli package postpack"
30
35
  },
31
36
  "dependencies": {
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240208020940",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240209021004",
33
38
  "@backstage/config": "^1.1.1",
34
39
  "@backstage/errors": "^1.2.3",
35
- "@backstage/integration": "^0.0.0-nightly-20240208020940",
36
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240208020940",
40
+ "@backstage/integration": "^0.0.0-nightly-20240209021004",
41
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240209021004",
37
42
  "node-fetch": "^2.6.7",
38
43
  "yaml": "^2.0.0"
39
44
  },
40
45
  "devDependencies": {
41
- "@backstage/backend-common": "^0.0.0-nightly-20240208020940",
42
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240208020940",
43
- "@backstage/cli": "^0.0.0-nightly-20240208020940",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20240209021004",
47
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240209021004",
48
+ "@backstage/cli": "^0.0.0-nightly-20240209021004",
44
49
  "msw": "^1.0.0"
45
50
  },
46
51
  "files": [