@backstage/plugin-catalog-node 0.0.0-nightly-20220710025142 → 0.0.0-nightly-20220713025014

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,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 0.0.0-nightly-20220710025142
3
+ ## 0.0.0-nightly-20220713025014
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -13,6 +13,22 @@
13
13
  ### Patch Changes
14
14
 
15
15
  - Updated dependencies
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20220710025142
17
- - @backstage/catalog-model@0.0.0-nightly-20220710025142
18
- - @backstage/errors@0.0.0-nightly-20220710025142
16
+ - @backstage/backend-plugin-api@0.0.0-nightly-20220713025014
17
+ - @backstage/catalog-model@0.0.0-nightly-20220713025014
18
+ - @backstage/errors@0.0.0-nightly-20220713025014
19
+
20
+ ## 1.0.0-next.0
21
+
22
+ ### Major Changes
23
+
24
+ - 9a6aba1d85: This package houses stable types from the `@backstage/plugin-catalog-backend` package and is intended for creation of catalog modules. Prefer importing from this package over the `@backstage/plugin-catalog-backend` package.
25
+
26
+ ### Minor Changes
27
+
28
+ - 91c1d12123: Added alpha exports for the new experimental backend system.
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @backstage/backend-plugin-api@0.1.0-next.0
34
+ - @backstage/catalog-model@1.1.0-next.3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "0.0.0-nightly-20220710025142",
3
+ "version": "0.0.0-nightly-20220713025014",
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": "0.0.0-nightly-20220710025142",
4
+ "version": "0.0.0-nightly-20220713025014",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -25,14 +25,14 @@
25
25
  "postpack": "backstage-cli package postpack"
26
26
  },
27
27
  "dependencies": {
28
- "@backstage/backend-plugin-api": "0.0.0-nightly-20220710025142",
29
- "@backstage/catalog-model": "0.0.0-nightly-20220710025142",
30
- "@backstage/errors": "0.0.0-nightly-20220710025142",
28
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20220713025014",
29
+ "@backstage/catalog-model": "0.0.0-nightly-20220713025014",
30
+ "@backstage/errors": "0.0.0-nightly-20220713025014",
31
31
  "@backstage/types": "^1.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/backend-common": "0.0.0-nightly-20220710025142",
35
- "@backstage/cli": "0.0.0-nightly-20220710025142"
34
+ "@backstage/backend-common": "0.0.0-nightly-20220713025014",
35
+ "@backstage/cli": "0.0.0-nightly-20220713025014"
36
36
  },
37
37
  "files": [
38
38
  "dist",