@aws-amplify/graphql-model-transformer 1.1.0-beta.3 → 1.1.0-beta.4

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,17 @@
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.1.0-beta.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.7...@aws-amplify/graphql-model-transformer@1.1.0-beta.4) (2023-02-03)
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 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))
16
+
6
17
  # [1.1.0-beta.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.4...@aws-amplify/graphql-model-transformer@1.1.0-beta.3) (2022-12-27)
7
18
 
8
19
  ### Bug Fixes
@@ -53,6 +64,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
53
64
 
54
65
  - 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))
55
66
 
67
+ ## [0.16.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.6...@aws-amplify/graphql-model-transformer@0.16.7) (2023-01-26)
68
+
69
+ **Note:** Version bump only for package @aws-amplify/graphql-model-transformer
70
+
71
+ ## [0.16.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.5...@aws-amplify/graphql-model-transformer@0.16.6) (2023-01-12)
72
+
73
+ **Note:** Version bump only for package @aws-amplify/graphql-model-transformer
74
+
75
+ ## [0.16.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.4...@aws-amplify/graphql-model-transformer@0.16.5) (2023-01-12)
76
+
77
+ **Note:** Version bump only for package @aws-amplify/graphql-model-transformer
78
+
56
79
  ## [0.16.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.3...@aws-amplify/graphql-model-transformer@0.16.4) (2022-12-03)
57
80
 
58
81
  **Note:** Version bump only for package @aws-amplify/graphql-model-transformer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-model-transformer",
3
- "version": "1.1.0-beta.3",
3
+ "version": "1.1.0-beta.4",
4
4
  "description": "Amplify graphql @model transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,14 +29,14 @@
29
29
  "extract-api": "ts-node ../../scripts/extract-api.ts"
30
30
  },
31
31
  "dependencies": {
32
- "@aws-amplify/graphql-transformer-core": "1.1.0-beta.3",
33
- "@aws-amplify/graphql-transformer-interfaces": "2.1.0-beta.3",
32
+ "@aws-amplify/graphql-transformer-core": "1.1.0-beta.4",
33
+ "@aws-amplify/graphql-transformer-interfaces": "2.1.0-beta.4",
34
34
  "@aws-cdk/aws-appsync-alpha": "~2.53.0-alpha.0",
35
35
  "aws-cdk-lib": "~2.53.0",
36
36
  "constructs": "^10.0.5",
37
- "graphql": "^14.5.8",
38
- "graphql-mapping-template": "4.20.6-beta.0",
39
- "graphql-transformer-common": "4.24.1-beta.2"
37
+ "graphql": "^15.5.0",
38
+ "graphql-mapping-template": "4.20.8-beta.0",
39
+ "graphql-transformer-common": "4.24.5-beta.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^12.12.6"
@@ -59,5 +59,5 @@
59
59
  "overrides"
60
60
  ]
61
61
  },
62
- "gitHead": "dfde291d4b67660773fcc926718b966144fc9ac3"
62
+ "gitHead": "eef8ea86c0a38391195853d705acce4d49aa2e0e"
63
63
  }
package/src/directive.ts CHANGED
@@ -11,7 +11,7 @@ export enum SubscriptionLevel {
11
11
  }
12
12
 
13
13
  /**
14
- * ModelDirectiveConfiguration
14
+ * ModelDirectiveConfiguration.
15
15
  */
16
16
  export type ModelDirectiveConfiguration = {
17
17
  queries?: Partial<{