@aws-amplify/graphql-index-transformer 0.13.4-alpha.0 → 0.13.4

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 +7 -7
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.13.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.3...@aws-amplify/graphql-index-transformer@0.13.4) (2022-08-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **graphql:** revert subscriptions server-side filtering ([20cffc0](https://github.com/aws-amplify/amplify-category-api/commit/20cffc0810c23f85127a939c0a3b812f87c2a601))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.13.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.2...@aws-amplify/graphql-index-transformer@0.13.3) (2022-07-26)
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.4-alpha.0+fc53f1c2e",
3
+ "version": "0.13.4",
4
4
  "description": "Amplify GraphQL index and key transformers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,15 +27,15 @@
27
27
  "test": "jest"
28
28
  },
29
29
  "dependencies": {
30
- "@aws-amplify/graphql-model-transformer": "0.15.4-alpha.0+fc53f1c2e",
31
- "@aws-amplify/graphql-transformer-core": "0.17.10-alpha.3+fc53f1c2e",
32
- "@aws-amplify/graphql-transformer-interfaces": "1.14.7-alpha.3+fc53f1c2e",
30
+ "@aws-amplify/graphql-model-transformer": "0.15.4",
31
+ "@aws-amplify/graphql-transformer-core": "0.17.9",
32
+ "@aws-amplify/graphql-transformer-interfaces": "1.14.6",
33
33
  "@aws-cdk/aws-appsync": "~1.124.0",
34
34
  "@aws-cdk/aws-dynamodb": "~1.124.0",
35
35
  "@aws-cdk/core": "~1.124.0",
36
36
  "graphql": "^14.5.8",
37
- "graphql-mapping-template": "4.20.6-alpha.62+fc53f1c2e",
38
- "graphql-transformer-common": "4.24.1-alpha.27+fc53f1c2e"
37
+ "graphql-mapping-template": "4.20.5",
38
+ "graphql-transformer-common": "4.24.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@aws-cdk/assert": "~1.124.0"
@@ -55,5 +55,5 @@
55
55
  ],
56
56
  "collectCoverage": true
57
57
  },
58
- "gitHead": "fc53f1c2ee63f40d3bb8a50660d0269b3e5657c2"
58
+ "gitHead": "8011afa6e58aa48e4f1c3613eaf2d00d65eae9ef"
59
59
  }