@aws-amplify/graphql-index-transformer 0.14.8 → 0.14.9
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
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.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)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
9
|
+
|
6
10
|
## [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)
|
7
11
|
|
8
12
|
### Bug Fixes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "0.14.
|
3
|
+
"version": "0.14.9",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,8 +28,8 @@
|
|
28
28
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-model-transformer": "0.16.
|
32
|
-
"@aws-amplify/graphql-transformer-core": "0.18.
|
31
|
+
"@aws-amplify/graphql-model-transformer": "0.16.8",
|
32
|
+
"@aws-amplify/graphql-transformer-core": "0.18.4",
|
33
33
|
"@aws-amplify/graphql-transformer-interfaces": "1.14.12",
|
34
34
|
"@aws-cdk/aws-appsync": "~1.172.0",
|
35
35
|
"@aws-cdk/aws-dynamodb": "~1.172.0",
|
@@ -59,5 +59,5 @@
|
|
59
59
|
],
|
60
60
|
"collectCoverage": true
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "f1a6a2b90de01421f8aa1b5de524533bcc76c5a0"
|
63
63
|
}
|