@aws-amplify/graphql-index-transformer 0.11.7-alpha.2 → 0.11.7-beta.2

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 +24 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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.11.7-beta.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.6...@aws-amplify/graphql-index-transformer@0.11.7-beta.2) (2022-04-28)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.11.7-beta.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.6...@aws-amplify/graphql-index-transformer@0.11.7-beta.1) (2022-04-28)
15
+
16
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.11.7-beta.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.6...@aws-amplify/graphql-index-transformer@0.11.7-beta.0) (2022-04-28)
23
+
24
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
25
+
26
+
27
+
28
+
29
+
6
30
  ## [0.11.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.5...@aws-amplify/graphql-index-transformer@0.11.6) (2022-04-27)
7
31
 
8
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-index-transformer",
3
- "version": "0.11.7-alpha.2+c1876d8ff",
3
+ "version": "0.11.7-beta.2",
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.13.7-alpha.2+c1876d8ff",
31
- "@aws-amplify/graphql-transformer-core": "0.16.7-alpha.2+c1876d8ff",
32
- "@aws-amplify/graphql-transformer-interfaces": "1.13.2-alpha.31+c1876d8ff",
30
+ "@aws-amplify/graphql-model-transformer": "0.14.0-beta.2",
31
+ "@aws-amplify/graphql-transformer-core": "0.17.0-beta.2",
32
+ "@aws-amplify/graphql-transformer-interfaces": "1.14.0-beta.2",
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.4-alpha.286+c1876d8ff",
38
- "graphql-transformer-common": "4.23.1-alpha.218+c1876d8ff"
37
+ "graphql-mapping-template": "4.20.3",
38
+ "graphql-transformer-common": "4.23.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": "c1876d8ff6efbf835f48c5b3ea0d7f2dbe635e1c"
58
+ "gitHead": "75b87529dbf80ccea6ed9199d5c586016d79c9c5"
59
59
  }