@backstage/plugin-catalog-node 0.0.0-nightly-20220710025142 → 0.0.0-nightly-20220711024820

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-20220710025142
3
+ ## 0.0.0-nightly-20220711024820
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -13,6 +13,6 @@
13
13
  ### Patch Changes
14
14
 
15
15
  - Updated dependencies
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20220710025142
17
- - @backstage/catalog-model@0.0.0-nightly-20220710025142
18
- - @backstage/errors@0.0.0-nightly-20220710025142
16
+ - @backstage/backend-plugin-api@0.0.0-nightly-20220711024820
17
+ - @backstage/catalog-model@0.0.0-nightly-20220711024820
18
+ - @backstage/errors@0.0.0-nightly-20220711024820
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "0.0.0-nightly-20220710025142",
3
+ "version": "0.0.0-nightly-20220711024820",
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-20220710025142",
4
+ "version": "0.0.0-nightly-20220711024820",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -25,14 +25,14 @@
25
25
  "postpack": "backstage-cli package postpack"
26
26
  },
27
27
  "dependencies": {
28
- "@backstage/backend-plugin-api": "0.0.0-nightly-20220710025142",
29
- "@backstage/catalog-model": "0.0.0-nightly-20220710025142",
30
- "@backstage/errors": "0.0.0-nightly-20220710025142",
28
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20220711024820",
29
+ "@backstage/catalog-model": "0.0.0-nightly-20220711024820",
30
+ "@backstage/errors": "0.0.0-nightly-20220711024820",
31
31
  "@backstage/types": "^1.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/backend-common": "0.0.0-nightly-20220710025142",
35
- "@backstage/cli": "0.0.0-nightly-20220710025142"
34
+ "@backstage/backend-common": "0.0.0-nightly-20220711024820",
35
+ "@backstage/cli": "0.0.0-nightly-20220711024820"
36
36
  },
37
37
  "files": [
38
38
  "dist",