@aws-amplify/graphql-index-transformer 1.1.0-beta.4 → 1.1.0-beta.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +8 -8
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.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.9...@aws-amplify/graphql-index-transformer@1.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
+ - throw error if invalid override or invalid custom stack error ([#982](https://github.com/aws-amplify/amplify-category-api/issues/982)) ([6dfeeba](https://github.com/aws-amplify/amplify-category-api/commit/6dfeeba627cd84a41eb8b4248856fa487c741f87))
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.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.8...@aws-amplify/graphql-index-transformer@1.1.0-beta.4) (2023-02-03)
7
18
 
8
19
  ### Bug Fixes
@@ -64,6 +75,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
64
75
 
65
76
  - 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))
66
77
 
78
+ ## [0.14.9](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.8...@aws-amplify/graphql-index-transformer@0.14.9) (2023-02-10)
79
+
80
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
81
+
67
82
  ## [0.14.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.7...@aws-amplify/graphql-index-transformer@0.14.8) (2023-01-26)
68
83
 
69
84
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-index-transformer",
3
- "version": "1.1.0-beta.4",
3
+ "version": "1.1.0-beta.5",
4
4
  "description": "Amplify GraphQL index and key transformers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,18 +28,18 @@
28
28
  "extract-api": "ts-node ../../scripts/extract-api.ts"
29
29
  },
30
30
  "dependencies": {
31
- "@aws-amplify/graphql-model-transformer": "1.1.0-beta.4",
32
- "@aws-amplify/graphql-transformer-core": "1.1.0-beta.4",
33
- "@aws-amplify/graphql-transformer-interfaces": "2.1.0-beta.4",
31
+ "@aws-amplify/graphql-model-transformer": "1.1.0-beta.5",
32
+ "@aws-amplify/graphql-transformer-core": "1.1.0-beta.5",
33
+ "@aws-amplify/graphql-transformer-interfaces": "2.1.0-beta.5",
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
37
  "graphql": "^15.5.0",
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
  "peerDependencies": {
42
- "amplify-cli-core": "^4.0.0-beta.4"
42
+ "amplify-cli-core": "^4.0.0-beta.5"
43
43
  },
44
44
  "jest": {
45
45
  "transform": {
@@ -56,5 +56,5 @@
56
56
  ],
57
57
  "collectCoverage": true
58
58
  },
59
- "gitHead": "eef8ea86c0a38391195853d705acce4d49aa2e0e"
59
+ "gitHead": "815c7a1f3f5ec7677f7234f2927ef75096ee1c98"
60
60
  }