@backstage/plugin-catalog-node 0.0.0-nightly-20230401021836 → 0.0.0-nightly-20230402021941

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-20230401021836
3
+ ## 0.0.0-nightly-20230402021941
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20230401021836
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230402021941
9
9
  - @backstage/catalog-client@1.4.0
10
10
  - @backstage/catalog-model@1.2.1
11
11
  - @backstage/errors@1.1.5
12
12
  - @backstage/types@1.0.2
13
- - @backstage/plugin-catalog-common@0.0.0-nightly-20230401021836
13
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20230402021941
14
14
 
15
15
  ## 1.3.5-next.1
16
16
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "0.0.0-nightly-20230401021836",
3
+ "version": "0.0.0-nightly-20230402021941",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/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-20230401021836",
4
+ "version": "0.0.0-nightly-20230402021941",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,17 +34,17 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230401021836",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230402021941",
38
38
  "@backstage/catalog-client": "^1.4.0",
39
39
  "@backstage/catalog-model": "^1.2.1",
40
40
  "@backstage/errors": "^1.1.5",
41
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230401021836",
41
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230402021941",
42
42
  "@backstage/types": "^1.0.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/backend-common": "^0.0.0-nightly-20230401021836",
46
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230401021836",
47
- "@backstage/cli": "^0.0.0-nightly-20230401021836"
45
+ "@backstage/backend-common": "^0.0.0-nightly-20230402021941",
46
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230402021941",
47
+ "@backstage/cli": "^0.0.0-nightly-20230402021941"
48
48
  },
49
49
  "files": [
50
50
  "dist",