@backstage/plugin-catalog-backend-module-incremental-ingestion 0.5.3-next.1 → 0.5.3

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,37 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
+ ## 0.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
8
+ - 4b28e39: Updated the README to include documentation for the new backend support
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.25.0
11
+ - @backstage/backend-plugin-api@1.0.0
12
+ - @backstage/catalog-model@1.7.0
13
+ - @backstage/plugin-catalog-backend@1.26.0
14
+ - @backstage/plugin-catalog-node@1.13.0
15
+ - @backstage/plugin-events-node@0.4.0
16
+ - @backstage/config@1.2.0
17
+ - @backstage/errors@1.2.4
18
+ - @backstage/plugin-permission-common@0.8.1
19
+
20
+ ## 0.5.3-next.2
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/backend-common@0.25.0-next.2
26
+ - @backstage/backend-plugin-api@1.0.0-next.2
27
+ - @backstage/plugin-catalog-backend@1.26.0-next.2
28
+ - @backstage/catalog-model@1.6.0
29
+ - @backstage/config@1.2.0
30
+ - @backstage/errors@1.2.4
31
+ - @backstage/plugin-catalog-node@1.12.7-next.2
32
+ - @backstage/plugin-events-node@0.4.0-next.2
33
+ - @backstage/plugin-permission-common@0.8.1
34
+
3
35
  ## 0.5.3-next.1
4
36
 
5
37
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion__alpha",
3
- "version": "0.5.3-next.1",
3
+ "version": "0.5.3",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
3
- "version": "0.5.3-next.1",
3
+ "version": "0.5.3",
4
4
  "description": "An entity provider for streaming large asset sources into the catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,14 +50,14 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-common": "^0.25.0-next.1",
54
- "@backstage/backend-plugin-api": "^0.9.0-next.1",
55
- "@backstage/catalog-model": "^1.6.0",
53
+ "@backstage/backend-common": "^0.25.0",
54
+ "@backstage/backend-plugin-api": "^1.0.0",
55
+ "@backstage/catalog-model": "^1.7.0",
56
56
  "@backstage/config": "^1.2.0",
57
57
  "@backstage/errors": "^1.2.4",
58
- "@backstage/plugin-catalog-backend": "^1.25.3-next.1",
59
- "@backstage/plugin-catalog-node": "^1.12.7-next.1",
60
- "@backstage/plugin-events-node": "^0.4.0-next.1",
58
+ "@backstage/plugin-catalog-backend": "^1.26.0",
59
+ "@backstage/plugin-catalog-node": "^1.13.0",
60
+ "@backstage/plugin-events-node": "^0.4.0",
61
61
  "@backstage/plugin-permission-common": "^0.8.1",
62
62
  "@types/express": "^4.17.6",
63
63
  "@types/luxon": "^3.0.0",
@@ -68,8 +68,8 @@
68
68
  "uuid": "^9.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-defaults": "^0.5.0-next.1",
72
- "@backstage/backend-test-utils": "^0.6.0-next.1",
73
- "@backstage/cli": "^0.27.1-next.1"
71
+ "@backstage/backend-defaults": "^0.5.0",
72
+ "@backstage/backend-test-utils": "^1.0.0",
73
+ "@backstage/cli": "^0.27.1"
74
74
  }
75
75
  }