@backstage/plugin-catalog-node 0.0.0-nightly-20250124023025 → 0.0.0-nightly-20250125022643

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 +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 0.0.0-nightly-20250124023025
3
+ ## 0.0.0-nightly-20250125022643
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 4a941e7: Deprecated the alpha `catalogPermissionExtensionPoint` and related types, since the same functionality is now available via the new `PermissionsRegistryService`.
8
8
  - Updated dependencies
9
- - @backstage/plugin-permission-node@0.0.0-nightly-20250124023025
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250124023025
9
+ - @backstage/plugin-permission-node@0.0.0-nightly-20250125022643
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250125022643
11
11
  - @backstage/catalog-client@1.9.1
12
12
  - @backstage/catalog-model@1.7.3
13
13
  - @backstage/errors@1.2.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "0.0.0-nightly-20250124023025",
3
+ "version": "0.0.0-nightly-20250125022643",
4
4
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -72,18 +72,18 @@
72
72
  "test": "backstage-cli package test"
73
73
  },
74
74
  "dependencies": {
75
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250124023025",
75
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250125022643",
76
76
  "@backstage/catalog-client": "1.9.1",
77
77
  "@backstage/catalog-model": "1.7.3",
78
78
  "@backstage/errors": "1.2.7",
79
79
  "@backstage/plugin-catalog-common": "1.1.3",
80
80
  "@backstage/plugin-permission-common": "0.8.4",
81
- "@backstage/plugin-permission-node": "0.0.0-nightly-20250124023025",
81
+ "@backstage/plugin-permission-node": "0.0.0-nightly-20250125022643",
82
82
  "@backstage/types": "1.2.1"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/backend-test-utils": "0.0.0-nightly-20250124023025",
86
- "@backstage/cli": "0.0.0-nightly-20250124023025",
85
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250125022643",
86
+ "@backstage/cli": "0.0.0-nightly-20250125022643",
87
87
  "msw": "^1.0.0"
88
88
  }
89
89
  }