@backstage/plugin-catalog-backend-module-aws 0.0.0-nightly-20220303023541 → 0.0.0-nightly-20220305022735

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,21 @@
1
1
  # @backstage/plugin-catalog-backend-module-aws
2
2
 
3
- ## 0.0.0-nightly-20220303023541
3
+ ## 0.0.0-nightly-20220305022735
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220305022735
9
+ - @backstage/catalog-model@0.0.0-nightly-20220305022735
10
+
11
+ ## 0.1.1
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - 83a83381b0: Use the new `processingResult` export from the catalog backend
8
16
  - Updated dependencies
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220303023541
10
- - @backstage/catalog-model@0.0.0-nightly-20220303023541
17
+ - @backstage/catalog-model@0.12.0
18
+ - @backstage/plugin-catalog-backend@0.23.0
11
19
 
12
20
  ## 0.1.0
13
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-aws",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards AWS",
4
- "version": "0.0.0-nightly-20220303023541",
4
+ "version": "0.0.0-nightly-20220305022735",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,17 +33,17 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-model": "^0.0.0-nightly-20220303023541",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20220305022735",
37
37
  "@backstage/config": "^0.1.15",
38
38
  "@backstage/errors": "^0.2.2",
39
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220303023541",
39
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220305022735",
40
40
  "@backstage/types": "^0.1.3",
41
41
  "aws-sdk": "^2.840.0",
42
42
  "lodash": "^4.17.21",
43
43
  "winston": "^3.2.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.0.0-nightly-20220303023541",
46
+ "@backstage/cli": "^0.0.0-nightly-20220305022735",
47
47
  "@types/lodash": "^4.14.151",
48
48
  "aws-sdk-mock": "^5.2.1"
49
49
  },