@backstage/plugin-catalog-backend-module-unprocessed 0.6.11 → 0.6.12

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 +30 -3
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # @backstage/plugin-catalog-backend-module-unprocessed
2
2
 
3
- ## 0.6.11
3
+ ## 0.6.12
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 755d03e: Added permission authorization checks to the unprocessed entities read endpoints for pending and failed entities.
7
+ - fa06df6: Added permission authorization checks to the unprocessed entities read endpoints for pending and failed entities.
8
8
  - Updated dependencies
9
- - @backstage/plugin-catalog-unprocessed-entities-common@0.0.15
9
+ - @backstage/catalog-model@1.9.0
10
+ - @backstage/errors@1.3.1
11
+ - @backstage/backend-plugin-api@1.9.1
12
+ - @backstage/plugin-catalog-node@2.2.1
13
+ - @backstage/plugin-auth-node@0.7.1
14
+ - @backstage/plugin-permission-common@0.9.9
15
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.16
16
+
17
+ ## 0.6.12-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - fa06df6: Added permission authorization checks to the unprocessed entities read endpoints for pending and failed entities.
22
+ - Updated dependencies
23
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.16-next.1
24
+
25
+ ## 0.6.11-next.0
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ - @backstage/errors@1.3.1-next.0
31
+ - @backstage/plugin-auth-node@0.7.1-next.0
32
+ - @backstage/backend-plugin-api@1.9.1-next.0
33
+ - @backstage/catalog-model@1.8.1-next.0
34
+ - @backstage/plugin-catalog-node@2.2.1-next.0
35
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.15-next.0
36
+ - @backstage/plugin-permission-common@0.9.9-next.0
10
37
 
11
38
  ## 0.6.10
12
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-unprocessed",
3
- "version": "0.6.11",
3
+ "version": "0.6.12",
4
4
  "description": "Backstage Catalog module to view unprocessed entities",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,19 +36,19 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "^1.9.0",
40
- "@backstage/catalog-model": "^1.8.0",
41
- "@backstage/errors": "^1.3.0",
42
- "@backstage/plugin-auth-node": "^0.7.0",
43
- "@backstage/plugin-catalog-node": "^2.2.0",
44
- "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.15",
45
- "@backstage/plugin-permission-common": "^0.9.8",
39
+ "@backstage/backend-plugin-api": "^1.9.1",
40
+ "@backstage/catalog-model": "^1.9.0",
41
+ "@backstage/errors": "^1.3.1",
42
+ "@backstage/plugin-auth-node": "^0.7.1",
43
+ "@backstage/plugin-catalog-node": "^2.2.1",
44
+ "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.16",
45
+ "@backstage/plugin-permission-common": "^0.9.9",
46
46
  "express-promise-router": "^4.1.1",
47
47
  "knex": "^3.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^1.11.2",
51
- "@backstage/cli": "^0.36.1",
50
+ "@backstage/backend-test-utils": "^1.11.3",
51
+ "@backstage/cli": "^0.36.2",
52
52
  "@types/express": "^4.17.6",
53
53
  "@types/supertest": "^2.0.8",
54
54
  "better-sqlite3": "^12.0.0",