@aws-amplify/graphql-index-transformer 0.13.8 → 0.14.0-rtf-release-phase-1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,17 @@
|
|
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
|
+
# [0.14.0-rtf-release-phase-1.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.8...@aws-amplify/graphql-index-transformer@0.14.0-rtf-release-phase-1.0) (2022-09-28)
|
7
|
+
|
8
|
+
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* **graphql:** subscriptions rtf support ([738db70](https://github.com/aws-amplify/amplify-category-api/commit/738db707c24eaa4d6c38727f7146cd7e681528bc))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
6
17
|
## [0.13.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.7...@aws-amplify/graphql-index-transformer@0.13.8) (2022-09-20)
|
7
18
|
|
8
19
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.14.0-rtf-release-phase-1.0",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"test": "jest"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@aws-amplify/graphql-model-transformer": "0.
|
30
|
+
"@aws-amplify/graphql-model-transformer": "0.16.0-rtf-release-phase-1.0",
|
31
31
|
"@aws-amplify/graphql-transformer-core": "0.17.12",
|
32
32
|
"@aws-amplify/graphql-transformer-interfaces": "1.14.7",
|
33
33
|
"@aws-cdk/aws-appsync": "~1.124.0",
|
@@ -58,5 +58,5 @@
|
|
58
58
|
],
|
59
59
|
"collectCoverage": true
|
60
60
|
},
|
61
|
-
"gitHead": "
|
61
|
+
"gitHead": "e4376a17b68981079bbf57085b35c1fb8ec348d4"
|
62
62
|
}
|