@aws-amplify/graphql-index-transformer 0.7.4-beta.0 → 0.7.6-beta.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 +9 -7
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,29 +3,31 @@
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.7.4-beta.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.1...@aws-amplify/graphql-index-transformer@0.7.4-beta.0) (2021-11-17)
6
+ ## [0.7.6-beta.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.5-beta.0...@aws-amplify/graphql-index-transformer@0.7.6-beta.0) (2021-11-21)
7
7
 
8
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * append apiKey if global auth is enabled and its not default auth ([#8843](https://github.com/aws-amplify/amplify-cli/issues/8843)) ([3aadcde](https://github.com/aws-amplify/amplify-cli/commit/3aadcde2225f0ede5c5d94c2a4cd9d1afece5288))
12
11
 
13
12
 
14
13
 
14
+ ## [0.7.5-beta.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.3...@aws-amplify/graphql-index-transformer@0.7.5-beta.0) (2021-11-21)
15
15
 
16
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
16
17
 
17
- ## [0.7.3-beta.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.1...@aws-amplify/graphql-index-transformer@0.7.3-beta.0) (2021-11-17)
18
18
 
19
19
 
20
- ### Bug Fixes
21
20
 
22
- * append apiKey if global auth is enabled and its not default auth ([#8843](https://github.com/aws-amplify/amplify-cli/issues/8843)) ([3aadcde](https://github.com/aws-amplify/amplify-cli/commit/3aadcde2225f0ede5c5d94c2a4cd9d1afece5288))
21
+
22
+ ## [0.7.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.2...@aws-amplify/graphql-index-transformer@0.7.3) (2021-11-19)
23
+
24
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
23
25
 
24
26
 
25
27
 
26
28
 
27
29
 
28
- ## [0.7.2-beta.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.1...@aws-amplify/graphql-index-transformer@0.7.2-beta.0) (2021-11-17)
30
+ ## [0.7.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.1...@aws-amplify/graphql-index-transformer@0.7.2) (2021-11-17)
29
31
 
30
32
 
31
33
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-index-transformer",
3
- "version": "0.7.4-beta.0",
3
+ "version": "0.7.6-beta.0",
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.9.4-beta.0",
31
- "@aws-amplify/graphql-transformer-core": "0.13.2-beta.0",
32
- "@aws-amplify/graphql-transformer-interfaces": "1.12.4-beta.0",
30
+ "@aws-amplify/graphql-model-transformer": "0.9.6-beta.0",
31
+ "@aws-amplify/graphql-transformer-core": "0.13.4-beta.0",
32
+ "@aws-amplify/graphql-transformer-interfaces": "1.12.5-beta.0",
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
37
  "graphql-mapping-template": "4.20.1",
38
- "graphql-transformer-common": "4.22.4-beta.0"
38
+ "graphql-transformer-common": "4.22.2"
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": "c6a97a5a6512e8c723a500ae7288be6af6afe6d5"
58
+ "gitHead": "9facc1f88321420b92653d5dc5e9082c7fd42ac1"
59
59
  }