@backstage/plugin-catalog-node 1.16.2 → 1.16.3-next.0

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 +2 -2
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 1.16.2
3
+ ## 1.16.3-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 0faff9f: Use a different ID for the deprecated alpha version of the catalog service, as it has a different type definition and cannot be used interchangeably with the non-alpha version.
7
+ - 98b7131: Use a different ID for the deprecated alpha version of the catalog service, as it has a different type definition and cannot be used interchangeably with the non-alpha version.
8
8
  - Updated dependencies
9
9
  - @backstage/backend-plugin-api@1.2.1
10
10
  - @backstage/catalog-client@1.9.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "1.16.2",
3
+ "version": "1.16.3-next.0",
4
4
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -48,14 +48,14 @@
48
48
  "types": "./dist/index.d.ts",
49
49
  "typesVersions": {
50
50
  "*": {
51
- "*": [
52
- "dist/index.d.ts"
53
- ],
54
51
  "alpha": [
55
52
  "dist/alpha.d.ts"
56
53
  ],
57
54
  "testUtils": [
58
55
  "dist/testUtils.d.ts"
56
+ ],
57
+ "package.json": [
58
+ "package.json"
59
59
  ]
60
60
  }
61
61
  },
@@ -72,18 +72,18 @@
72
72
  "test": "backstage-cli package test"
73
73
  },
74
74
  "dependencies": {
75
- "@backstage/backend-plugin-api": "^1.2.1",
76
- "@backstage/catalog-client": "^1.9.1",
77
- "@backstage/catalog-model": "^1.7.3",
78
- "@backstage/errors": "^1.2.7",
79
- "@backstage/plugin-catalog-common": "^1.1.3",
80
- "@backstage/plugin-permission-common": "^0.8.4",
81
- "@backstage/plugin-permission-node": "^0.9.0",
82
- "@backstage/types": "^1.2.1"
75
+ "@backstage/backend-plugin-api": "1.2.1",
76
+ "@backstage/catalog-client": "1.9.1",
77
+ "@backstage/catalog-model": "1.7.3",
78
+ "@backstage/errors": "1.2.7",
79
+ "@backstage/plugin-catalog-common": "1.1.3",
80
+ "@backstage/plugin-permission-common": "0.8.4",
81
+ "@backstage/plugin-permission-node": "0.9.0",
82
+ "@backstage/types": "1.2.1"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/backend-test-utils": "^1.3.1",
86
- "@backstage/cli": "^0.31.1",
85
+ "@backstage/backend-test-utils": "1.3.2-next.2",
86
+ "@backstage/cli": "0.32.0-next.2",
87
87
  "msw": "^1.0.0"
88
88
  }
89
89
  }