@backstage/plugin-catalog-node 1.2.0-next.2 → 1.2.1-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
+ ## 1.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@1.1.3-next.0
9
+ - @backstage/types@1.0.1-next.0
10
+ - @backstage/backend-plugin-api@0.1.4-next.0
11
+ - @backstage/catalog-client@1.1.2-next.0
12
+ - @backstage/errors@1.1.3-next.0
13
+ - @backstage/plugin-catalog-common@1.0.8-next.0
14
+
15
+ ## 1.2.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 404366c853: Deprecated the `LocationSpec` type. It got moved from this package to the `@backstage/plugin-catalog-common` so make sure imports are updated.
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/catalog-model@1.1.2
25
+ - @backstage/plugin-catalog-common@1.0.7
26
+ - @backstage/backend-plugin-api@0.1.3
27
+ - @backstage/catalog-client@1.1.1
28
+ - @backstage/errors@1.1.2
29
+ - @backstage/types@1.0.0
30
+
3
31
  ## 1.2.0-next.2
4
32
 
5
33
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "1.2.0-next.2",
3
+ "version": "1.2.1-next.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.2.0-next.2",
4
+ "version": "1.2.1-next.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.1.3-next.2",
28
- "@backstage/catalog-client": "^1.1.1-next.2",
29
- "@backstage/catalog-model": "^1.1.2-next.2",
30
- "@backstage/errors": "^1.1.2-next.2",
31
- "@backstage/plugin-catalog-common": "^1.0.7-next.2",
32
- "@backstage/types": "^1.0.0"
27
+ "@backstage/backend-plugin-api": "^0.1.4-next.0",
28
+ "@backstage/catalog-client": "^1.1.2-next.0",
29
+ "@backstage/catalog-model": "^1.1.3-next.0",
30
+ "@backstage/errors": "^1.1.3-next.0",
31
+ "@backstage/plugin-catalog-common": "^1.0.8-next.0",
32
+ "@backstage/types": "^1.0.1-next.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/backend-common": "^0.15.2-next.2",
36
- "@backstage/backend-test-utils": "^0.1.29-next.2",
37
- "@backstage/cli": "^0.20.0-next.2"
35
+ "@backstage/backend-common": "^0.16.0-next.0",
36
+ "@backstage/backend-test-utils": "^0.1.30-next.0",
37
+ "@backstage/cli": "^0.21.0-next.0"
38
38
  },
39
39
  "files": [
40
40
  "dist",