@backstage/plugin-catalog-backend-module-unprocessed 0.0.0-nightly-20240917021806 → 0.0.0-nightly-20240918022959

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 +20 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # @backstage/plugin-catalog-backend-module-unprocessed
2
2
 
3
- ## 0.0.0-nightly-20240917021806
3
+ ## 0.0.0-nightly-20240918022959
4
+
5
+ ### Patch Changes
6
+
7
+ - 094eaa3: Remove references to in-repo backend-common
8
+ - Updated dependencies
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240918022959
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240918022959
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240918022959
12
+ - @backstage/catalog-model@1.7.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/plugin-catalog-unprocessed-entities-common@0.0.4
15
+ - @backstage/plugin-permission-common@0.8.1
16
+
17
+ ## 0.5.0
4
18
 
5
19
  ### Minor Changes
6
20
 
@@ -13,11 +27,11 @@
13
27
  ### Patch Changes
14
28
 
15
29
  - Updated dependencies
16
- - @backstage/backend-common@0.0.0-nightly-20240917021806
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20240917021806
18
- - @backstage/plugin-auth-node@0.0.0-nightly-20240917021806
19
- - @backstage/catalog-model@0.0.0-nightly-20240917021806
20
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240917021806
30
+ - @backstage/backend-common@0.25.0
31
+ - @backstage/backend-plugin-api@1.0.0
32
+ - @backstage/plugin-auth-node@0.5.2
33
+ - @backstage/catalog-model@1.7.0
34
+ - @backstage/plugin-catalog-node@1.13.0
21
35
  - @backstage/errors@1.2.4
22
36
  - @backstage/plugin-catalog-unprocessed-entities-common@0.0.4
23
37
  - @backstage/plugin-permission-common@0.8.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-20240917021806",
3
+ "version": "0.0.0-nightly-20240918022959",
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-20240917021806",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240917021806",
38
- "@backstage/catalog-model": "^0.0.0-nightly-20240917021806",
36
+ "@backstage/backend-common": "^0.25.0",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240918022959",
38
+ "@backstage/catalog-model": "^1.7.0",
39
39
  "@backstage/errors": "^1.2.4",
40
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240917021806",
41
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240917021806",
40
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240918022959",
41
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240918022959",
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.0.0-nightly-20240917021806",
48
+ "@backstage/cli": "^0.0.0-nightly-20240918022959",
49
49
  "@types/express": "^4.17.6"
50
50
  }
51
51
  }