@backstage/plugin-catalog-backend-module-aws 0.2.1-next.2 → 0.2.1

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,24 @@
1
1
  # @backstage/plugin-catalog-backend-module-aws
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5f2c38c70f5b: Fix SNYK-JS-FASTXMLPARSER-5668858 (`fast-xml-parser`) by upgrading aws-sdk to at least the current latest version.
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.19.0
10
+ - @backstage/types@1.1.0
11
+ - @backstage/integration-aws-node@0.1.4
12
+ - @backstage/integration@1.5.0
13
+ - @backstage/catalog-model@1.4.0
14
+ - @backstage/errors@1.2.0
15
+ - @backstage/backend-plugin-api@0.5.3
16
+ - @backstage/backend-tasks@0.5.3
17
+ - @backstage/plugin-catalog-node@1.3.7
18
+ - @backstage/config@1.0.8
19
+ - @backstage/plugin-catalog-common@1.0.14
20
+ - @backstage/plugin-kubernetes-common@0.6.4
21
+
3
22
  ## 0.2.1-next.2
4
23
 
5
24
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-aws",
3
- "version": "0.2.1-next.2",
3
+ "version": "0.2.1",
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.2.1-next.2",
4
+ "version": "0.2.1",
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.19.0-next.2",
53
- "@backstage/backend-plugin-api": "^0.5.3-next.2",
54
- "@backstage/backend-tasks": "^0.5.3-next.2",
55
- "@backstage/catalog-model": "^1.4.0-next.1",
56
- "@backstage/config": "^1.0.7",
57
- "@backstage/errors": "^1.2.0-next.0",
58
- "@backstage/integration": "^1.5.0-next.0",
59
- "@backstage/integration-aws-node": "^0.1.4-next.1",
60
- "@backstage/plugin-catalog-common": "^1.0.14-next.1",
61
- "@backstage/plugin-catalog-node": "^1.3.7-next.2",
62
- "@backstage/plugin-kubernetes-common": "^0.6.4-next.1",
63
- "@backstage/types": "^1.0.2",
52
+ "@backstage/backend-common": "^0.19.0",
53
+ "@backstage/backend-plugin-api": "^0.5.3",
54
+ "@backstage/backend-tasks": "^0.5.3",
55
+ "@backstage/catalog-model": "^1.4.0",
56
+ "@backstage/config": "^1.0.8",
57
+ "@backstage/errors": "^1.2.0",
58
+ "@backstage/integration": "^1.5.0",
59
+ "@backstage/integration-aws-node": "^0.1.4",
60
+ "@backstage/plugin-catalog-common": "^1.0.14",
61
+ "@backstage/plugin-catalog-node": "^1.3.7",
62
+ "@backstage/plugin-kubernetes-common": "^0.6.4",
63
+ "@backstage/types": "^1.1.0",
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.1.38-next.2",
72
- "@backstage/cli": "^0.22.8-next.2",
71
+ "@backstage/backend-test-utils": "^0.1.38",
72
+ "@backstage/cli": "^0.22.8",
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",