@backstage/plugin-catalog-backend-module-aws 0.0.0-nightly-20230912021137 → 0.0.0-nightly-20230914021123

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-20230912021137
3
+ ## 0.0.0-nightly-20230914021123
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -21,18 +21,52 @@
21
21
  ```
22
22
 
23
23
  - Updated dependencies
24
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230912021137
25
- - @backstage/config@0.0.0-nightly-20230912021137
26
- - @backstage/catalog-model@0.0.0-nightly-20230912021137
27
- - @backstage/errors@0.0.0-nightly-20230912021137
28
- - @backstage/integration@0.0.0-nightly-20230912021137
29
- - @backstage/plugin-catalog-common@0.0.0-nightly-20230912021137
30
- - @backstage/types@0.0.0-nightly-20230912021137
31
- - @backstage/backend-common@0.0.0-nightly-20230912021137
32
- - @backstage/backend-plugin-api@0.0.0-nightly-20230912021137
33
- - @backstage/backend-tasks@0.0.0-nightly-20230912021137
34
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230912021137
35
- - @backstage/integration-aws-node@0.0.0-nightly-20230912021137
24
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230914021123
25
+ - @backstage/config@0.0.0-nightly-20230914021123
26
+ - @backstage/catalog-model@0.0.0-nightly-20230914021123
27
+ - @backstage/errors@0.0.0-nightly-20230914021123
28
+ - @backstage/integration@0.0.0-nightly-20230914021123
29
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20230914021123
30
+ - @backstage/types@0.0.0-nightly-20230914021123
31
+ - @backstage/backend-common@0.0.0-nightly-20230914021123
32
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230914021123
33
+ - @backstage/backend-tasks@0.0.0-nightly-20230914021123
34
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230914021123
35
+ - @backstage/integration-aws-node@0.0.0-nightly-20230914021123
36
+
37
+ ## 0.2.6-next.3
38
+
39
+ ### Patch Changes
40
+
41
+ - 71114ac50e02: The export for the new backend system has been moved to be the `default` export.
42
+
43
+ For example, if you are currently importing the plugin using the following pattern:
44
+
45
+ ```ts
46
+ import { examplePlugin } from '@backstage/plugin-example-backend';
47
+
48
+ backend.add(examplePlugin);
49
+ ```
50
+
51
+ It should be migrated to this:
52
+
53
+ ```ts
54
+ backend.add(import('@backstage/plugin-example-backend'));
55
+ ```
56
+
57
+ - Updated dependencies
58
+ - @backstage/catalog-model@1.4.2-next.2
59
+ - @backstage/config@1.1.0-next.2
60
+ - @backstage/errors@1.2.2-next.0
61
+ - @backstage/integration@1.7.0-next.3
62
+ - @backstage/plugin-catalog-common@1.0.16-next.2
63
+ - @backstage/plugin-kubernetes-common@0.6.6-next.2
64
+ - @backstage/types@1.1.1-next.0
65
+ - @backstage/backend-plugin-api@0.6.3-next.3
66
+ - @backstage/backend-common@0.19.5-next.3
67
+ - @backstage/backend-tasks@0.5.8-next.3
68
+ - @backstage/integration-aws-node@0.1.6-next.2
69
+ - @backstage/plugin-catalog-node@1.4.4-next.3
36
70
 
37
71
  ## 0.2.6-next.2
38
72
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-aws",
3
- "version": "0.0.0-nightly-20230912021137",
3
+ "version": "0.0.0-nightly-20230914021123",
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-20230912021137",
4
+ "version": "0.0.0-nightly-20230914021123",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -49,18 +49,18 @@
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-20230912021137",
53
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230912021137",
54
- "@backstage/backend-tasks": "^0.0.0-nightly-20230912021137",
55
- "@backstage/catalog-model": "^0.0.0-nightly-20230912021137",
56
- "@backstage/config": "^0.0.0-nightly-20230912021137",
57
- "@backstage/errors": "^0.0.0-nightly-20230912021137",
58
- "@backstage/integration": "^0.0.0-nightly-20230912021137",
59
- "@backstage/integration-aws-node": "^0.0.0-nightly-20230912021137",
60
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230912021137",
61
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230912021137",
62
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230912021137",
63
- "@backstage/types": "^0.0.0-nightly-20230912021137",
52
+ "@backstage/backend-common": "^0.0.0-nightly-20230914021123",
53
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230914021123",
54
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230914021123",
55
+ "@backstage/catalog-model": "^0.0.0-nightly-20230914021123",
56
+ "@backstage/config": "^0.0.0-nightly-20230914021123",
57
+ "@backstage/errors": "^0.0.0-nightly-20230914021123",
58
+ "@backstage/integration": "^0.0.0-nightly-20230914021123",
59
+ "@backstage/integration-aws-node": "^0.0.0-nightly-20230914021123",
60
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230914021123",
61
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230914021123",
62
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230914021123",
63
+ "@backstage/types": "^0.0.0-nightly-20230914021123",
64
64
  "lodash": "^4.17.21",
65
65
  "p-limit": "^3.0.2",
66
66
  "uuid": "^8.0.0",
@@ -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-20230912021137",
72
- "@backstage/cli": "^0.0.0-nightly-20230912021137",
71
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230914021123",
72
+ "@backstage/cli": "^0.0.0-nightly-20230914021123",
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",