@backstage/plugin-catalog-backend-module-incremental-ingestion 0.0.0-nightly-20241217023754 → 0.0.0-nightly-20241218023425

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 +17 -10
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
- ## 0.0.0-nightly-20241217023754
3
+ ## 0.0.0-nightly-20241218023425
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20241218023425
9
+
10
+ ## 0.6.1
4
11
 
5
12
  ### Patch Changes
6
13
 
@@ -12,16 +19,16 @@
12
19
  - cbfc69e: Create a `dev/index.ts` entrypoint for `yarn start`
13
20
  - 3ca5f70: Ensure that the scheduled worker task doesn't run at an unreasonably high frequency
14
21
  - Updated dependencies
15
- - @backstage/backend-defaults@0.0.0-nightly-20241217023754
16
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20241217023754
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20241217023754
18
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241217023754
19
- - @backstage/plugin-events-node@0.0.0-nightly-20241217023754
20
- - @backstage/errors@0.0.0-nightly-20241217023754
21
- - @backstage/catalog-model@0.0.0-nightly-20241217023754
22
- - @backstage/config@0.0.0-nightly-20241217023754
22
+ - @backstage/backend-defaults@0.6.0
23
+ - @backstage/plugin-catalog-backend@1.29.0
24
+ - @backstage/backend-plugin-api@1.1.0
25
+ - @backstage/plugin-catalog-node@1.15.0
26
+ - @backstage/plugin-events-node@0.4.6
27
+ - @backstage/errors@1.2.6
28
+ - @backstage/catalog-model@1.7.2
29
+ - @backstage/config@1.3.1
23
30
  - @backstage/types@1.2.0
24
- - @backstage/plugin-permission-common@0.0.0-nightly-20241217023754
31
+ - @backstage/plugin-permission-common@0.8.3
25
32
 
26
33
  ## 0.6.1-next.2
27
34
 
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-20241217023754",
3
+ "version": "0.0.0-nightly-20241218023425",
4
4
  "description": "An entity provider for streaming large asset sources into the catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -61,15 +61,15 @@
61
61
  "test": "backstage-cli package test"
62
62
  },
63
63
  "dependencies": {
64
- "@backstage/backend-defaults": "0.0.0-nightly-20241217023754",
65
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241217023754",
66
- "@backstage/catalog-model": "0.0.0-nightly-20241217023754",
67
- "@backstage/config": "0.0.0-nightly-20241217023754",
68
- "@backstage/errors": "0.0.0-nightly-20241217023754",
69
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20241217023754",
70
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241217023754",
71
- "@backstage/plugin-events-node": "0.0.0-nightly-20241217023754",
72
- "@backstage/plugin-permission-common": "0.0.0-nightly-20241217023754",
64
+ "@backstage/backend-defaults": "0.6.0",
65
+ "@backstage/backend-plugin-api": "1.1.0",
66
+ "@backstage/catalog-model": "1.7.2",
67
+ "@backstage/config": "1.3.1",
68
+ "@backstage/errors": "1.2.6",
69
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20241218023425",
70
+ "@backstage/plugin-catalog-node": "1.15.0",
71
+ "@backstage/plugin-events-node": "0.4.6",
72
+ "@backstage/plugin-permission-common": "0.8.3",
73
73
  "@backstage/types": "1.2.0",
74
74
  "@opentelemetry/api": "^1.9.0",
75
75
  "@types/express": "^4.17.6",
@@ -80,8 +80,8 @@
80
80
  "uuid": "^11.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/backend-test-utils": "0.0.0-nightly-20241217023754",
84
- "@backstage/cli": "0.0.0-nightly-20241217023754",
83
+ "@backstage/backend-test-utils": "1.2.0",
84
+ "@backstage/cli": "0.29.4",
85
85
  "@types/luxon": "^3.0.0"
86
86
  }
87
87
  }