@backstage/plugin-catalog-node 0.0.0-nightly-20220919030347 → 0.0.0-nightly-20220920030005
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 +5 -5
- package/alpha/package.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-node
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220920030005
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
- 409ed984e8: Updated usage of experimental backend service APIs.
|
|
13
13
|
- 62788b2ee8: The experimental `CatalogProcessingExtensionPoint` now accepts multiple providers and processors at once.
|
|
14
14
|
- Updated dependencies
|
|
15
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
16
|
-
- @backstage/catalog-client@0.0.0-nightly-
|
|
17
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
18
|
-
- @backstage/errors@0.0.0-nightly-
|
|
15
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20220920030005
|
|
16
|
+
- @backstage/catalog-client@0.0.0-nightly-20220920030005
|
|
17
|
+
- @backstage/catalog-model@0.0.0-nightly-20220920030005
|
|
18
|
+
- @backstage/errors@0.0.0-nightly-20220920030005
|
|
19
19
|
|
|
20
20
|
## 1.1.0-next.2
|
|
21
21
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-node",
|
|
3
3
|
"description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20220920030005",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"postpack": "backstage-cli package postpack"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@backstage/backend-plugin-api": "0.0.0-nightly-
|
|
28
|
-
"@backstage/catalog-client": "0.0.0-nightly-
|
|
29
|
-
"@backstage/catalog-model": "0.0.0-nightly-
|
|
30
|
-
"@backstage/errors": "0.0.0-nightly-
|
|
27
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20220920030005",
|
|
28
|
+
"@backstage/catalog-client": "0.0.0-nightly-20220920030005",
|
|
29
|
+
"@backstage/catalog-model": "0.0.0-nightly-20220920030005",
|
|
30
|
+
"@backstage/errors": "0.0.0-nightly-20220920030005",
|
|
31
31
|
"@backstage/types": "^1.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@backstage/backend-common": "0.0.0-nightly-
|
|
35
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
36
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
34
|
+
"@backstage/backend-common": "0.0.0-nightly-20220920030005",
|
|
35
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20220920030005",
|
|
36
|
+
"@backstage/cli": "0.0.0-nightly-20220920030005"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"dist",
|