@backstage/plugin-catalog-backend-module-unprocessed 0.0.0-nightly-20240416021242 → 0.0.0-nightly-20240421021442

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 +19 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,28 @@
1
1
  # @backstage/plugin-catalog-backend-module-unprocessed
2
2
 
3
- ## 0.0.0-nightly-20240416021242
3
+ ## 0.0.0-nightly-20240421021442
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240416021242
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240416021242
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20240416021242
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240416021242
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240421021442
9
+ - @backstage/backend-common@0.0.0-nightly-20240421021442
10
+ - @backstage/catalog-model@1.4.5
11
+ - @backstage/errors@1.2.4
12
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240421021442
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240421021442
14
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.1
15
+ - @backstage/plugin-permission-common@0.7.13
16
+
17
+ ## 0.4.4
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.21.7
23
+ - @backstage/backend-plugin-api@0.6.17
24
+ - @backstage/plugin-auth-node@0.4.12
25
+ - @backstage/plugin-catalog-node@1.11.1
12
26
  - @backstage/catalog-model@1.4.5
13
27
  - @backstage/errors@1.2.4
14
28
  - @backstage/plugin-catalog-unprocessed-entities-common@0.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-unprocessed",
3
- "version": "0.0.0-nightly-20240416021242",
3
+ "version": "0.0.0-nightly-20240421021442",
4
4
  "description": "Backstage Catalog module to view unprocessed entities",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -31,19 +31,19 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.0.0-nightly-20240416021242",
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240416021242",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240421021442",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240421021442",
36
36
  "@backstage/catalog-model": "^1.4.5",
37
37
  "@backstage/errors": "^1.2.4",
38
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240416021242",
39
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240416021242",
38
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240421021442",
39
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240421021442",
40
40
  "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.1",
41
41
  "@backstage/plugin-permission-common": "^0.7.13",
42
42
  "express-promise-router": "^4.1.1",
43
43
  "knex": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.0.0-nightly-20240416021242",
46
+ "@backstage/cli": "^0.0.0-nightly-20240421021442",
47
47
  "@types/express": "^4.17.6"
48
48
  }
49
49
  }