@backstage/plugin-catalog-node 1.3.0-next.2 → 1.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - eacc8e2b55: Make it possible for entity providers to supply only entity refs, instead of full entities, in `delta` mutation deletions.
8
+
9
+ ### Patch Changes
10
+
11
+ - 884d749b14: Refactored to use `coreServices` from `@backstage/backend-plugin-api`.
12
+ - Updated dependencies
13
+ - @backstage/catalog-client@1.2.0
14
+ - @backstage/errors@1.1.4
15
+ - @backstage/backend-plugin-api@0.2.0
16
+ - @backstage/types@1.0.2
17
+ - @backstage/catalog-model@1.1.4
18
+ - @backstage/plugin-catalog-common@1.0.9
19
+
20
+ ## 1.3.0-next.3
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/backend-plugin-api@0.2.0-next.3
26
+ - @backstage/catalog-client@1.2.0-next.1
27
+ - @backstage/catalog-model@1.1.4-next.1
28
+ - @backstage/errors@1.1.4-next.1
29
+ - @backstage/types@1.0.2-next.1
30
+ - @backstage/plugin-catalog-common@1.0.9-next.3
31
+
3
32
  ## 1.3.0-next.2
4
33
 
5
34
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "1.3.0-next.2",
3
+ "version": "1.3.0",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
3
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
4
- "version": "1.3.0-next.2",
4
+ "version": "1.3.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -24,17 +24,17 @@
24
24
  "postpack": "backstage-cli package postpack"
25
25
  },
26
26
  "dependencies": {
27
- "@backstage/backend-plugin-api": "^0.2.0-next.2",
28
- "@backstage/catalog-client": "^1.2.0-next.1",
29
- "@backstage/catalog-model": "^1.1.4-next.1",
30
- "@backstage/errors": "^1.1.4-next.1",
31
- "@backstage/plugin-catalog-common": "^1.0.9-next.2",
32
- "@backstage/types": "^1.0.2-next.1"
27
+ "@backstage/backend-plugin-api": "^0.2.0",
28
+ "@backstage/catalog-client": "^1.2.0",
29
+ "@backstage/catalog-model": "^1.1.4",
30
+ "@backstage/errors": "^1.1.4",
31
+ "@backstage/plugin-catalog-common": "^1.0.9",
32
+ "@backstage/types": "^1.0.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/backend-common": "^0.17.0-next.2",
36
- "@backstage/backend-test-utils": "^0.1.31-next.2",
37
- "@backstage/cli": "^0.21.2-next.2"
35
+ "@backstage/backend-common": "^0.17.0",
36
+ "@backstage/backend-test-utils": "^0.1.31",
37
+ "@backstage/cli": "^0.22.0"
38
38
  },
39
39
  "files": [
40
40
  "dist",