@backstage/plugin-catalog-backend-module-incremental-ingestion 0.0.0-nightly-20241029023358 → 0.0.0-nightly-20241031023248

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,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
- ## 0.0.0-nightly-20241029023358
3
+ ## 0.0.0-nightly-20241031023248
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,14 +12,36 @@
12
12
  ### Patch Changes
13
13
 
14
14
  - Updated dependencies
15
- - @backstage/plugin-events-node@0.0.0-nightly-20241029023358
16
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241029023358
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20241029023358
15
+ - @backstage/plugin-events-node@0.0.0-nightly-20241031023248
16
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20241031023248
17
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20241031023248
18
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241031023248
18
19
  - @backstage/catalog-model@1.7.0
19
20
  - @backstage/config@1.2.0
20
21
  - @backstage/errors@1.2.4
21
22
  - @backstage/types@1.1.1
22
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20241029023358
23
+ - @backstage/plugin-permission-common@0.8.1
24
+
25
+ ## 0.6.0-next.1
26
+
27
+ ### Minor Changes
28
+
29
+ - 6cf91c5: Use `HumanDuration` for all duration needs in the public API, instead of `luxon` types. These are generally compatible, with a few caveats:
30
+
31
+ - If you scheduled things to run quarterly (`quarter` or `quarters`), you can use `{ months: 3 }` instead.
32
+ - If you used the singular nouns such as `year: 1`, use plurals instead (e.g. `years: 1`).
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies
37
+ - @backstage/backend-plugin-api@1.0.2-next.1
38
+ - @backstage/catalog-model@1.7.0
39
+ - @backstage/config@1.2.0
40
+ - @backstage/errors@1.2.4
41
+ - @backstage/types@1.1.1
42
+ - @backstage/plugin-catalog-backend@1.27.2-next.1
43
+ - @backstage/plugin-catalog-node@1.14.0-next.1
44
+ - @backstage/plugin-events-node@0.4.4-next.1
23
45
  - @backstage/plugin-permission-common@0.8.1
24
46
 
25
47
  ## 0.5.7-next.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion__alpha",
3
- "version": "0.0.0-nightly-20241029023358",
3
+ "version": "0.0.0-nightly-20241031023248",
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.0.0-nightly-20241029023358",
3
+ "version": "0.0.0-nightly-20241031023248",
4
4
  "description": "An entity provider for streaming large asset sources into the catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -53,13 +53,13 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@backstage/backend-common": "^0.25.0",
56
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241029023358",
56
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241031023248",
57
57
  "@backstage/catalog-model": "1.7.0",
58
58
  "@backstage/config": "1.2.0",
59
59
  "@backstage/errors": "1.2.4",
60
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20241029023358",
61
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241029023358",
62
- "@backstage/plugin-events-node": "0.0.0-nightly-20241029023358",
60
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20241031023248",
61
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20241031023248",
62
+ "@backstage/plugin-events-node": "0.0.0-nightly-20241031023248",
63
63
  "@backstage/plugin-permission-common": "0.8.1",
64
64
  "@backstage/types": "1.1.1",
65
65
  "@types/express": "^4.17.6",
@@ -70,9 +70,9 @@
70
70
  "uuid": "^9.0.0"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/backend-defaults": "0.0.0-nightly-20241029023358",
74
- "@backstage/backend-test-utils": "0.0.0-nightly-20241029023358",
75
- "@backstage/cli": "0.0.0-nightly-20241029023358",
73
+ "@backstage/backend-defaults": "0.0.0-nightly-20241031023248",
74
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241031023248",
75
+ "@backstage/cli": "0.0.0-nightly-20241031023248",
76
76
  "@types/luxon": "^3.0.0"
77
77
  }
78
78
  }