@backstage/plugin-catalog-backend-module-aws 0.0.0-nightly-20220224022833 → 0.0.0-nightly-20220302023312

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 +10 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # @backstage/plugin-catalog-backend-module-aws
2
2
 
3
- ## 0.0.0-nightly-20220224022833
3
+ ## 0.0.0-nightly-20220302023312
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220302023312
9
+
10
+ ## 0.1.0
4
11
 
5
12
  ### Minor Changes
6
13
 
@@ -37,5 +44,5 @@
37
44
  ### Patch Changes
38
45
 
39
46
  - Updated dependencies
40
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220224022833
41
- - @backstage/catalog-model@0.0.0-nightly-20220224022833
47
+ - @backstage/plugin-catalog-backend@0.22.0
48
+ - @backstage/catalog-model@0.11.0
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-20220224022833",
4
+ "version": "0.0.0-nightly-20220302023312",
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-20220224022833",
37
- "@backstage/config": "^0.1.14",
38
- "@backstage/errors": "^0.2.1",
39
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220224022833",
40
- "@backstage/types": "^0.1.2",
36
+ "@backstage/catalog-model": "^0.11.0",
37
+ "@backstage/config": "^0.1.15",
38
+ "@backstage/errors": "^0.2.2",
39
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220302023312",
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-20220224022833",
46
+ "@backstage/cli": "^0.14.1",
47
47
  "@types/lodash": "^4.14.151",
48
48
  "aws-sdk-mock": "^5.2.1"
49
49
  },