@backstage/plugin-catalog-backend-module-unprocessed 0.0.0-nightly-20251105024121 → 0.0.0-nightly-20251106024432
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 +7 -7
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-unprocessed
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20251106024432
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/plugin-catalog-node@0.0.0-nightly-
|
|
10
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
11
|
-
- @backstage/plugin-permission-common@0.0.0-nightly-
|
|
12
|
-
- @backstage/plugin-auth-node@0.0.0-nightly-
|
|
13
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
9
|
+
- @backstage/plugin-catalog-node@0.0.0-nightly-20251106024432
|
|
10
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20251106024432
|
|
11
|
+
- @backstage/plugin-permission-common@0.0.0-nightly-20251106024432
|
|
12
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20251106024432
|
|
13
|
+
- @backstage/catalog-model@0.0.0-nightly-20251106024432
|
|
14
14
|
- @backstage/errors@1.2.7
|
|
15
|
-
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.0-nightly-
|
|
15
|
+
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.0-nightly-20251106024432
|
|
16
16
|
|
|
17
17
|
## 0.6.6-next.1
|
|
18
18
|
|
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-
|
|
3
|
+
"version": "0.0.0-nightly-20251106024432",
|
|
4
4
|
"description": "Backstage Catalog module to view unprocessed entities",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"test": "backstage-cli package test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@backstage/backend-plugin-api": "0.0.0-nightly-
|
|
40
|
-
"@backstage/catalog-model": "0.0.0-nightly-
|
|
39
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20251106024432",
|
|
40
|
+
"@backstage/catalog-model": "0.0.0-nightly-20251106024432",
|
|
41
41
|
"@backstage/errors": "1.2.7",
|
|
42
|
-
"@backstage/plugin-auth-node": "0.0.0-nightly-
|
|
43
|
-
"@backstage/plugin-catalog-node": "0.0.0-nightly-
|
|
44
|
-
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.0-nightly-
|
|
45
|
-
"@backstage/plugin-permission-common": "0.0.0-nightly-
|
|
42
|
+
"@backstage/plugin-auth-node": "0.0.0-nightly-20251106024432",
|
|
43
|
+
"@backstage/plugin-catalog-node": "0.0.0-nightly-20251106024432",
|
|
44
|
+
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.0-nightly-20251106024432",
|
|
45
|
+
"@backstage/plugin-permission-common": "0.0.0-nightly-20251106024432",
|
|
46
46
|
"express-promise-router": "^4.1.1",
|
|
47
47
|
"knex": "^3.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
50
|
+
"@backstage/cli": "0.0.0-nightly-20251106024432",
|
|
51
51
|
"@types/express": "^4.17.6"
|
|
52
52
|
},
|
|
53
53
|
"typesVersions": {
|