@aws-amplify/graphql-model-transformer 0.11.0-mapsto3.0 → 0.13.0-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -10
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,22 +3,20 @@
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.11.0-mapsto3.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.7...@aws-amplify/graphql-model-transformer@0.11.0-mapsto3.0) (2022-01-26)
6
+ # [0.13.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.8...@aws-amplify/graphql-model-transformer@0.13.0-beta.0) (2022-01-29)
7
7
 
8
8
 
9
- ### Bug Fixes
9
+ ### Features
10
+
11
+ * `[@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))
10
12
 
11
- * address most PR comments ([8f432f3](https://github.com/aws-amplify/amplify-cli/commit/8f432f3e598ab665ae0590bd9888c13fcf1fcd62))
12
- * push failures for dependent functions ([184dcfa](https://github.com/aws-amplify/amplify-cli/commit/184dcfa05698f535b3ade5a062dd02d5619a4d91))
13
- * renamed relations except for manyToMany working ([ba3897f](https://github.com/aws-amplify/amplify-cli/commit/ba3897f97a805bb3b278af89e5b4f51ce75b2070))
14
- * test failures ([129f66c](https://github.com/aws-amplify/amplify-cli/commit/129f66c28cda4650ca9f1d4fea095c103daab8bd))
15
- * transform input args in searchable resolvers ([213b77e](https://github.com/aws-amplify/amplify-cli/commit/213b77e7e8820c5da57e594f76941a6e99129308))
16
- * update vtl for mapped input ([d69a190](https://github.com/aws-amplify/amplify-cli/commit/d69a190651a49483c8c8d496679a7253eb071a92))
17
13
 
18
14
 
19
- ### Features
20
15
 
21
- * retain original table on type rename ([43b1204](https://github.com/aws-amplify/amplify-cli/commit/43b12048f9ee65b5eeb758e32a715d25673d4fee))
16
+
17
+ ## [0.10.8](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.7...@aws-amplify/graphql-model-transformer@0.10.8) (2022-01-27)
18
+
19
+ **Note:** Version bump only for package @aws-amplify/graphql-model-transformer
22
20
 
23
21
 
24
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-model-transformer",
3
- "version": "0.11.0-mapsto3.0",
3
+ "version": "0.13.0-beta.0",
4
4
  "description": "Amplify graphql @model transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,8 +28,8 @@
28
28
  "test-watch": "jest --watch"
29
29
  },
30
30
  "dependencies": {
31
- "@aws-amplify/graphql-transformer-core": "0.16.0-mapsto3.0",
32
- "@aws-amplify/graphql-transformer-interfaces": "1.13.0-mapsto3.0",
31
+ "@aws-amplify/graphql-transformer-core": "0.16.0-beta.0",
32
+ "@aws-amplify/graphql-transformer-interfaces": "1.13.0-beta.0",
33
33
  "@aws-cdk/aws-applicationautoscaling": "~1.124.0",
34
34
  "@aws-cdk/aws-appsync": "~1.124.0",
35
35
  "@aws-cdk/aws-cloudwatch": "~1.124.0",
@@ -46,8 +46,8 @@
46
46
  "@aws-cdk/region-info": "~1.124.0",
47
47
  "constructs": "^3.3.125",
48
48
  "graphql": "^14.5.8",
49
- "graphql-mapping-template": "4.20.4-mapsto3.0",
50
- "graphql-transformer-common": "4.22.6-mapsto3.0",
49
+ "graphql-mapping-template": "4.20.3",
50
+ "graphql-transformer-common": "4.23.0-beta.0",
51
51
  "md5": "^2.3.0"
52
52
  },
53
53
  "devDependencies": {
@@ -73,5 +73,5 @@
73
73
  "overrides"
74
74
  ]
75
75
  },
76
- "gitHead": "2413916fb0ebf8e8318c3e9beba4c9aac7f40875"
76
+ "gitHead": "6cad6474e17ae6d3d2f3db78cb3b9357a2b50027"
77
77
  }