@backstage/plugin-catalog-backend-module-gerrit 0.1.6-next.0 → 0.1.6

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 +45 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # @backstage/plugin-catalog-backend-module-gerrit
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 4fba50f5d4: Add `gerritEntityProviderCatalogModule` (new backend-plugin-api, alpha).
8
+ - 4c9f7847e4: Updated dependency `msw` to `^0.48.0` while moving it to be a dev dependency.
9
+ - 134b69f478: `GerritEntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
10
+
11
+ Please find how to configure the schedule at the config at
12
+ https://backstage.io/docs/integrations/gerrit/discovery
13
+
14
+ - a6d779d58a: Remove explicit default visibility at `config.d.ts` files.
15
+
16
+ ```ts
17
+ /**
18
+ * @visibility backend
19
+ */
20
+ ```
21
+
22
+ - Updated dependencies
23
+ - @backstage/backend-common@0.16.0
24
+ - @backstage/plugin-catalog-backend@1.5.1
25
+ - @backstage/integration@1.4.0
26
+ - @backstage/backend-tasks@0.3.7
27
+ - @backstage/catalog-model@1.1.3
28
+ - @backstage/backend-plugin-api@0.1.4
29
+ - @backstage/plugin-catalog-node@1.2.1
30
+ - @backstage/config@1.0.4
31
+ - @backstage/errors@1.1.3
32
+
33
+ ## 0.1.6-next.1
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+ - @backstage/backend-common@0.16.0-next.1
39
+ - @backstage/backend-plugin-api@0.1.4-next.1
40
+ - @backstage/backend-tasks@0.3.7-next.1
41
+ - @backstage/plugin-catalog-backend@1.5.1-next.1
42
+ - @backstage/plugin-catalog-node@1.2.1-next.1
43
+ - @backstage/catalog-model@1.1.3-next.0
44
+ - @backstage/config@1.0.4-next.0
45
+ - @backstage/errors@1.1.3-next.0
46
+ - @backstage/integration@1.4.0-next.0
47
+
3
48
  ## 0.1.6-next.0
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gerrit",
3
- "version": "0.1.6-next.0",
3
+ "version": "0.1.6",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -29,26 +29,26 @@
29
29
  "clean": "backstage-cli package clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/backend-common": "^0.16.0-next.0",
33
- "@backstage/backend-plugin-api": "^0.1.4-next.0",
34
- "@backstage/backend-tasks": "^0.3.7-next.0",
35
- "@backstage/catalog-model": "^1.1.3-next.0",
36
- "@backstage/config": "^1.0.4-next.0",
37
- "@backstage/errors": "^1.1.3-next.0",
38
- "@backstage/integration": "^1.4.0-next.0",
39
- "@backstage/plugin-catalog-backend": "^1.5.1-next.0",
40
- "@backstage/plugin-catalog-node": "^1.2.1-next.0",
32
+ "@backstage/backend-common": "^0.16.0",
33
+ "@backstage/backend-plugin-api": "^0.1.4",
34
+ "@backstage/backend-tasks": "^0.3.7",
35
+ "@backstage/catalog-model": "^1.1.3",
36
+ "@backstage/config": "^1.0.4",
37
+ "@backstage/errors": "^1.1.3",
38
+ "@backstage/integration": "^1.4.0",
39
+ "@backstage/plugin-catalog-backend": "^1.5.1",
40
+ "@backstage/plugin-catalog-node": "^1.2.1",
41
41
  "fs-extra": "10.1.0",
42
- "msw": "^0.47.0",
43
42
  "node-fetch": "^2.6.7",
44
43
  "uuid": "^8.0.0",
45
44
  "winston": "^3.2.1"
46
45
  },
47
46
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^0.1.30-next.0",
49
- "@backstage/cli": "^0.21.0-next.0",
47
+ "@backstage/backend-test-utils": "^0.1.30",
48
+ "@backstage/cli": "^0.21.0",
50
49
  "@types/fs-extra": "^9.0.1",
51
- "luxon": "^3.0.0"
50
+ "luxon": "^3.0.0",
51
+ "msw": "^0.48.0"
52
52
  },
53
53
  "files": [
54
54
  "dist",