@aws-amplify/graphql-index-transformer 1.1.0-beta.0 → 1.1.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
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-beta.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@1.1.0-beta.0...@aws-amplify/graphql-index-transformer@1.1.0-beta.1) (2022-11-30)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
9
|
+
|
6
10
|
# [1.1.0-beta.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@1.1.0-cdkv2.3...@aws-amplify/graphql-index-transformer@1.1.0-beta.0) (2022-11-18)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "1.1.0-beta.
|
3
|
+
"version": "1.1.0-beta.1",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -27,18 +27,18 @@
|
|
27
27
|
"test": "jest"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@aws-amplify/graphql-model-transformer": "1.1.0-beta.
|
31
|
-
"@aws-amplify/graphql-transformer-core": "1.1.0-beta.
|
32
|
-
"@aws-amplify/graphql-transformer-interfaces": "2.1.0-beta.
|
30
|
+
"@aws-amplify/graphql-model-transformer": "1.1.0-beta.1",
|
31
|
+
"@aws-amplify/graphql-transformer-core": "1.1.0-beta.1",
|
32
|
+
"@aws-amplify/graphql-transformer-interfaces": "2.1.0-beta.1",
|
33
33
|
"@aws-cdk/aws-appsync-alpha": "~2.44.0-alpha.0",
|
34
34
|
"aws-cdk-lib": "~2.44.0",
|
35
35
|
"constructs": "^10.0.5",
|
36
36
|
"graphql": "^14.5.8",
|
37
37
|
"graphql-mapping-template": "4.20.5",
|
38
|
-
"graphql-transformer-common": "4.24.0"
|
38
|
+
"graphql-transformer-common": "4.24.1-beta.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
|
-
"amplify-cli-core": "^4.0.0-beta.
|
41
|
+
"amplify-cli-core": "^4.0.0-beta.1"
|
42
42
|
},
|
43
43
|
"jest": {
|
44
44
|
"transform": {
|
@@ -55,5 +55,5 @@
|
|
55
55
|
],
|
56
56
|
"collectCoverage": true
|
57
57
|
},
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "4a58743e876ae42695a22f7d980dee0e27e03dbc"
|
59
59
|
}
|