@aws-amplify/graphql-index-transformer 0.4.0-auth-dir-v-next.3 → 0.4.0-auth-dir-v-next.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 +4 -4
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.4.0-auth-dir-v-next.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.4.0-auth-dir-v-next.3...@aws-amplify/graphql-index-transformer@0.4.0-auth-dir-v-next.4) (2021-09-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * udpated snapshot for index and relation directives ([e9bc4af](https://github.com/aws-amplify/amplify-cli/commit/e9bc4af9926ec4219c2af12c9ebced04e5ea2574))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.4.0-auth-dir-v-next.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.4.0-auth-dir-v-next.2...@aws-amplify/graphql-index-transformer@0.4.0-auth-dir-v-next.3) (2021-09-15)
7
18
 
8
19
  **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-index-transformer",
3
- "version": "0.4.0-auth-dir-v-next.3",
3
+ "version": "0.4.0-auth-dir-v-next.4",
4
4
  "description": "Amplify GraphQL index and key transformers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,8 +27,8 @@
27
27
  "test": "jest"
28
28
  },
29
29
  "dependencies": {
30
- "@aws-amplify/graphql-model-transformer": "0.7.0-auth-dir-v-next.3",
31
- "@aws-amplify/graphql-transformer-core": "0.10.0-auth-dir-v-next.2",
30
+ "@aws-amplify/graphql-model-transformer": "0.7.0-auth-dir-v-next.4",
31
+ "@aws-amplify/graphql-transformer-core": "0.10.0-auth-dir-v-next.3",
32
32
  "@aws-amplify/graphql-transformer-interfaces": "1.10.0-auth-dir-v-next.1",
33
33
  "@aws-cdk/aws-appsync": "~1.119.0",
34
34
  "@aws-cdk/aws-dynamodb": "~1.119.0",
@@ -55,5 +55,5 @@
55
55
  ],
56
56
  "collectCoverage": true
57
57
  },
58
- "gitHead": "85e74c6755bb2958a5b8225fb4a96915187b20fc"
58
+ "gitHead": "65a1f1d2801a1afe7690859aa4b16057a4b6db69"
59
59
  }