@backstage/plugin-catalog-backend-module-incremental-ingestion 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250117022919

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 +27 -11
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,21 +1,37 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
- ## 0.0.0-nightly-20250114022708
3
+ ## 0.0.0-nightly-20250117022919
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.0.0-nightly-20250117022919
9
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20250117022919
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250117022919
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250117022919
12
+ - @backstage/catalog-model@1.7.3
13
+ - @backstage/config@1.3.2
14
+ - @backstage/errors@1.2.7
15
+ - @backstage/types@1.2.1
16
+ - @backstage/plugin-events-node@0.0.0-nightly-20250117022919
17
+ - @backstage/plugin-permission-common@0.8.4
18
+
19
+ ## 0.6.2
4
20
 
5
21
  ### Patch Changes
6
22
 
7
23
  - ec547b8: Remove the error handler middleware, since that is now provided by the framework
8
24
  - Updated dependencies
9
- - @backstage/backend-defaults@0.0.0-nightly-20250114022708
10
- - @backstage/types@0.0.0-nightly-20250114022708
11
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20250114022708
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250114022708
13
- - @backstage/catalog-model@0.0.0-nightly-20250114022708
14
- - @backstage/config@0.0.0-nightly-20250114022708
15
- - @backstage/errors@0.0.0-nightly-20250114022708
16
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250114022708
17
- - @backstage/plugin-events-node@0.0.0-nightly-20250114022708
18
- - @backstage/plugin-permission-common@0.0.0-nightly-20250114022708
25
+ - @backstage/backend-defaults@0.7.0
26
+ - @backstage/types@1.2.1
27
+ - @backstage/plugin-catalog-backend@1.30.0
28
+ - @backstage/backend-plugin-api@1.1.1
29
+ - @backstage/catalog-model@1.7.3
30
+ - @backstage/config@1.3.2
31
+ - @backstage/errors@1.2.7
32
+ - @backstage/plugin-catalog-node@1.15.1
33
+ - @backstage/plugin-events-node@0.4.7
34
+ - @backstage/plugin-permission-common@0.8.4
19
35
 
20
36
  ## 0.6.2-next.1
21
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
3
- "version": "0.0.0-nightly-20250114022708",
3
+ "version": "0.0.0-nightly-20250117022919",
4
4
  "description": "An entity provider for streaming large asset sources into the catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -61,16 +61,16 @@
61
61
  "test": "backstage-cli package test"
62
62
  },
63
63
  "dependencies": {
64
- "@backstage/backend-defaults": "0.0.0-nightly-20250114022708",
65
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250114022708",
66
- "@backstage/catalog-model": "0.0.0-nightly-20250114022708",
67
- "@backstage/config": "0.0.0-nightly-20250114022708",
68
- "@backstage/errors": "0.0.0-nightly-20250114022708",
69
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20250114022708",
70
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250114022708",
71
- "@backstage/plugin-events-node": "0.0.0-nightly-20250114022708",
72
- "@backstage/plugin-permission-common": "0.0.0-nightly-20250114022708",
73
- "@backstage/types": "0.0.0-nightly-20250114022708",
64
+ "@backstage/backend-defaults": "0.0.0-nightly-20250117022919",
65
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250117022919",
66
+ "@backstage/catalog-model": "1.7.3",
67
+ "@backstage/config": "1.3.2",
68
+ "@backstage/errors": "1.2.7",
69
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20250117022919",
70
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250117022919",
71
+ "@backstage/plugin-events-node": "0.0.0-nightly-20250117022919",
72
+ "@backstage/plugin-permission-common": "0.8.4",
73
+ "@backstage/types": "1.2.1",
74
74
  "@opentelemetry/api": "^1.9.0",
75
75
  "@types/express": "^4.17.6",
76
76
  "express": "^4.17.1",
@@ -80,8 +80,8 @@
80
80
  "uuid": "^11.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/backend-test-utils": "0.0.0-nightly-20250114022708",
84
- "@backstage/cli": "0.0.0-nightly-20250114022708",
83
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250117022919",
84
+ "@backstage/cli": "0.0.0-nightly-20250117022919",
85
85
  "@types/luxon": "^3.0.0"
86
86
  }
87
87
  }