@backstage/plugin-catalog-backend-module-incremental-ingestion 0.4.24-next.3 → 0.4.25

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 CHANGED
@@ -1,5 +1,39 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
+ ## 0.4.25
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.23.1
9
+ - @backstage/backend-tasks@0.5.25
10
+ - @backstage/plugin-catalog-backend@1.23.1
11
+ - @backstage/plugin-events-node@0.3.6
12
+ - @backstage/backend-plugin-api@0.6.20
13
+ - @backstage/catalog-model@1.5.0
14
+ - @backstage/config@1.2.0
15
+ - @backstage/errors@1.2.4
16
+ - @backstage/plugin-catalog-node@1.12.2
17
+ - @backstage/plugin-permission-common@0.7.14
18
+
19
+ ## 0.4.24
20
+
21
+ ### Patch Changes
22
+
23
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
24
+ - d44a20a: Added additional plugin metadata to `package.json`.
25
+ - Updated dependencies
26
+ - @backstage/backend-common@0.23.0
27
+ - @backstage/backend-plugin-api@0.6.19
28
+ - @backstage/backend-tasks@0.5.24
29
+ - @backstage/plugin-catalog-backend@1.23.0
30
+ - @backstage/plugin-catalog-node@1.12.1
31
+ - @backstage/plugin-events-node@0.3.5
32
+ - @backstage/plugin-permission-common@0.7.14
33
+ - @backstage/catalog-model@1.5.0
34
+ - @backstage/config@1.2.0
35
+ - @backstage/errors@1.2.4
36
+
3
37
  ## 0.4.24-next.3
4
38
 
5
39
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
3
- "version": "0.4.24-next.3",
2
+ "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion__alpha",
3
+ "version": "0.4.25",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -52,6 +52,6 @@ declare const incrementalIngestionProvidersExtensionPoint: _backstage_backend_pl
52
52
  *
53
53
  * @alpha
54
54
  */
55
- declare const catalogModuleIncrementalIngestionEntityProvider: () => _backstage_backend_plugin_api.BackendFeature;
55
+ declare const catalogModuleIncrementalIngestionEntityProvider: _backstage_backend_plugin_api.BackendFeatureCompat;
56
56
 
57
57
  export { type IncrementalIngestionProviderExtensionPoint, catalogModuleIncrementalIngestionEntityProvider as default, incrementalIngestionProvidersExtensionPoint };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
3
- "version": "0.4.24-next.3",
3
+ "version": "0.4.25",
4
4
  "description": "An entity provider for streaming large asset sources into the catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,16 +50,16 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-common": "^0.23.0-next.3",
54
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
55
- "@backstage/backend-tasks": "^0.5.24-next.3",
53
+ "@backstage/backend-common": "^0.23.1",
54
+ "@backstage/backend-plugin-api": "^0.6.20",
55
+ "@backstage/backend-tasks": "^0.5.25",
56
56
  "@backstage/catalog-model": "^1.5.0",
57
57
  "@backstage/config": "^1.2.0",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/plugin-catalog-backend": "^1.23.0-next.3",
60
- "@backstage/plugin-catalog-node": "^1.12.1-next.2",
61
- "@backstage/plugin-events-node": "^0.3.5-next.2",
62
- "@backstage/plugin-permission-common": "^0.7.14-next.0",
59
+ "@backstage/plugin-catalog-backend": "^1.23.1",
60
+ "@backstage/plugin-catalog-node": "^1.12.2",
61
+ "@backstage/plugin-events-node": "^0.3.6",
62
+ "@backstage/plugin-permission-common": "^0.7.14",
63
63
  "@types/express": "^4.17.6",
64
64
  "@types/luxon": "^3.0.0",
65
65
  "express": "^4.17.1",
@@ -69,8 +69,8 @@
69
69
  "uuid": "^9.0.0"
70
70
  },
71
71
  "devDependencies": {
72
- "@backstage/backend-defaults": "^0.3.0-next.3",
73
- "@backstage/backend-test-utils": "^0.4.0-next.3",
74
- "@backstage/cli": "^0.26.7-next.3"
72
+ "@backstage/backend-defaults": "^0.3.1",
73
+ "@backstage/backend-test-utils": "^0.4.1",
74
+ "@backstage/cli": "^0.26.8"
75
75
  }
76
76
  }