@backstage/plugin-catalog-backend-module-aws 0.1.11-next.0 → 0.1.11

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,5 +1,51 @@
1
1
  # @backstage/plugin-catalog-backend-module-aws
2
2
 
3
+ ## 0.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - bae3617be5: `AwsS3EntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
8
+
9
+ Please find how to configure the schedule at the config at
10
+ https://backstage.io/docs/integrations/aws-s3/discovery
11
+
12
+ - defb389ecd: Add `awsS3EntityProviderCatalogModule` (new backend-plugin-api, alpha).
13
+ - a6d779d58a: Remove explicit default visibility at `config.d.ts` files.
14
+
15
+ ```ts
16
+ /**
17
+ * @visibility backend
18
+ */
19
+ ```
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.16.0
23
+ - @backstage/plugin-catalog-backend@1.5.1
24
+ - @backstage/integration@1.4.0
25
+ - @backstage/backend-tasks@0.3.7
26
+ - @backstage/catalog-model@1.1.3
27
+ - @backstage/types@1.0.1
28
+ - @backstage/backend-plugin-api@0.1.4
29
+ - @backstage/plugin-catalog-node@1.2.1
30
+ - @backstage/config@1.0.4
31
+ - @backstage/errors@1.1.3
32
+
33
+ ## 0.1.11-next.1
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+ - @backstage/backend-common@0.16.0-next.1
39
+ - @backstage/backend-plugin-api@0.1.4-next.1
40
+ - @backstage/backend-tasks@0.3.7-next.1
41
+ - @backstage/plugin-catalog-backend@1.5.1-next.1
42
+ - @backstage/plugin-catalog-node@1.2.1-next.1
43
+ - @backstage/catalog-model@1.1.3-next.0
44
+ - @backstage/config@1.0.4-next.0
45
+ - @backstage/errors@1.1.3-next.0
46
+ - @backstage/integration@1.4.0-next.0
47
+ - @backstage/types@1.0.1-next.0
48
+
3
49
  ## 0.1.11-next.0
4
50
 
5
51
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-aws",
3
- "version": "0.1.11-next.0",
3
+ "version": "0.1.11",
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.1.11-next.0",
4
+ "version": "0.1.11",
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.16.0-next.0",
37
- "@backstage/backend-plugin-api": "^0.1.4-next.0",
38
- "@backstage/backend-tasks": "^0.3.7-next.0",
39
- "@backstage/catalog-model": "^1.1.3-next.0",
40
- "@backstage/config": "^1.0.4-next.0",
41
- "@backstage/errors": "^1.1.3-next.0",
42
- "@backstage/integration": "^1.4.0-next.0",
43
- "@backstage/plugin-catalog-backend": "^1.5.1-next.0",
44
- "@backstage/plugin-catalog-node": "^1.2.1-next.0",
45
- "@backstage/types": "^1.0.1-next.0",
36
+ "@backstage/backend-common": "^0.16.0",
37
+ "@backstage/backend-plugin-api": "^0.1.4",
38
+ "@backstage/backend-tasks": "^0.3.7",
39
+ "@backstage/catalog-model": "^1.1.3",
40
+ "@backstage/config": "^1.0.4",
41
+ "@backstage/errors": "^1.1.3",
42
+ "@backstage/integration": "^1.4.0",
43
+ "@backstage/plugin-catalog-backend": "^1.5.1",
44
+ "@backstage/plugin-catalog-node": "^1.2.1",
45
+ "@backstage/types": "^1.0.1",
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.1.30-next.0",
54
- "@backstage/cli": "^0.21.0-next.0",
53
+ "@backstage/backend-test-utils": "^0.1.30",
54
+ "@backstage/cli": "^0.21.0",
55
55
  "@types/lodash": "^4.14.151",
56
56
  "aws-sdk-mock": "^5.2.1",
57
57
  "luxon": "^3.0.0",