@backstage/plugin-catalog-backend-module-unprocessed 0.4.6-next.3 → 0.4.7

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-catalog-backend-module-unprocessed
2
2
 
3
+ ## 0.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.23.1
9
+ - @backstage/plugin-auth-node@0.4.15
10
+ - @backstage/backend-plugin-api@0.6.20
11
+ - @backstage/catalog-model@1.5.0
12
+ - @backstage/errors@1.2.4
13
+ - @backstage/plugin-catalog-node@1.12.2
14
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.2
15
+ - @backstage/plugin-permission-common@0.7.14
16
+
17
+ ## 0.4.6
18
+
19
+ ### Patch Changes
20
+
21
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
22
+ - d44a20a: Added additional plugin metadata to `package.json`.
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.23.0
25
+ - @backstage/backend-plugin-api@0.6.19
26
+ - @backstage/plugin-auth-node@0.4.14
27
+ - @backstage/plugin-catalog-node@1.12.1
28
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.2
29
+ - @backstage/plugin-permission-common@0.7.14
30
+ - @backstage/catalog-model@1.5.0
31
+ - @backstage/errors@1.2.4
32
+
3
33
  ## 0.4.6-next.3
4
34
 
5
35
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -7,7 +7,7 @@ import { Knex } from 'knex';
7
7
  *
8
8
  * @public
9
9
  */
10
- declare const catalogModuleUnprocessedEntities: () => _backstage_backend_plugin_api.BackendFeature;
10
+ declare const catalogModuleUnprocessedEntities: _backstage_backend_plugin_api.BackendFeatureCompat;
11
11
 
12
12
  /**
13
13
  * Module providing Unprocessed Entities API endpoints
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-unprocessed",
3
- "version": "0.4.6-next.3",
3
+ "version": "0.4.7",
4
4
  "description": "Backstage Catalog module to view unprocessed entities",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -33,19 +33,19 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.23.0-next.3",
37
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
36
+ "@backstage/backend-common": "^0.23.1",
37
+ "@backstage/backend-plugin-api": "^0.6.20",
38
38
  "@backstage/catalog-model": "^1.5.0",
39
39
  "@backstage/errors": "^1.2.4",
40
- "@backstage/plugin-auth-node": "^0.4.14-next.3",
41
- "@backstage/plugin-catalog-node": "^1.12.1-next.2",
42
- "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.2-next.0",
43
- "@backstage/plugin-permission-common": "^0.7.14-next.0",
40
+ "@backstage/plugin-auth-node": "^0.4.15",
41
+ "@backstage/plugin-catalog-node": "^1.12.2",
42
+ "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.2",
43
+ "@backstage/plugin-permission-common": "^0.7.14",
44
44
  "express-promise-router": "^4.1.1",
45
45
  "knex": "^3.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.26.7-next.3",
48
+ "@backstage/cli": "^0.26.8",
49
49
  "@types/express": "^4.17.6"
50
50
  }
51
51
  }