@aws-amplify/graphql-index-transformer 0.12.0-sub-username-identity-claim.1 → 0.12.0-sub-username-identity-claim.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 +23 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,23 +3,42 @@
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.12.0-sub-username-identity-claim.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.11.7...@aws-amplify/graphql-index-transformer@0.12.0-sub-username-identity-claim.1) (2022-06-07)
6
+ # [0.12.0-sub-username-identity-claim.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.11.10...@aws-amplify/graphql-index-transformer@0.12.0-sub-username-identity-claim.2) (2022-06-08)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
- * add error when using an owner field as a sort key field ([7d07df8](https://github.com/aws-amplify/amplify-category-api/commit/7d07df8bdf2ee7be178870eb40a9c1f9c846add0))
11
+ * add error when using an owner field as a sort key field ([e668f8f](https://github.com/aws-amplify/amplify-category-api/commit/e668f8ffd9f236b5d8e35ab84432c681094ca4b6))
12
12
 
13
13
 
14
14
 
15
15
 
16
16
 
17
- # [0.12.0-sub-username-identity-claim.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.11.7...@aws-amplify/graphql-index-transformer@0.12.0-sub-username-identity-claim.0) (2022-06-07)
17
+ # [0.12.0-sub-username-identity-claim.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.11.10...@aws-amplify/graphql-index-transformer@0.12.0-sub-username-identity-claim.1) (2022-06-08)
18
18
 
19
19
 
20
20
  ### Features
21
21
 
22
- * add error when using an owner field as a sort key field ([7d07df8](https://github.com/aws-amplify/amplify-category-api/commit/7d07df8bdf2ee7be178870eb40a9c1f9c846add0))
22
+ * add error when using an owner field as a sort key field ([e668f8f](https://github.com/aws-amplify/amplify-category-api/commit/e668f8ffd9f236b5d8e35ab84432c681094ca4b6))
23
+
24
+
25
+
26
+
27
+
28
+ # [0.12.0-sub-username-identity-claim.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.11.10...@aws-amplify/graphql-index-transformer@0.12.0-sub-username-identity-claim.0) (2022-06-08)
29
+
30
+
31
+ ### Features
32
+
33
+ * add error when using an owner field as a sort key field ([e668f8f](https://github.com/aws-amplify/amplify-category-api/commit/e668f8ffd9f236b5d8e35ab84432c681094ca4b6))
34
+
35
+
36
+
37
+
38
+
39
+ ## [0.11.10](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.11.7...@aws-amplify/graphql-index-transformer@0.11.10) (2022-06-07)
40
+
41
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
23
42
 
24
43
 
25
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-index-transformer",
3
- "version": "0.12.0-sub-username-identity-claim.1",
3
+ "version": "0.12.0-sub-username-identity-claim.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.14.3-sub-username-identity-claim.1",
31
- "@aws-amplify/graphql-transformer-core": "0.17.3-sub-username-identity-claim.1",
32
- "@aws-amplify/graphql-transformer-interfaces": "1.14.3-sub-username-identity-claim.1",
30
+ "@aws-amplify/graphql-model-transformer": "0.14.4-sub-username-identity-claim.2",
31
+ "@aws-amplify/graphql-transformer-core": "0.17.4-sub-username-identity-claim.2",
32
+ "@aws-amplify/graphql-transformer-interfaces": "1.14.3",
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.5-sub-username-identity-claim.1",
38
- "graphql-transformer-common": "4.23.2-sub-username-identity-claim.1"
37
+ "graphql-mapping-template": "4.20.5",
38
+ "graphql-transformer-common": "4.23.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": "d6d8ed2573ad6bb82873f6a583be7048c33ef75e"
58
+ "gitHead": "363607577097967e180fafdfb78bffdcbee269ef"
59
59
  }