@backstage/plugin-catalog-backend-module-aws 0.0.0-nightly-20221228022246 → 0.0.0-nightly-20221229022335

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,12 +1,12 @@
1
1
  # @backstage/plugin-catalog-backend-module-aws
2
2
 
3
- ## 0.0.0-nightly-20221228022246
3
+ ## 0.0.0-nightly-20221229022335
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/catalog-model@0.0.0-nightly-20221228022246
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20221228022246
8
+ - @backstage/catalog-model@0.0.0-nightly-20221229022335
9
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20221229022335
10
10
  - @backstage/backend-common@0.17.0
11
11
  - @backstage/backend-plugin-api@0.2.0
12
12
  - @backstage/backend-tasks@0.4.0
@@ -14,7 +14,7 @@
14
14
  - @backstage/errors@1.1.4
15
15
  - @backstage/integration@1.4.1
16
16
  - @backstage/types@1.0.2
17
- - @backstage/plugin-catalog-node@0.0.0-nightly-20221228022246
17
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20221229022335
18
18
 
19
19
  ## 0.1.13-next.0
20
20
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-aws",
3
- "version": "0.0.0-nightly-20221228022246",
3
+ "version": "0.0.0-nightly-20221229022335",
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-backend-module-aws",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards AWS",
4
- "version": "0.0.0-nightly-20221228022246",
4
+ "version": "0.0.0-nightly-20221229022335",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -36,12 +36,12 @@
36
36
  "@backstage/backend-common": "^0.17.0",
37
37
  "@backstage/backend-plugin-api": "^0.2.0",
38
38
  "@backstage/backend-tasks": "^0.4.0",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20221228022246",
39
+ "@backstage/catalog-model": "^0.0.0-nightly-20221229022335",
40
40
  "@backstage/config": "^1.0.5",
41
41
  "@backstage/errors": "^1.1.4",
42
42
  "@backstage/integration": "^1.4.1",
43
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221228022246",
44
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20221228022246",
43
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221229022335",
44
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20221229022335",
45
45
  "@backstage/types": "^1.0.2",
46
46
  "aws-sdk": "^2.840.0",
47
47
  "lodash": "^4.17.21",
@@ -50,8 +50,8 @@
50
50
  "winston": "^3.2.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221228022246",
54
- "@backstage/cli": "^0.0.0-nightly-20221228022246",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221229022335",
54
+ "@backstage/cli": "^0.0.0-nightly-20221229022335",
55
55
  "@types/lodash": "^4.14.151",
56
56
  "aws-sdk-mock": "^5.2.1",
57
57
  "luxon": "^3.0.0",