@aws-amplify/graphql-maps-to-transformer 2.1.0-beta.4 → 2.1.0-beta.5

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,18 @@
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-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)
7
+
8
+ ### Bug Fixes
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))
12
+
13
+ ### Features
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))
17
+
6
18
  # [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)
7
19
 
8
20
  ### Bug Fixes
@@ -72,6 +84,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
72
84
  - 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))
73
85
  - 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))
74
86
 
87
+ ## [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)
88
+
89
+ **Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
90
+
75
91
  ## [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)
76
92
 
77
93
  **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": "2.1.0-beta.4",
3
+ "version": "2.1.0-beta.5",
4
4
  "description": "Amplify GraphQL @mapsTo transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,19 +30,19 @@
30
30
  "extract-api": "ts-node ../../scripts/extract-api.ts"
31
31
  },
32
32
  "dependencies": {
33
- "@aws-amplify/graphql-transformer-core": "1.1.0-beta.4",
34
- "@aws-amplify/graphql-transformer-interfaces": "2.1.0-beta.4",
33
+ "@aws-amplify/graphql-transformer-core": "1.1.0-beta.5",
34
+ "@aws-amplify/graphql-transformer-interfaces": "2.1.0-beta.5",
35
35
  "@aws-cdk/aws-appsync-alpha": "~2.53.0-alpha.0",
36
36
  "aws-cdk-lib": "~2.53.0",
37
37
  "constructs": "^10.0.5",
38
- "graphql-mapping-template": "4.20.8-beta.0",
39
- "graphql-transformer-common": "4.24.5-beta.0"
38
+ "graphql-mapping-template": "4.20.8-beta.1",
39
+ "graphql-transformer-common": "4.24.5-beta.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@aws-amplify/graphql-index-transformer": "1.1.0-beta.4",
43
- "@aws-amplify/graphql-model-transformer": "1.1.0-beta.4",
44
- "@aws-amplify/graphql-relational-transformer": "1.1.0-beta.4",
45
- "@aws-amplify/graphql-searchable-transformer": "1.1.0-beta.4",
42
+ "@aws-amplify/graphql-index-transformer": "1.1.0-beta.5",
43
+ "@aws-amplify/graphql-model-transformer": "1.1.0-beta.5",
44
+ "@aws-amplify/graphql-relational-transformer": "1.1.0-beta.5",
45
+ "@aws-amplify/graphql-searchable-transformer": "1.1.0-beta.5",
46
46
  "graphql": "^15.5.0",
47
47
  "mkdirp": "^0.5.5"
48
48
  },
@@ -61,5 +61,5 @@
61
61
  ],
62
62
  "collectCoverage": true
63
63
  },
64
- "gitHead": "eef8ea86c0a38391195853d705acce4d49aa2e0e"
64
+ "gitHead": "815c7a1f3f5ec7677f7234f2927ef75096ee1c98"
65
65
  }