@aws-amplify/graphql-maps-to-transformer 1.1.13-ic-changes.3 → 1.2.0-category-split-test.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -5
- package/lib/assets/mapping-lambda.zip +0 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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
|
-
|
|
6
|
+
# [1.2.0-category-split-test.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.2.0-category-split-test.2...@aws-amplify/graphql-maps-to-transformer@1.2.0-category-split-test.3) (2022-04-25)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
# [1.2.0-category-split-test.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.2.0-category-split-test.1...@aws-amplify/graphql-maps-to-transformer@1.2.0-category-split-test.2) (2022-04-22)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
# [1.2.0-category-split-test.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.2.0-category-split-test.0...@aws-amplify/graphql-maps-to-transformer@1.2.0-category-split-test.1) (2022-04-22)
|
|
23
23
|
|
|
24
24
|
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
|
|
25
25
|
|
|
@@ -27,9 +27,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
# 1.2.0-category-split-test.0 (2022-04-22)
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* **graphql:** include sort key(s) in many to many directive relation model ([#9580](https://github.com/aws-amplify/amplify-cli/issues/9580)) ([93ebf35](https://github.com/aws-amplify/amplify-cli/commit/93ebf3566992bff95f035f70fe27b4b1871e1d3d))
|
|
36
|
+
* mapping lambda build script ([#9631](https://github.com/aws-amplify/amplify-cli/issues/9631)) ([63c09ad](https://github.com/aws-amplify/amplify-cli/commit/63c09add0e80b536dca3c9d51dd288889db3178e))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* `[@maps](https://github.com/maps)To` directive to enable renaming models while retaining data ([#9340](https://github.com/aws-amplify/amplify-cli/issues/9340)) ([aedf45d](https://github.com/aws-amplify/amplify-cli/commit/aedf45d9237812d71bb8b56164efe0222ad3d534))
|
|
33
42
|
|
|
34
43
|
|
|
35
44
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/graphql-maps-to-transformer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0-category-split-test.3",
|
|
4
4
|
"description": "Amplify GraphQL @mapsTo transformer",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
"test": "jest"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aws-amplify/graphql-transformer-core": "0.
|
|
33
|
-
"@aws-amplify/graphql-transformer-interfaces": "1.
|
|
32
|
+
"@aws-amplify/graphql-transformer-core": "0.17.0-category-split-test.3",
|
|
33
|
+
"@aws-amplify/graphql-transformer-interfaces": "1.14.0-category-split-test.0",
|
|
34
34
|
"@aws-cdk/aws-appsync": "~1.124.0",
|
|
35
35
|
"@aws-cdk/aws-iam": "~1.124.0",
|
|
36
36
|
"@aws-cdk/aws-lambda": "~1.124.0",
|
|
37
37
|
"@aws-cdk/core": "~1.124.0",
|
|
38
|
-
"graphql-mapping-template": "4.
|
|
39
|
-
"graphql-transformer-common": "4.
|
|
38
|
+
"graphql-mapping-template": "4.21.0-category-split-test.3",
|
|
39
|
+
"graphql-transformer-common": "4.24.0-category-split-test.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@aws-amplify/graphql-model-transformer": "0.
|
|
43
|
-
"@aws-amplify/graphql-relational-transformer": "0.
|
|
44
|
-
"@aws-amplify/graphql-searchable-transformer": "0.
|
|
42
|
+
"@aws-amplify/graphql-model-transformer": "0.14.0-category-split-test.3",
|
|
43
|
+
"@aws-amplify/graphql-relational-transformer": "0.9.0-category-split-test.3",
|
|
44
|
+
"@aws-amplify/graphql-searchable-transformer": "0.14.0-category-split-test.3",
|
|
45
45
|
"graphql": "^14.5.8",
|
|
46
46
|
"mkdirp": "^0.5.5"
|
|
47
47
|
},
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
],
|
|
61
61
|
"collectCoverage": true
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "d726da9deee5039e49cc750c16180b29744d911e"
|
|
64
64
|
}
|