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

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-20230515022142
3
+ ## 0.0.0-nightly-20230516022030
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-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
12
+ - @backstage/backend-common@0.0.0-nightly-20230516022030
13
+ - @backstage/integration@0.0.0-nightly-20230516022030
14
+ - @backstage/integration-aws-node@0.0.0-nightly-20230516022030
15
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230516022030
16
+ - @backstage/backend-tasks@0.0.0-nightly-20230516022030
17
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230516022030
18
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230516022030
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-20230515022142",
3
+ "version": "0.0.0-nightly-20230516022030",
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-20230515022142",
4
+ "version": "0.0.0-nightly-20230516022030",
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-20230515022142",
53
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230515022142",
54
- "@backstage/backend-tasks": "^0.0.0-nightly-20230515022142",
52
+ "@backstage/backend-common": "^0.0.0-nightly-20230516022030",
53
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230516022030",
54
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230516022030",
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-20230515022142",
59
- "@backstage/integration-aws-node": "^0.0.0-nightly-20230515022142",
58
+ "@backstage/integration": "^0.0.0-nightly-20230516022030",
59
+ "@backstage/integration-aws-node": "^0.0.0-nightly-20230516022030",
60
60
  "@backstage/plugin-catalog-common": "^1.0.13",
61
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230515022142",
62
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230515022142",
61
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230516022030",
62
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230516022030",
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-20230515022142",
72
- "@backstage/cli": "^0.0.0-nightly-20230515022142",
71
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230516022030",
72
+ "@backstage/cli": "^0.0.0-nightly-20230516022030",
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",