@backstage/plugin-catalog-backend-module-aws 0.0.0-nightly-20230810022130 → 0.0.0-nightly-20230812020809

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-20230810022130
3
+ ## 0.0.0-nightly-20230812020809
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,10 +8,10 @@
8
8
  - 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
9
9
  - b4222908b0c3: Added option to configure AWS `accountId` in `AwsS3EntityProvider`
10
10
  - Updated dependencies
11
- - @backstage/backend-common@0.0.0-nightly-20230810022130
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230810022130
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20230810022130
14
- - @backstage/backend-tasks@0.0.0-nightly-20230810022130
11
+ - @backstage/backend-common@0.0.0-nightly-20230812020809
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230812020809
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230812020809
14
+ - @backstage/backend-tasks@0.0.0-nightly-20230812020809
15
15
  - @backstage/integration@1.5.1
16
16
  - @backstage/integration-aws-node@0.1.5
17
17
  - @backstage/catalog-model@1.4.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-aws",
3
- "version": "0.0.0-nightly-20230810022130",
3
+ "version": "0.0.0-nightly-20230812020809",
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-20230810022130",
4
+ "version": "0.0.0-nightly-20230812020809",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -49,16 +49,16 @@
49
49
  "@aws-sdk/credential-providers": "^3.350.0",
50
50
  "@aws-sdk/middleware-endpoint": "^3.347.0",
51
51
  "@aws-sdk/types": "^3.347.0",
52
- "@backstage/backend-common": "^0.0.0-nightly-20230810022130",
53
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230810022130",
54
- "@backstage/backend-tasks": "^0.0.0-nightly-20230810022130",
52
+ "@backstage/backend-common": "^0.0.0-nightly-20230812020809",
53
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230812020809",
54
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230812020809",
55
55
  "@backstage/catalog-model": "^1.4.1",
56
56
  "@backstage/config": "^1.0.8",
57
57
  "@backstage/errors": "^1.2.1",
58
58
  "@backstage/integration": "^1.5.1",
59
59
  "@backstage/integration-aws-node": "^0.1.5",
60
60
  "@backstage/plugin-catalog-common": "^1.0.15",
61
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230810022130",
61
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230812020809",
62
62
  "@backstage/plugin-kubernetes-common": "^0.6.5",
63
63
  "@backstage/types": "^1.1.0",
64
64
  "lodash": "^4.17.21",
@@ -68,8 +68,8 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@aws-sdk/util-stream-node": "^3.350.0",
71
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230810022130",
72
- "@backstage/cli": "^0.0.0-nightly-20230810022130",
71
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230812020809",
72
+ "@backstage/cli": "^0.0.0-nightly-20230812020809",
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",