@backstage/plugin-catalog-backend-module-unprocessed 0.0.0-nightly-20240826071828 → 0.0.0-nightly-20240827022616

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 +9 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-unprocessed
2
2
 
3
- ## 0.0.0-nightly-20240826071828
3
+ ## 0.0.0-nightly-20240827022616
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,10 +13,14 @@
13
13
  ### Patch Changes
14
14
 
15
15
  - Updated dependencies
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20240826071828
17
- - @backstage/backend-common@0.0.0-nightly-20240826071828
18
- - @backstage/plugin-auth-node@0.0.0-nightly-20240826071828
19
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240826071828
16
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240827022616
17
+ - @backstage/backend-common@0.0.0-nightly-20240827022616
18
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240827022616
19
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240827022616
20
+ - @backstage/catalog-model@1.6.0
21
+ - @backstage/errors@1.2.4
22
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.4
23
+ - @backstage/plugin-permission-common@0.8.1
20
24
 
21
25
  ## 0.4.10
22
26
 
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-20240826071828",
3
+ "version": "0.0.0-nightly-20240827022616",
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.0.0-nightly-20240826071828",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240826071828",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20240827022616",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240827022616",
38
38
  "@backstage/catalog-model": "^1.6.0",
39
39
  "@backstage/errors": "^1.2.4",
40
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240826071828",
41
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240826071828",
40
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240827022616",
41
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240827022616",
42
42
  "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.4",
43
43
  "@backstage/plugin-permission-common": "^0.8.1",
44
44
  "express-promise-router": "^4.1.1",
45
45
  "knex": "^3.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.27.0",
48
+ "@backstage/cli": "^0.0.0-nightly-20240827022616",
49
49
  "@types/express": "^4.17.6"
50
50
  }
51
51
  }