@backstage/plugin-catalog-node 0.0.0-nightly-20220901025835 → 0.0.0-nightly-20220906030349

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,14 +1,14 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 0.0.0-nightly-20220901025835
3
+ ## 0.0.0-nightly-20220906030349
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7d7d947352: Adds experimental `catalogServiceRef` for obtaining a `CatalogClient` in the new backend system.
8
8
  - 62788b2ee8: The experimental `CatalogProcessingExtensionPoint` now accepts multiple providers and processors at once.
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20220901025835
11
- - @backstage/catalog-client@0.0.0-nightly-20220901025835
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20220906030349
11
+ - @backstage/catalog-client@0.0.0-nightly-20220906030349
12
12
 
13
13
  ## 1.0.2-next.0
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "0.0.0-nightly-20220901025835",
3
+ "version": "0.0.0-nightly-20220906030349",
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-20220901025835",
4
+ "version": "0.0.0-nightly-20220906030349",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -24,16 +24,16 @@
24
24
  "postpack": "backstage-cli package postpack"
25
25
  },
26
26
  "dependencies": {
27
- "@backstage/backend-plugin-api": "0.0.0-nightly-20220901025835",
28
- "@backstage/catalog-client": "0.0.0-nightly-20220901025835",
27
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20220906030349",
28
+ "@backstage/catalog-client": "0.0.0-nightly-20220906030349",
29
29
  "@backstage/catalog-model": "^1.1.0",
30
30
  "@backstage/errors": "1.1.0",
31
31
  "@backstage/types": "^1.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/backend-common": "0.0.0-nightly-20220901025835",
35
- "@backstage/backend-test-utils": "0.0.0-nightly-20220901025835",
36
- "@backstage/cli": "0.0.0-nightly-20220901025835"
34
+ "@backstage/backend-common": "0.0.0-nightly-20220906030349",
35
+ "@backstage/backend-test-utils": "0.0.0-nightly-20220906030349",
36
+ "@backstage/cli": "0.0.0-nightly-20220906030349"
37
37
  },
38
38
  "files": [
39
39
  "dist",