@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 0.0.0-nightly-20220919030347
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-20220919030347
16
- - @backstage/catalog-client@0.0.0-nightly-20220919030347
17
- - @backstage/catalog-model@0.0.0-nightly-20220919030347
18
- - @backstage/errors@0.0.0-nightly-20220919030347
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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "0.0.0-nightly-20220919030347",
3
+ "version": "0.0.0-nightly-20220920030005",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
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-20220919030347",
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-20220919030347",
28
- "@backstage/catalog-client": "0.0.0-nightly-20220919030347",
29
- "@backstage/catalog-model": "0.0.0-nightly-20220919030347",
30
- "@backstage/errors": "0.0.0-nightly-20220919030347",
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-20220919030347",
35
- "@backstage/backend-test-utils": "0.0.0-nightly-20220919030347",
36
- "@backstage/cli": "0.0.0-nightly-20220919030347"
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",