@backstage/plugin-catalog-node 0.0.0-nightly-20240907022659 → 0.0.0-nightly-20240908023050

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,13 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 0.0.0-nightly-20240907022659
3
+ ## 0.0.0-nightly-20240908023050
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20240907022659
9
- - @backstage/plugin-permission-node@0.0.0-nightly-20240907022659
10
- - @backstage/catalog-client@0.0.0-nightly-20240907022659
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240908023050
9
+ - @backstage/plugin-permission-node@0.0.0-nightly-20240908023050
10
+ - @backstage/catalog-client@0.0.0-nightly-20240908023050
11
11
  - @backstage/catalog-model@1.6.0
12
12
  - @backstage/errors@1.2.4
13
13
  - @backstage/types@1.1.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node__alpha",
3
- "version": "0.0.0-nightly-20240907022659",
3
+ "version": "0.0.0-nightly-20240908023050",
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-20240907022659",
3
+ "version": "0.0.0-nightly-20240908023050",
4
4
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -52,17 +52,17 @@
52
52
  "test": "backstage-cli package test"
53
53
  },
54
54
  "dependencies": {
55
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240907022659",
56
- "@backstage/catalog-client": "^0.0.0-nightly-20240907022659",
55
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240908023050",
56
+ "@backstage/catalog-client": "^0.0.0-nightly-20240908023050",
57
57
  "@backstage/catalog-model": "^1.6.0",
58
58
  "@backstage/errors": "^1.2.4",
59
59
  "@backstage/plugin-catalog-common": "^1.0.26",
60
60
  "@backstage/plugin-permission-common": "^0.8.1",
61
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20240907022659",
61
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20240908023050",
62
62
  "@backstage/types": "^1.1.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240907022659",
66
- "@backstage/cli": "^0.0.0-nightly-20240907022659"
65
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240908023050",
66
+ "@backstage/cli": "^0.0.0-nightly-20240908023050"
67
67
  }
68
68
  }