@backstage/plugin-catalog-node 0.0.0-nightly-20240415030456 → 0.0.0-nightly-20240420021132

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,13 +1,27 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 0.0.0-nightly-20240415030456
3
+ ## 0.0.0-nightly-20240420021132
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-permission-node@0.0.0-nightly-20240415030456
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240415030456
10
- - @backstage/catalog-client@0.0.0-nightly-20240415030456
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240420021132
9
+ - @backstage/catalog-client@1.6.4
10
+ - @backstage/catalog-model@1.4.5
11
+ - @backstage/errors@1.2.4
12
+ - @backstage/types@1.1.1
13
+ - @backstage/plugin-catalog-common@1.0.22
14
+ - @backstage/plugin-permission-common@0.7.13
15
+ - @backstage/plugin-permission-node@0.0.0-nightly-20240420021132
16
+
17
+ ## 1.11.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/plugin-permission-node@0.7.28
23
+ - @backstage/backend-plugin-api@0.6.17
24
+ - @backstage/catalog-client@1.6.4
11
25
  - @backstage/catalog-model@1.4.5
12
26
  - @backstage/errors@1.2.4
13
27
  - @backstage/types@1.1.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "0.0.0-nightly-20240415030456",
3
+ "version": "0.0.0-nightly-20240420021132",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "0.0.0-nightly-20240415030456",
3
+ "version": "0.0.0-nightly-20240420021132",
4
4
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -44,17 +44,17 @@
44
44
  "test": "backstage-cli package test"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240415030456",
48
- "@backstage/catalog-client": "^0.0.0-nightly-20240415030456",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240420021132",
48
+ "@backstage/catalog-client": "^1.6.4",
49
49
  "@backstage/catalog-model": "^1.4.5",
50
50
  "@backstage/errors": "^1.2.4",
51
51
  "@backstage/plugin-catalog-common": "^1.0.22",
52
52
  "@backstage/plugin-permission-common": "^0.7.13",
53
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20240415030456",
53
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20240420021132",
54
54
  "@backstage/types": "^1.1.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240415030456",
58
- "@backstage/cli": "^0.0.0-nightly-20240415030456"
57
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240420021132",
58
+ "@backstage/cli": "^0.0.0-nightly-20240420021132"
59
59
  }
60
60
  }