@backstage/plugin-catalog-node 0.0.0-nightly-20220919030347 → 0.0.0-nightly-20220923030237

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,17 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
- ## 0.0.0-nightly-20220919030347
3
+ ## 0.0.0-nightly-20220923030237
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@0.0.0-nightly-20220923030237
9
+ - @backstage/catalog-client@0.0.0-nightly-20220923030237
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20220923030237
11
+ - @backstage/errors@0.0.0-nightly-20220923030237
12
+ - @backstage/types@1.0.0
13
+
14
+ ## 1.1.0
4
15
 
5
16
  ### Minor Changes
6
17
 
@@ -12,10 +23,10 @@
12
23
  - 409ed984e8: Updated usage of experimental backend service APIs.
13
24
  - 62788b2ee8: The experimental `CatalogProcessingExtensionPoint` now accepts multiple providers and processors at once.
14
25
  - Updated dependencies
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20220919030347
16
- - @backstage/catalog-client@0.0.0-nightly-20220919030347
17
- - @backstage/catalog-model@0.0.0-nightly-20220919030347
18
- - @backstage/errors@0.0.0-nightly-20220919030347
26
+ - @backstage/backend-plugin-api@0.1.2
27
+ - @backstage/catalog-client@1.1.0
28
+ - @backstage/catalog-model@1.1.1
29
+ - @backstage/errors@1.1.1
19
30
 
20
31
  ## 1.1.0-next.2
21
32
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "0.0.0-nightly-20220919030347",
3
+ "version": "0.0.0-nightly-20220923030237",
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-20220919030347",
4
+ "version": "0.0.0-nightly-20220923030237",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -24,19 +24,19 @@
24
24
  "postpack": "backstage-cli package postpack"
25
25
  },
26
26
  "dependencies": {
27
- "@backstage/backend-plugin-api": "0.0.0-nightly-20220919030347",
28
- "@backstage/catalog-client": "0.0.0-nightly-20220919030347",
29
- "@backstage/catalog-model": "0.0.0-nightly-20220919030347",
30
- "@backstage/errors": "0.0.0-nightly-20220919030347",
27
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20220923030237",
28
+ "@backstage/catalog-client": "^0.0.0-nightly-20220923030237",
29
+ "@backstage/catalog-model": "^0.0.0-nightly-20220923030237",
30
+ "@backstage/errors": "^0.0.0-nightly-20220923030237",
31
31
  "@backstage/types": "^1.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/backend-common": "0.0.0-nightly-20220919030347",
35
- "@backstage/backend-test-utils": "0.0.0-nightly-20220919030347",
36
- "@backstage/cli": "0.0.0-nightly-20220919030347"
34
+ "@backstage/backend-common": "^0.0.0-nightly-20220923030237",
35
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220923030237",
36
+ "@backstage/cli": "^0.0.0-nightly-20220923030237"
37
37
  },
38
38
  "files": [
39
39
  "dist",
40
40
  "alpha"
41
41
  ]
42
- }
42
+ }