@aws-amplify/graphql-index-transformer 0.13.8 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. 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](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) (2022-10-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * **graphql:** subscriptions rtf support ([#837](https://github.com/aws-amplify/amplify-category-api/issues/837)) ([99caa22](https://github.com/aws-amplify/amplify-category-api/commit/99caa22d4d48c317ce98bdc7ae7f19d7e3c0ce94))
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.13.8",
3
+ "version": "0.14.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.15.7",
30
+ "@aws-amplify/graphql-model-transformer": "0.16.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": "9d34d280d944c1379c9e87c7f8c1efaecc3ccdd1"
61
+ "gitHead": "a529853c9d212b8094b9ca1cac4344506cddddd6"
62
62
  }