@backstage/plugin-catalog-backend-module-aws 0.0.0-nightly-20230513022137 → 0.0.0-nightly-20230515022142

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,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-aws
2
2
 
3
- ## 0.0.0-nightly-20230513022137
3
+ ## 0.0.0-nightly-20230515022142
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,13 +9,13 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20230513022137
13
- - @backstage/integration@0.0.0-nightly-20230513022137
14
- - @backstage/integration-aws-node@0.0.0-nightly-20230513022137
15
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230513022137
16
- - @backstage/backend-tasks@0.0.0-nightly-20230513022137
17
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230513022137
18
- - @backstage/backend-plugin-api@0.0.0-nightly-20230513022137
12
+ - @backstage/backend-common@0.0.0-nightly-20230515022142
13
+ - @backstage/integration@0.0.0-nightly-20230515022142
14
+ - @backstage/integration-aws-node@0.0.0-nightly-20230515022142
15
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230515022142
16
+ - @backstage/backend-tasks@0.0.0-nightly-20230515022142
17
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230515022142
18
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230515022142
19
19
  - @backstage/catalog-model@1.3.0
20
20
  - @backstage/config@1.0.7
21
21
  - @backstage/errors@1.1.5
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-aws",
3
- "version": "0.0.0-nightly-20230513022137",
3
+ "version": "0.0.0-nightly-20230515022142",
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-20230513022137",
4
+ "version": "0.0.0-nightly-20230515022142",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -49,17 +49,17 @@
49
49
  "@aws-sdk/credential-providers": "^3.310.0",
50
50
  "@aws-sdk/middleware-endpoint": "^3.310.0",
51
51
  "@aws-sdk/types": "^3.310.0",
52
- "@backstage/backend-common": "^0.0.0-nightly-20230513022137",
53
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230513022137",
54
- "@backstage/backend-tasks": "^0.0.0-nightly-20230513022137",
52
+ "@backstage/backend-common": "^0.0.0-nightly-20230515022142",
53
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230515022142",
54
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230515022142",
55
55
  "@backstage/catalog-model": "^1.3.0",
56
56
  "@backstage/config": "^1.0.7",
57
57
  "@backstage/errors": "^1.1.5",
58
- "@backstage/integration": "^0.0.0-nightly-20230513022137",
59
- "@backstage/integration-aws-node": "^0.0.0-nightly-20230513022137",
58
+ "@backstage/integration": "^0.0.0-nightly-20230515022142",
59
+ "@backstage/integration-aws-node": "^0.0.0-nightly-20230515022142",
60
60
  "@backstage/plugin-catalog-common": "^1.0.13",
61
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230513022137",
62
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230513022137",
61
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230515022142",
62
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230515022142",
63
63
  "@backstage/types": "^1.0.2",
64
64
  "lodash": "^4.17.21",
65
65
  "p-limit": "^3.0.2",
@@ -68,8 +68,8 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@aws-sdk/util-stream-node": "^3.310.0",
71
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230513022137",
72
- "@backstage/cli": "^0.0.0-nightly-20230513022137",
71
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230515022142",
72
+ "@backstage/cli": "^0.0.0-nightly-20230515022142",
73
73
  "@types/lodash": "^4.14.151",
74
74
  "aws-sdk-client-mock": "^2.0.0",
75
75
  "aws-sdk-client-mock-jest": "^2.0.0",