@backstage/plugin-catalog-node 0.0.0-nightly-20260616032439 → 0.0.0-nightly-20260619032606

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,19 +1,28 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 0.0.0-nightly-20260616032439
3
+ ## 0.0.0-nightly-20260619032606
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/catalog-client@0.0.0-nightly-20260616032439
9
- - @backstage/backend-test-utils@0.0.0-nightly-20260616032439
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20260616032439
8
+ - @backstage/backend-test-utils@0.0.0-nightly-20260619032606
9
+ - @backstage/plugin-permission-node@0.0.0-nightly-20260619032606
10
+ - @backstage/catalog-client@0.0.0-nightly-20260619032606
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260619032606
11
12
  - @backstage/catalog-model@1.9.0
12
13
  - @backstage/errors@1.3.1
13
14
  - @backstage/types@1.2.2
14
15
  - @backstage/plugin-catalog-common@1.1.10
15
16
  - @backstage/plugin-permission-common@0.9.9
16
- - @backstage/plugin-permission-node@0.0.0-nightly-20260616032439
17
+
18
+ ## 2.2.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/catalog-client@1.16.0
24
+ - @backstage/backend-plugin-api@1.9.2
25
+ - @backstage/plugin-permission-node@0.11.1
17
26
 
18
27
  ## 2.2.2-next.0
19
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "0.0.0-nightly-20260616032439",
3
+ "version": "0.0.0-nightly-20260619032606",
4
4
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -72,25 +72,25 @@
72
72
  "test": "backstage-cli package test"
73
73
  },
74
74
  "dependencies": {
75
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260616032439",
76
- "@backstage/catalog-client": "0.0.0-nightly-20260616032439",
75
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260619032606",
76
+ "@backstage/catalog-client": "0.0.0-nightly-20260619032606",
77
77
  "@backstage/catalog-model": "1.9.0",
78
78
  "@backstage/errors": "1.3.1",
79
79
  "@backstage/plugin-catalog-common": "1.1.10",
80
80
  "@backstage/plugin-permission-common": "0.9.9",
81
- "@backstage/plugin-permission-node": "0.0.0-nightly-20260616032439",
81
+ "@backstage/plugin-permission-node": "0.0.0-nightly-20260619032606",
82
82
  "@backstage/types": "1.2.2",
83
83
  "@opentelemetry/api": "^1.9.0",
84
84
  "lodash": "^4.17.21",
85
85
  "yaml": "^2.0.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/backend-test-utils": "0.0.0-nightly-20260616032439",
89
- "@backstage/cli": "0.0.0-nightly-20260616032439",
88
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260619032606",
89
+ "@backstage/cli": "0.0.0-nightly-20260619032606",
90
90
  "msw": "^1.0.0"
91
91
  },
92
92
  "peerDependencies": {
93
- "@backstage/backend-test-utils": "0.0.0-nightly-20260616032439"
93
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260619032606"
94
94
  },
95
95
  "peerDependenciesMeta": {
96
96
  "@backstage/backend-test-utils": {