@backstage/plugin-catalog-backend-module-aws 0.0.0-nightly-20220219022334 → 0.0.0-nightly-20220220022427

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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-aws
2
2
 
3
- ## 0.0.0-nightly-20220219022334
3
+ ## 0.0.0-nightly-20220220022427
4
4
  ### Minor Changes
5
5
 
6
6
  - 25e97e7242: Added this new catalog module, initially containing only the
@@ -36,5 +36,5 @@
36
36
  ### Patch Changes
37
37
 
38
38
  - Updated dependencies
39
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220219022334
40
- - @backstage/catalog-model@0.0.0-nightly-20220219022334
39
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220220022427
40
+ - @backstage/catalog-model@0.0.0-nightly-20220220022427
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-20220219022334",
4
+ "version": "0.0.0-nightly-20220220022427",
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-20220219022334",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20220220022427",
37
37
  "@backstage/config": "^0.1.14",
38
38
  "@backstage/errors": "^0.2.1",
39
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220219022334",
39
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220220022427",
40
40
  "@backstage/types": "^0.1.2",
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-20220219022334",
46
+ "@backstage/cli": "^0.0.0-nightly-20220220022427",
47
47
  "@types/lodash": "^4.14.151",
48
48
  "aws-sdk-mock": "^5.2.1"
49
49
  },