@aws-amplify/graphql-index-transformer 1.1.0-cdkv2.1 → 1.1.0-cdkv2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# [1.1.0-cdkv2.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@1.1.0-cdkv2.1...@aws-amplify/graphql-index-transformer@1.1.0-cdkv2.2) (2022-11-03)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
# [1.1.0-cdkv2.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@1.1.0-cdkv2.0...@aws-amplify/graphql-index-transformer@1.1.0-cdkv2.1) (2022-10-24)
|
7
15
|
|
8
16
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "1.1.0-cdkv2.
|
3
|
+
"version": "1.1.0-cdkv2.2",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"graphql-transformer-common": "4.24.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
|
-
"amplify-cli-core": "^
|
41
|
+
"amplify-cli-core": "^4.0.0-cdkv2.0"
|
42
42
|
},
|
43
43
|
"jest": {
|
44
44
|
"transform": {
|
@@ -55,5 +55,5 @@
|
|
55
55
|
],
|
56
56
|
"collectCoverage": true
|
57
57
|
},
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "05a509b62859095ba5ecbe52700c489e132e3ae8"
|
59
59
|
}
|