@backstage/plugin-catalog-backend-module-aws 0.0.0-nightly-20221024030446 → 0.0.0-nightly-20221026025413

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