@backstage/plugin-catalog-backend-module-incremental-ingestion 0.0.0-nightly-20241119023621 → 0.0.0-nightly-20241121023535

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 +26 -10
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
- ## 0.0.0-nightly-20241119023621
3
+ ## 0.0.0-nightly-20241121023535
4
+
5
+ ### Patch Changes
6
+
7
+ - cbfc69e: Create a `dev/index.ts` entrypoint for `yarn start`
8
+ - Updated dependencies
9
+ - @backstage/plugin-events-node@0.0.0-nightly-20241121023535
10
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20241121023535
11
+ - @backstage/backend-plugin-api@1.0.2
12
+ - @backstage/catalog-model@1.7.1
13
+ - @backstage/config@1.3.0
14
+ - @backstage/errors@1.2.5
15
+ - @backstage/types@1.2.0
16
+ - @backstage/plugin-catalog-node@1.14.0
17
+ - @backstage/plugin-permission-common@0.8.2
18
+
19
+ ## 0.6.0
4
20
 
5
21
  ### Minor Changes
6
22
 
@@ -14,15 +30,15 @@
14
30
  - c5e39e7: Internal refactor to use the deferred from the types package
15
31
  - 4e58bc7: Upgrade to uuid v11 internally
16
32
  - Updated dependencies
17
- - @backstage/plugin-events-node@0.0.0-nightly-20241119023621
18
- - @backstage/types@0.0.0-nightly-20241119023621
19
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20241119023621
20
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241119023621
21
- - @backstage/plugin-permission-common@0.0.0-nightly-20241119023621
22
- - @backstage/backend-plugin-api@0.0.0-nightly-20241119023621
23
- - @backstage/catalog-model@0.0.0-nightly-20241119023621
24
- - @backstage/config@0.0.0-nightly-20241119023621
25
- - @backstage/errors@0.0.0-nightly-20241119023621
33
+ - @backstage/config@1.3.0
34
+ - @backstage/plugin-events-node@0.4.5
35
+ - @backstage/types@1.2.0
36
+ - @backstage/plugin-catalog-backend@1.28.0
37
+ - @backstage/plugin-catalog-node@1.14.0
38
+ - @backstage/backend-plugin-api@1.0.2
39
+ - @backstage/plugin-permission-common@0.8.2
40
+ - @backstage/catalog-model@1.7.1
41
+ - @backstage/errors@1.2.5
26
42
 
27
43
  ## 0.6.0-next.3
28
44
 
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-20241119023621",
3
+ "version": "0.0.0-nightly-20241121023535",
4
4
  "description": "An entity provider for streaming large asset sources into the catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -62,15 +62,15 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@backstage/backend-common": "^0.25.0",
65
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241119023621",
66
- "@backstage/catalog-model": "0.0.0-nightly-20241119023621",
67
- "@backstage/config": "0.0.0-nightly-20241119023621",
68
- "@backstage/errors": "0.0.0-nightly-20241119023621",
69
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20241119023621",
70
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241119023621",
71
- "@backstage/plugin-events-node": "0.0.0-nightly-20241119023621",
72
- "@backstage/plugin-permission-common": "0.0.0-nightly-20241119023621",
73
- "@backstage/types": "0.0.0-nightly-20241119023621",
65
+ "@backstage/backend-plugin-api": "1.0.2",
66
+ "@backstage/catalog-model": "1.7.1",
67
+ "@backstage/config": "1.3.0",
68
+ "@backstage/errors": "1.2.5",
69
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20241121023535",
70
+ "@backstage/plugin-catalog-node": "1.14.0",
71
+ "@backstage/plugin-events-node": "0.0.0-nightly-20241121023535",
72
+ "@backstage/plugin-permission-common": "0.8.2",
73
+ "@backstage/types": "1.2.0",
74
74
  "@types/express": "^4.17.6",
75
75
  "express": "^4.17.1",
76
76
  "express-promise-router": "^4.1.0",
@@ -79,9 +79,9 @@
79
79
  "uuid": "^11.0.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/backend-defaults": "0.0.0-nightly-20241119023621",
83
- "@backstage/backend-test-utils": "0.0.0-nightly-20241119023621",
84
- "@backstage/cli": "0.0.0-nightly-20241119023621",
82
+ "@backstage/backend-defaults": "0.0.0-nightly-20241121023535",
83
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241121023535",
84
+ "@backstage/cli": "0.0.0-nightly-20241121023535",
85
85
  "@types/luxon": "^3.0.0"
86
86
  }
87
87
  }