@aws-amplify/graphql-maps-to-transformer 1.1.12 → 1.2.0-category-split-test.0

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 CHANGED
@@ -3,6 +3,23 @@
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
+ # 1.2.0-category-split-test.0 (2022-04-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **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))
12
+ * mapping lambda build script ([#9631](https://github.com/aws-amplify/amplify-cli/issues/9631)) ([63c09ad](https://github.com/aws-amplify/amplify-cli/commit/63c09add0e80b536dca3c9d51dd288889db3178e))
13
+
14
+
15
+ ### Features
16
+
17
+ * `[@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))
18
+
19
+
20
+
21
+
22
+
6
23
  ## [1.1.12](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.11...@aws-amplify/graphql-maps-to-transformer@1.1.12) (2022-04-18)
7
24
 
8
25
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-maps-to-transformer",
3
- "version": "1.1.12",
3
+ "version": "1.2.0-category-split-test.0",
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.16.5",
33
- "@aws-amplify/graphql-transformer-interfaces": "1.13.1",
32
+ "@aws-amplify/graphql-transformer-core": "0.17.0-category-split-test.0",
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.20.3",
39
- "graphql-transformer-common": "4.23.0"
38
+ "graphql-mapping-template": "4.21.0-category-split-test.0",
39
+ "graphql-transformer-common": "4.24.0-category-split-test.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@aws-amplify/graphql-model-transformer": "0.13.5",
43
- "@aws-amplify/graphql-relational-transformer": "0.8.0",
44
- "@aws-amplify/graphql-searchable-transformer": "0.13.7",
42
+ "@aws-amplify/graphql-model-transformer": "0.14.0-category-split-test.0",
43
+ "@aws-amplify/graphql-relational-transformer": "0.9.0-category-split-test.0",
44
+ "@aws-amplify/graphql-searchable-transformer": "0.14.0-category-split-test.0",
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": "d755036519da8968c0507bf9b7bc16e137dbae25"
63
+ "gitHead": "5c12934dae50140c0b303f6c43d39bea053ab60b"
64
64
  }