@backstage/plugin-scaffolder-backend-module-gerrit 0.0.0-nightly-20240130021056 → 0.0.0-nightly-20240131021027

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 +15 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,25 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gerrit
2
2
 
3
- ## 0.0.0-nightly-20240130021056
3
+ ## 0.0.0-nightly-20240131021027
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e9a5228: Exporting a default module for the new Backend System
8
8
  - Updated dependencies
9
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240130021056
10
- - @backstage/integration@0.0.0-nightly-20240130021056
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240130021056
9
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240131021027
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240131021027
11
+ - @backstage/integration@0.0.0-nightly-20240131021027
12
+ - @backstage/config@1.1.1
13
+ - @backstage/errors@1.2.3
14
+
15
+ ## 0.1.2-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@0.6.10-next.1
21
+ - @backstage/integration@1.9.0-next.0
22
+ - @backstage/plugin-scaffolder-node@0.3.0-next.1
12
23
  - @backstage/config@1.1.1
13
24
  - @backstage/errors@1.2.3
14
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
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-20240130021056",
4
+ "version": "0.0.0-nightly-20240131021027",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,18 +29,18 @@
29
29
  "postpack": "backstage-cli package postpack"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240130021056",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240131021027",
33
33
  "@backstage/config": "^1.1.1",
34
34
  "@backstage/errors": "^1.2.3",
35
- "@backstage/integration": "^0.0.0-nightly-20240130021056",
36
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240130021056",
35
+ "@backstage/integration": "^0.0.0-nightly-20240131021027",
36
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240131021027",
37
37
  "node-fetch": "^2.6.7",
38
38
  "yaml": "^2.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/backend-common": "^0.0.0-nightly-20240130021056",
42
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240130021056",
43
- "@backstage/cli": "^0.0.0-nightly-20240130021056",
41
+ "@backstage/backend-common": "^0.0.0-nightly-20240131021027",
42
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240131021027",
43
+ "@backstage/cli": "^0.0.0-nightly-20240131021027",
44
44
  "msw": "^1.0.0"
45
45
  },
46
46
  "files": [