@aws-amplify/graphql-maps-to-transformer 2.1.0-cdkv2.2 → 2.1.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/API.md ADDED
@@ -0,0 +1,27 @@
1
+ ## API Report File for "@aws-amplify/graphql-maps-to-transformer"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { DirectiveNode } from 'graphql';
8
+ import { ObjectTypeDefinitionNode } from 'graphql';
9
+ import { TransformerContextProvider } from '@aws-amplify/graphql-transformer-interfaces';
10
+ import { TransformerPluginBase } from '@aws-amplify/graphql-transformer-core';
11
+ import { TransformerPreProcessContextProvider } from '@aws-amplify/graphql-transformer-interfaces';
12
+ import { TransformerSchemaVisitStepContextProvider } from '@aws-amplify/graphql-transformer-interfaces';
13
+
14
+ // @public (undocumented)
15
+ export class MapsToTransformer extends TransformerPluginBase {
16
+ constructor();
17
+ // (undocumented)
18
+ after: (context: TransformerContextProvider) => void;
19
+ // (undocumented)
20
+ object: (definition: ObjectTypeDefinitionNode, directive: DirectiveNode, ctx: TransformerSchemaVisitStepContextProvider) => void;
21
+ // (undocumented)
22
+ preMutateSchema: (context: TransformerPreProcessContextProvider) => void;
23
+ }
24
+
25
+ // (No @packageDocumentation comment for this package)
26
+
27
+ ```
package/CHANGELOG.md CHANGED
@@ -3,288 +3,285 @@
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
- # [2.1.0-cdkv2.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.1...@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.2) (2022-11-03)
6
+ # [2.1.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.43...@aws-amplify/graphql-maps-to-transformer@2.1.0) (2023-03-01)
7
7
 
8
- **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
8
+ ### Bug Fixes
9
9
 
10
+ - lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
11
+ - preserve logical id patterns for dynamodb tables and search domain ([#894](https://github.com/aws-amplify/amplify-category-api/issues/894)) ([7530fc2](https://github.com/aws-amplify/amplify-category-api/commit/7530fc2e9254b621dc3782271318dd3f5c97d2b8))
10
12
 
13
+ ### Features
11
14
 
15
+ - migrate auth, maps-to, relational, default value transformer to CDK v2 ([#875](https://github.com/aws-amplify/amplify-category-api/issues/875)) ([5c714a9](https://github.com/aws-amplify/amplify-category-api/commit/5c714a9a8436be343477574cb5523c23c96c9338))
16
+ - migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
12
17
 
18
+ # [2.1.0-beta.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.42...@aws-amplify/graphql-maps-to-transformer@2.1.0-beta.6) (2023-02-21)
13
19
 
14
- # [2.1.0-cdkv2.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.0...@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.1) (2022-10-24)
20
+ ### Bug Fixes
15
21
 
22
+ - lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
23
+ - preserve logical id patterns for dynamodb tables and search domain ([#894](https://github.com/aws-amplify/amplify-category-api/issues/894)) ([7530fc2](https://github.com/aws-amplify/amplify-category-api/commit/7530fc2e9254b621dc3782271318dd3f5c97d2b8))
16
24
 
17
- ### Bug Fixes
25
+ ### Features
18
26
 
19
- * lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
27
+ - migrate auth, maps-to, relational, default value transformer to CDK v2 ([#875](https://github.com/aws-amplify/amplify-category-api/issues/875)) ([5c714a9](https://github.com/aws-amplify/amplify-category-api/commit/5c714a9a8436be343477574cb5523c23c96c9338))
28
+ - migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
20
29
 
30
+ # [2.1.0-beta.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.42...@aws-amplify/graphql-maps-to-transformer@2.1.0-beta.5) (2023-02-15)
21
31
 
32
+ ### Bug Fixes
22
33
 
34
+ - lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
35
+ - preserve logical id patterns for dynamodb tables and search domain ([#894](https://github.com/aws-amplify/amplify-category-api/issues/894)) ([7530fc2](https://github.com/aws-amplify/amplify-category-api/commit/7530fc2e9254b621dc3782271318dd3f5c97d2b8))
23
36
 
37
+ ### Features
24
38
 
25
- # [2.1.0-cdkv2.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.31...@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.0) (2022-10-24)
39
+ - migrate auth, maps-to, relational, default value transformer to CDK v2 ([#875](https://github.com/aws-amplify/amplify-category-api/issues/875)) ([5c714a9](https://github.com/aws-amplify/amplify-category-api/commit/5c714a9a8436be343477574cb5523c23c96c9338))
40
+ - migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
26
41
 
42
+ # [2.1.0-beta.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.41...@aws-amplify/graphql-maps-to-transformer@2.1.0-beta.4) (2023-02-03)
27
43
 
28
44
  ### Bug Fixes
29
45
 
30
- * preserve logical id patterns for dynamodb tables and search domain ([#894](https://github.com/aws-amplify/amplify-category-api/issues/894)) ([7530fc2](https://github.com/aws-amplify/amplify-category-api/commit/7530fc2e9254b621dc3782271318dd3f5c97d2b8))
31
-
46
+ - lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
47
+ - preserve logical id patterns for dynamodb tables and search domain ([#894](https://github.com/aws-amplify/amplify-category-api/issues/894)) ([7530fc2](https://github.com/aws-amplify/amplify-category-api/commit/7530fc2e9254b621dc3782271318dd3f5c97d2b8))
32
48
 
33
49
  ### Features
34
50
 
35
- * migrate auth, maps-to, relational, default value transformer to CDK v2 ([#875](https://github.com/aws-amplify/amplify-category-api/issues/875)) ([5c714a9](https://github.com/aws-amplify/amplify-category-api/commit/5c714a9a8436be343477574cb5523c23c96c9338))
36
- * migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
37
-
51
+ - migrate auth, maps-to, relational, default value transformer to CDK v2 ([#875](https://github.com/aws-amplify/amplify-category-api/issues/875)) ([5c714a9](https://github.com/aws-amplify/amplify-category-api/commit/5c714a9a8436be343477574cb5523c23c96c9338))
52
+ - migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
38
53
 
54
+ # [2.1.0-beta.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.38...@aws-amplify/graphql-maps-to-transformer@2.1.0-beta.3) (2022-12-27)
39
55
 
56
+ ### Bug Fixes
40
57
 
58
+ - lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
59
+ - preserve logical id patterns for dynamodb tables and search domain ([#894](https://github.com/aws-amplify/amplify-category-api/issues/894)) ([7530fc2](https://github.com/aws-amplify/amplify-category-api/commit/7530fc2e9254b621dc3782271318dd3f5c97d2b8))
41
60
 
42
- ## [1.1.31](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.30...@aws-amplify/graphql-maps-to-transformer@1.1.31) (2022-10-04)
61
+ ### Features
43
62
 
44
- **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
63
+ - migrate auth, maps-to, relational, default value transformer to CDK v2 ([#875](https://github.com/aws-amplify/amplify-category-api/issues/875)) ([5c714a9](https://github.com/aws-amplify/amplify-category-api/commit/5c714a9a8436be343477574cb5523c23c96c9338))
64
+ - migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
45
65
 
66
+ # [2.1.0-beta.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@2.1.0-beta.0...@aws-amplify/graphql-maps-to-transformer@2.1.0-beta.2) (2022-12-12)
46
67
 
68
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
47
69
 
70
+ # [2.1.0-beta.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@2.1.0-beta.0...@aws-amplify/graphql-maps-to-transformer@2.1.0-beta.1) (2022-11-30)
48
71
 
72
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
49
73
 
50
- ## [1.1.30](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.29...@aws-amplify/graphql-maps-to-transformer@1.1.30) (2022-09-20)
74
+ # [2.1.0-beta.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.3...@aws-amplify/graphql-maps-to-transformer@2.1.0-beta.0) (2022-11-18)
51
75
 
52
76
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
53
77
 
78
+ # [2.1.0-cdkv2.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.35...@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.3) (2022-11-15)
54
79
 
80
+ ### Bug Fixes
55
81
 
82
+ - lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
83
+ - preserve logical id patterns for dynamodb tables and search domain ([#894](https://github.com/aws-amplify/amplify-category-api/issues/894)) ([7530fc2](https://github.com/aws-amplify/amplify-category-api/commit/7530fc2e9254b621dc3782271318dd3f5c97d2b8))
56
84
 
85
+ ### Features
57
86
 
58
- ## [1.1.29](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.28...@aws-amplify/graphql-maps-to-transformer@1.1.29) (2022-09-14)
59
-
60
- **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
87
+ - migrate auth, maps-to, relational, default value transformer to CDK v2 ([#875](https://github.com/aws-amplify/amplify-category-api/issues/875)) ([5c714a9](https://github.com/aws-amplify/amplify-category-api/commit/5c714a9a8436be343477574cb5523c23c96c9338))
88
+ - migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
61
89
 
90
+ # [2.1.0-cdkv2.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.1...@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.2) (2022-11-03)
62
91
 
92
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
63
93
 
94
+ # [2.1.0-cdkv2.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.0...@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.1) (2022-10-24)
64
95
 
96
+ ### Bug Fixes
65
97
 
66
- ## [1.1.28](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.27...@aws-amplify/graphql-maps-to-transformer@1.1.28) (2022-08-23)
98
+ - lock CDK v2 version ([#923](https://github.com/aws-amplify/amplify-category-api/issues/923)) ([2afe40c](https://github.com/aws-amplify/amplify-category-api/commit/2afe40cf13e7d1ee7db37988b9b3297768c7bd0a))
67
99
 
68
- **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
100
+ # [2.1.0-cdkv2.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.31...@aws-amplify/graphql-maps-to-transformer@2.1.0-cdkv2.0) (2022-10-24)
69
101
 
102
+ ### Bug Fixes
70
103
 
104
+ - preserve logical id patterns for dynamodb tables and search domain ([#894](https://github.com/aws-amplify/amplify-category-api/issues/894)) ([7530fc2](https://github.com/aws-amplify/amplify-category-api/commit/7530fc2e9254b621dc3782271318dd3f5c97d2b8))
71
105
 
106
+ ### Features
72
107
 
108
+ - migrate auth, maps-to, relational, default value transformer to CDK v2 ([#875](https://github.com/aws-amplify/amplify-category-api/issues/875)) ([5c714a9](https://github.com/aws-amplify/amplify-category-api/commit/5c714a9a8436be343477574cb5523c23c96c9338))
109
+ - migrate index and model transformers to CDK v2 ([#860](https://github.com/aws-amplify/amplify-category-api/issues/860)) ([886ab6c](https://github.com/aws-amplify/amplify-category-api/commit/886ab6c1eb699f9a09f273c76b3c419c73004f9b))
73
110
 
74
- ## [1.1.27](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.26...@aws-amplify/graphql-maps-to-transformer@1.1.27) (2022-08-18)
111
+ ## [1.1.43](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.42...@aws-amplify/graphql-maps-to-transformer@1.1.43) (2023-02-27)
75
112
 
76
113
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
77
114
 
115
+ ## [1.1.42](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.41...@aws-amplify/graphql-maps-to-transformer@1.1.42) (2023-02-10)
78
116
 
117
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
79
118
 
119
+ ## [1.1.41](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.40...@aws-amplify/graphql-maps-to-transformer@1.1.41) (2023-01-26)
80
120
 
121
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
81
122
 
82
- ## [1.1.26](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.25...@aws-amplify/graphql-maps-to-transformer@1.1.26) (2022-08-16)
123
+ ## [1.1.40](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.39...@aws-amplify/graphql-maps-to-transformer@1.1.40) (2023-01-12)
83
124
 
84
125
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
85
126
 
127
+ ## [1.1.39](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.38...@aws-amplify/graphql-maps-to-transformer@1.1.39) (2023-01-12)
86
128
 
129
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
87
130
 
131
+ ## [1.1.38](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.37...@aws-amplify/graphql-maps-to-transformer@1.1.38) (2022-12-13)
88
132
 
133
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
89
134
 
90
- ## [1.1.25](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.24...@aws-amplify/graphql-maps-to-transformer@1.1.25) (2022-08-04)
135
+ ## [1.1.37](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.36...@aws-amplify/graphql-maps-to-transformer@1.1.37) (2022-12-09)
91
136
 
92
137
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
93
138
 
139
+ ## [1.1.36](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.35...@aws-amplify/graphql-maps-to-transformer@1.1.36) (2022-12-03)
94
140
 
141
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
95
142
 
143
+ ## [1.1.35](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.34...@aws-amplify/graphql-maps-to-transformer@1.1.35) (2022-11-08)
96
144
 
145
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
97
146
 
98
- ## [1.1.24](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.23...@aws-amplify/graphql-maps-to-transformer@1.1.24) (2022-07-26)
147
+ ## [1.1.34](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.33...@aws-amplify/graphql-maps-to-transformer@1.1.34) (2022-11-04)
99
148
 
100
149
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
101
150
 
151
+ ## [1.1.33](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.32...@aws-amplify/graphql-maps-to-transformer@1.1.33) (2022-10-26)
102
152
 
153
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
103
154
 
155
+ ## [1.1.32](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.31...@aws-amplify/graphql-maps-to-transformer@1.1.32) (2022-10-24)
104
156
 
157
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
105
158
 
106
- ## [1.1.23](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.21...@aws-amplify/graphql-maps-to-transformer@1.1.23) (2022-07-20)
159
+ ## [1.1.31](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.30...@aws-amplify/graphql-maps-to-transformer@1.1.31) (2022-10-04)
107
160
 
161
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
108
162
 
109
- ### Bug Fixes
163
+ ## [1.1.30](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.29...@aws-amplify/graphql-maps-to-transformer@1.1.30) (2022-09-20)
110
164
 
111
- * use PK name in many to many link object ([a7a8692](https://github.com/aws-amplify/amplify-category-api/commit/a7a8692e9dba189c362443ead508e578ff6b6502))
165
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
112
166
 
167
+ ## [1.1.29](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.28...@aws-amplify/graphql-maps-to-transformer@1.1.29) (2022-09-14)
113
168
 
169
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
114
170
 
171
+ ## [1.1.28](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.27...@aws-amplify/graphql-maps-to-transformer@1.1.28) (2022-08-23)
115
172
 
173
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
116
174
 
117
- ## [1.1.22](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.21...@aws-amplify/graphql-maps-to-transformer@1.1.22) (2022-07-14)
175
+ ## [1.1.27](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.26...@aws-amplify/graphql-maps-to-transformer@1.1.27) (2022-08-18)
118
176
 
119
177
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
120
178
 
179
+ ## [1.1.26](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.25...@aws-amplify/graphql-maps-to-transformer@1.1.26) (2022-08-16)
121
180
 
181
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
122
182
 
183
+ ## [1.1.25](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.24...@aws-amplify/graphql-maps-to-transformer@1.1.25) (2022-08-04)
123
184
 
185
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
124
186
 
125
- ## [1.1.21](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.20...@aws-amplify/graphql-maps-to-transformer@1.1.21) (2022-07-01)
187
+ ## [1.1.24](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.23...@aws-amplify/graphql-maps-to-transformer@1.1.24) (2022-07-26)
126
188
 
127
189
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
128
190
 
191
+ ## [1.1.23](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.21...@aws-amplify/graphql-maps-to-transformer@1.1.23) (2022-07-20)
129
192
 
193
+ ### Bug Fixes
130
194
 
195
+ - use PK name in many to many link object ([a7a8692](https://github.com/aws-amplify/amplify-category-api/commit/a7a8692e9dba189c362443ead508e578ff6b6502))
131
196
 
132
-
133
- ## [1.1.20](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.19...@aws-amplify/graphql-maps-to-transformer@1.1.20) (2022-06-23)
197
+ ## [1.1.22](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.21...@aws-amplify/graphql-maps-to-transformer@1.1.22) (2022-07-14)
134
198
 
135
199
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
136
200
 
201
+ ## [1.1.21](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.20...@aws-amplify/graphql-maps-to-transformer@1.1.21) (2022-07-01)
137
202
 
203
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
138
204
 
205
+ ## [1.1.20](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.19...@aws-amplify/graphql-maps-to-transformer@1.1.20) (2022-06-23)
139
206
 
207
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
140
208
 
141
209
  ## [1.1.19](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.18...@aws-amplify/graphql-maps-to-transformer@1.1.19) (2022-06-13)
142
210
 
143
211
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
144
212
 
145
-
146
-
147
-
148
-
149
213
  ## [1.1.18](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.17...@aws-amplify/graphql-maps-to-transformer@1.1.18) (2022-06-10)
150
214
 
151
215
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
152
216
 
153
-
154
-
155
-
156
-
157
217
  ## [1.1.17](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.14...@aws-amplify/graphql-maps-to-transformer@1.1.17) (2022-06-07)
158
218
 
159
219
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
160
220
 
161
-
162
-
163
-
164
-
165
221
  ## [1.1.16](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@1.1.14...@aws-amplify/graphql-maps-to-transformer@1.1.16) (2022-05-31)
166
222
 
167
223
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
168
224
 
169
-
170
-
171
-
172
-
173
225
  ## [1.1.15](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.14...@aws-amplify/graphql-maps-to-transformer@1.1.15) (2022-05-02)
174
226
 
175
227
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
176
228
 
177
-
178
-
179
-
180
-
181
229
  ## [1.1.14](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.13...@aws-amplify/graphql-maps-to-transformer@1.1.14) (2022-04-29)
182
230
 
183
231
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
184
232
 
185
-
186
-
187
-
188
-
189
233
  ## [1.1.13](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.12...@aws-amplify/graphql-maps-to-transformer@1.1.13) (2022-04-27)
190
234
 
191
235
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
192
236
 
193
-
194
-
195
-
196
-
197
237
  ## [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)
198
238
 
199
239
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
200
240
 
201
-
202
-
203
-
204
-
205
241
  ## [1.1.11](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.10...@aws-amplify/graphql-maps-to-transformer@1.1.11) (2022-04-07)
206
242
 
207
243
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
208
244
 
209
-
210
-
211
-
212
-
213
245
  ## [1.1.10](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.9...@aws-amplify/graphql-maps-to-transformer@1.1.10) (2022-03-23)
214
246
 
215
-
216
247
  ### Bug Fixes
217
248
 
218
- * **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))
219
-
220
-
221
-
222
-
249
+ - **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))
223
250
 
224
251
  ## [1.1.9](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.8...@aws-amplify/graphql-maps-to-transformer@1.1.9) (2022-03-17)
225
252
 
226
253
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
227
254
 
228
-
229
-
230
-
231
-
232
255
  ## [1.1.8](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.7...@aws-amplify/graphql-maps-to-transformer@1.1.8) (2022-03-07)
233
256
 
234
257
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
235
258
 
236
-
237
-
238
-
239
-
240
259
  ## [1.1.7](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.6...@aws-amplify/graphql-maps-to-transformer@1.1.7) (2022-02-25)
241
260
 
242
261
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
243
262
 
244
-
245
-
246
-
247
-
248
263
  ## [1.1.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.5...@aws-amplify/graphql-maps-to-transformer@1.1.6) (2022-02-15)
249
264
 
250
265
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
251
266
 
252
-
253
-
254
-
255
-
256
267
  ## [1.1.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.1...@aws-amplify/graphql-maps-to-transformer@1.1.5) (2022-02-10)
257
268
 
258
-
259
-
260
269
  ## 7.6.19 (2022-02-08)
261
270
 
262
271
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
263
272
 
264
-
265
-
266
-
267
-
268
273
  ## [1.1.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-maps-to-transformer@1.1.0...@aws-amplify/graphql-maps-to-transformer@1.1.1) (2022-02-03)
269
274
 
270
275
  **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
271
276
 
272
-
273
-
274
-
275
-
276
277
  # 1.1.0 (2022-01-31)
277
278
 
278
-
279
-
280
279
  ## 7.6.14 (2022-01-28)
281
280
 
282
-
283
281
  ### Bug Fixes
284
282
 
285
- * mapping lambda build script ([#9631](https://github.com/aws-amplify/amplify-cli/issues/9631)) ([63c09ad](https://github.com/aws-amplify/amplify-cli/commit/63c09add0e80b536dca3c9d51dd288889db3178e))
286
-
283
+ - mapping lambda build script ([#9631](https://github.com/aws-amplify/amplify-cli/issues/9631)) ([63c09ad](https://github.com/aws-amplify/amplify-cli/commit/63c09add0e80b536dca3c9d51dd288889db3178e))
287
284
 
288
285
  ### Features
289
286
 
290
- * `[@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))
287
+ - `[@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))
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-maps-to-transformer",
3
- "version": "2.1.0-cdkv2.2",
3
+ "version": "2.1.0",
4
4
  "description": "Amplify GraphQL @mapsTo transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,23 +26,24 @@
26
26
  "build": "tsc && mkdirp lib/assets && cd resources/mapping-lambda-function && bestzip --force node ../../lib/assets/mapping-lambda.zip index.js",
27
27
  "watch": "tsc -w",
28
28
  "clean": "rimraf ./lib tsconfig.tsbuildinfo",
29
- "test": "jest"
29
+ "test": "jest",
30
+ "extract-api": "ts-node ../../scripts/extract-api.ts"
30
31
  },
31
32
  "dependencies": {
32
- "@aws-amplify/graphql-transformer-core": "1.1.0-cdkv2.1",
33
- "@aws-amplify/graphql-transformer-interfaces": "2.1.0-cdkv2.1",
34
- "@aws-cdk/aws-appsync-alpha": "~2.44.0-alpha.0",
35
- "aws-cdk-lib": "~2.44.0",
33
+ "@aws-amplify/graphql-transformer-core": "1.1.0",
34
+ "@aws-amplify/graphql-transformer-interfaces": "2.1.0",
35
+ "@aws-cdk/aws-appsync-alpha": "~2.53.0-alpha.0",
36
+ "aws-cdk-lib": "~2.53.0",
36
37
  "constructs": "^10.0.5",
37
- "graphql-mapping-template": "4.20.5",
38
- "graphql-transformer-common": "4.24.0"
38
+ "graphql-mapping-template": "4.20.8",
39
+ "graphql-transformer-common": "4.24.5"
39
40
  },
40
41
  "devDependencies": {
41
- "@aws-amplify/graphql-index-transformer": "1.1.0-cdkv2.2",
42
- "@aws-amplify/graphql-model-transformer": "1.1.0-cdkv2.1",
43
- "@aws-amplify/graphql-relational-transformer": "1.1.0-cdkv2.2",
44
- "@aws-amplify/graphql-searchable-transformer": "1.1.0-cdkv2.1",
45
- "graphql": "^14.5.8",
42
+ "@aws-amplify/graphql-index-transformer": "1.1.0",
43
+ "@aws-amplify/graphql-model-transformer": "1.1.0",
44
+ "@aws-amplify/graphql-relational-transformer": "1.1.0",
45
+ "@aws-amplify/graphql-searchable-transformer": "1.1.0",
46
+ "graphql": "^15.5.0",
46
47
  "mkdirp": "^0.5.5"
47
48
  },
48
49
  "jest": {
@@ -60,5 +61,5 @@
60
61
  ],
61
62
  "collectCoverage": true
62
63
  },
63
- "gitHead": "05a509b62859095ba5ecbe52700c489e132e3ae8"
64
+ "gitHead": "195aa005c8f203f5ed96c57c468bc2dc837a078c"
64
65
  }