@backstage/plugin-catalog-backend-module-aws 0.0.0-nightly-20230509022028 → 0.0.0-nightly-20230510021859

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,22 +1,30 @@
1
1
  # @backstage/plugin-catalog-backend-module-aws
2
2
 
3
- ## 0.0.0-nightly-20230509022028
3
+ ## 0.0.0-nightly-20230510021859
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230509022028
9
- - @backstage/integration@0.0.0-nightly-20230509022028
10
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230509022028
11
- - @backstage/backend-tasks@0.0.0-nightly-20230509022028
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230509022028
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20230509022028
8
+ - @backstage/backend-common@0.0.0-nightly-20230510021859
9
+ - @backstage/integration@0.0.0-nightly-20230510021859
10
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230510021859
11
+ - @backstage/backend-tasks@0.0.0-nightly-20230510021859
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230510021859
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230510021859
14
14
  - @backstage/config@1.0.7
15
15
  - @backstage/catalog-model@1.3.0
16
16
  - @backstage/errors@1.1.5
17
17
  - @backstage/types@1.0.2
18
18
  - @backstage/plugin-catalog-common@1.0.13
19
19
 
20
+ ## 0.1.19-next.2
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/plugin-kubernetes-common@0.6.3-next.0
26
+ - @backstage/config@1.0.7
27
+
20
28
  ## 0.1.19-next.1
21
29
 
22
30
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-aws",
3
- "version": "0.0.0-nightly-20230509022028",
3
+ "version": "0.0.0-nightly-20230510021859",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/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-20230509022028",
4
+ "version": "0.0.0-nightly-20230510021859",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -44,16 +44,16 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@aws-sdk/client-s3": "^3.208.0",
47
- "@backstage/backend-common": "^0.0.0-nightly-20230509022028",
48
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230509022028",
49
- "@backstage/backend-tasks": "^0.0.0-nightly-20230509022028",
47
+ "@backstage/backend-common": "^0.0.0-nightly-20230510021859",
48
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230510021859",
49
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230510021859",
50
50
  "@backstage/catalog-model": "^1.3.0",
51
51
  "@backstage/config": "^1.0.7",
52
52
  "@backstage/errors": "^1.1.5",
53
- "@backstage/integration": "^0.0.0-nightly-20230509022028",
53
+ "@backstage/integration": "^0.0.0-nightly-20230510021859",
54
54
  "@backstage/plugin-catalog-common": "^1.0.13",
55
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230509022028",
56
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230509022028",
55
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230510021859",
56
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230510021859",
57
57
  "@backstage/types": "^1.0.2",
58
58
  "aws-sdk": "^2.840.0",
59
59
  "lodash": "^4.17.21",
@@ -63,8 +63,8 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@aws-sdk/util-stream-node": "^3.208.0",
66
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230509022028",
67
- "@backstage/cli": "^0.0.0-nightly-20230509022028",
66
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230510021859",
67
+ "@backstage/cli": "^0.0.0-nightly-20230510021859",
68
68
  "@types/lodash": "^4.14.151",
69
69
  "aws-sdk-client-mock": "^2.0.0",
70
70
  "aws-sdk-mock": "^5.2.1",