@backstage/plugin-catalog-backend-module-incremental-ingestion 0.0.0-nightly-20241126023633 → 0.0.0-nightly-20241127023716

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 +24 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
- ## 0.0.0-nightly-20241126023633
3
+ ## 0.0.0-nightly-20241127023716
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,14 +9,33 @@
9
9
  - cbfc69e: Create a `dev/index.ts` entrypoint for `yarn start`
10
10
  - 3ca5f70: Ensure that the scheduled worker task doesn't run at an unreasonably high frequency
11
11
  - Updated dependencies
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20241126023633
13
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20241126023633
14
- - @backstage/plugin-events-node@0.0.0-nightly-20241126023633
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241127023716
13
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20241127023716
14
+ - @backstage/plugin-events-node@0.0.0-nightly-20241127023716
15
15
  - @backstage/catalog-model@1.7.1
16
16
  - @backstage/config@1.3.0
17
17
  - @backstage/errors@1.2.5
18
18
  - @backstage/types@1.2.0
19
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241126023633
19
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20241127023716
20
+ - @backstage/plugin-permission-common@0.8.2
21
+
22
+ ## 0.6.1-next.0
23
+
24
+ ### Patch Changes
25
+
26
+ - cce9cae: Deprecate old-backend-system `IncrementalCatalogBuilder`
27
+ - 5aa44d2: Wire up the events together in the new backend system
28
+ - cbfc69e: Create a `dev/index.ts` entrypoint for `yarn start`
29
+ - 3ca5f70: Ensure that the scheduled worker task doesn't run at an unreasonably high frequency
30
+ - Updated dependencies
31
+ - @backstage/backend-plugin-api@1.0.3-next.0
32
+ - @backstage/plugin-catalog-backend@1.28.1-next.0
33
+ - @backstage/plugin-events-node@0.4.6-next.0
34
+ - @backstage/catalog-model@1.7.1
35
+ - @backstage/config@1.3.0
36
+ - @backstage/errors@1.2.5
37
+ - @backstage/types@1.2.0
38
+ - @backstage/plugin-catalog-node@1.14.1-next.0
20
39
  - @backstage/plugin-permission-common@0.8.2
21
40
 
22
41
  ## 0.6.0
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-20241126023633",
3
+ "version": "0.0.0-nightly-20241127023716",
4
4
  "description": "An entity provider for streaming large asset sources into the catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -62,13 +62,13 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@backstage/backend-common": "^0.25.0",
65
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241126023633",
65
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241127023716",
66
66
  "@backstage/catalog-model": "1.7.1",
67
67
  "@backstage/config": "1.3.0",
68
68
  "@backstage/errors": "1.2.5",
69
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20241126023633",
70
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241126023633",
71
- "@backstage/plugin-events-node": "0.0.0-nightly-20241126023633",
69
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20241127023716",
70
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20241127023716",
71
+ "@backstage/plugin-events-node": "0.0.0-nightly-20241127023716",
72
72
  "@backstage/plugin-permission-common": "0.8.2",
73
73
  "@backstage/types": "1.2.0",
74
74
  "@types/express": "^4.17.6",
@@ -79,9 +79,9 @@
79
79
  "uuid": "^11.0.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/backend-defaults": "0.0.0-nightly-20241126023633",
83
- "@backstage/backend-test-utils": "0.0.0-nightly-20241126023633",
84
- "@backstage/cli": "0.0.0-nightly-20241126023633",
82
+ "@backstage/backend-defaults": "0.0.0-nightly-20241127023716",
83
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241127023716",
84
+ "@backstage/cli": "0.0.0-nightly-20241127023716",
85
85
  "@types/luxon": "^3.0.0"
86
86
  }
87
87
  }