@backstage/plugin-catalog-node 0.0.0-nightly-20221224021908 → 0.0.0-nightly-20221226022344

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,16 +1,16 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 0.0.0-nightly-20221224021908
3
+ ## 0.0.0-nightly-20221226022344
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/catalog-model@0.0.0-nightly-20221224021908
9
- - @backstage/catalog-client@0.0.0-nightly-20221224021908
8
+ - @backstage/catalog-model@0.0.0-nightly-20221226022344
9
+ - @backstage/catalog-client@0.0.0-nightly-20221226022344
10
10
  - @backstage/backend-plugin-api@0.2.0
11
11
  - @backstage/errors@1.1.4
12
12
  - @backstage/types@1.0.2
13
- - @backstage/plugin-catalog-common@0.0.0-nightly-20221224021908
13
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20221226022344
14
14
 
15
15
  ## 1.3.0
16
16
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "0.0.0-nightly-20221224021908",
3
+ "version": "0.0.0-nightly-20221226022344",
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-20221224021908",
4
+ "version": "0.0.0-nightly-20221226022344",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -25,16 +25,16 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@backstage/backend-plugin-api": "^0.2.0",
28
- "@backstage/catalog-client": "^0.0.0-nightly-20221224021908",
29
- "@backstage/catalog-model": "^0.0.0-nightly-20221224021908",
28
+ "@backstage/catalog-client": "^0.0.0-nightly-20221226022344",
29
+ "@backstage/catalog-model": "^0.0.0-nightly-20221226022344",
30
30
  "@backstage/errors": "^1.1.4",
31
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221224021908",
31
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221226022344",
32
32
  "@backstage/types": "^1.0.2"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@backstage/backend-common": "^0.17.0",
36
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221224021908",
37
- "@backstage/cli": "^0.0.0-nightly-20221224021908"
36
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221226022344",
37
+ "@backstage/cli": "^0.0.0-nightly-20221226022344"
38
38
  },
39
39
  "files": [
40
40
  "dist",