@backstage/plugin-catalog-backend-module-aws 0.0.0-nightly-20221219022033 → 0.0.0-nightly-20221221022307

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,21 +1,28 @@
1
1
  # @backstage/plugin-catalog-backend-module-aws
2
2
 
3
- ## 0.0.0-nightly-20221219022033
3
+ ## 0.0.0-nightly-20221221022307
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20221221022307
9
+
10
+ ## 0.1.12
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - 884d749b14: Refactored to use `coreServices` from `@backstage/backend-plugin-api`.
8
15
  - Updated dependencies
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20221219022033
10
- - @backstage/backend-common@0.0.0-nightly-20221219022033
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20221219022033
12
- - @backstage/backend-tasks@0.0.0-nightly-20221219022033
13
- - @backstage/errors@0.0.0-nightly-20221219022033
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20221219022033
15
- - @backstage/integration@0.0.0-nightly-20221219022033
16
- - @backstage/types@0.0.0-nightly-20221219022033
17
- - @backstage/catalog-model@0.0.0-nightly-20221219022033
18
- - @backstage/config@0.0.0-nightly-20221219022033
16
+ - @backstage/plugin-catalog-backend@1.6.0
17
+ - @backstage/backend-common@0.17.0
18
+ - @backstage/plugin-catalog-node@1.3.0
19
+ - @backstage/backend-tasks@0.4.0
20
+ - @backstage/errors@1.1.4
21
+ - @backstage/backend-plugin-api@0.2.0
22
+ - @backstage/integration@1.4.1
23
+ - @backstage/types@1.0.2
24
+ - @backstage/catalog-model@1.1.4
25
+ - @backstage/config@1.0.5
19
26
 
20
27
  ## 0.1.12-next.3
21
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-aws",
3
- "version": "0.0.0-nightly-20221219022033",
3
+ "version": "0.0.0-nightly-20221221022307",
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-20221219022033",
4
+ "version": "0.0.0-nightly-20221221022307",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,16 +33,16 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.0.0-nightly-20221219022033",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20221219022033",
38
- "@backstage/backend-tasks": "^0.0.0-nightly-20221219022033",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20221219022033",
40
- "@backstage/config": "^0.0.0-nightly-20221219022033",
41
- "@backstage/errors": "^0.0.0-nightly-20221219022033",
42
- "@backstage/integration": "^0.0.0-nightly-20221219022033",
43
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221219022033",
44
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20221219022033",
45
- "@backstage/types": "^0.0.0-nightly-20221219022033",
36
+ "@backstage/backend-common": "^0.17.0",
37
+ "@backstage/backend-plugin-api": "^0.2.0",
38
+ "@backstage/backend-tasks": "^0.4.0",
39
+ "@backstage/catalog-model": "^1.1.4",
40
+ "@backstage/config": "^1.0.5",
41
+ "@backstage/errors": "^1.1.4",
42
+ "@backstage/integration": "^1.4.1",
43
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221221022307",
44
+ "@backstage/plugin-catalog-node": "^1.3.0",
45
+ "@backstage/types": "^1.0.2",
46
46
  "aws-sdk": "^2.840.0",
47
47
  "lodash": "^4.17.21",
48
48
  "p-limit": "^3.0.2",
@@ -50,8 +50,8 @@
50
50
  "winston": "^3.2.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221219022033",
54
- "@backstage/cli": "^0.0.0-nightly-20221219022033",
53
+ "@backstage/backend-test-utils": "^0.1.31",
54
+ "@backstage/cli": "^0.22.0",
55
55
  "@types/lodash": "^4.14.151",
56
56
  "aws-sdk-mock": "^5.2.1",
57
57
  "luxon": "^3.0.0",