@aws-amplify/graphql-index-transformer 0.14.6-alpha.3 → 0.14.6-circular-dep-fix.0
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 +7 -7
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.6-circular-dep-fix.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.5...@aws-amplify/graphql-index-transformer@0.14.6-circular-dep-fix.0) (2022-12-15)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
9
|
+
|
6
10
|
## [0.14.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.4...@aws-amplify/graphql-index-transformer@0.14.5) (2022-12-13)
|
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.6-
|
3
|
+
"version": "0.14.6-circular-dep-fix.0",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,15 +28,15 @@
|
|
28
28
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-model-transformer": "0.16.5-
|
32
|
-
"@aws-amplify/graphql-transformer-core": "0.18.1-
|
33
|
-
"@aws-amplify/graphql-transformer-interfaces": "1.14.10-
|
31
|
+
"@aws-amplify/graphql-model-transformer": "0.16.5-circular-dep-fix.0",
|
32
|
+
"@aws-amplify/graphql-transformer-core": "0.18.1-circular-dep-fix.0",
|
33
|
+
"@aws-amplify/graphql-transformer-interfaces": "1.14.10-circular-dep-fix.0",
|
34
34
|
"@aws-cdk/aws-appsync": "~1.172.0",
|
35
35
|
"@aws-cdk/aws-dynamodb": "~1.172.0",
|
36
36
|
"@aws-cdk/core": "~1.172.0",
|
37
37
|
"graphql": "^14.5.8",
|
38
|
-
"graphql-mapping-template": "4.20.6-
|
39
|
-
"graphql-transformer-common": "4.24.2-
|
38
|
+
"graphql-mapping-template": "4.20.6-circular-dep-fix.0",
|
39
|
+
"graphql-transformer-common": "4.24.2-circular-dep-fix.0"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
42
|
"@aws-cdk/assert": "~1.172.0"
|
@@ -59,5 +59,5 @@
|
|
59
59
|
],
|
60
60
|
"collectCoverage": true
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "0d883702780b9c8abe252117ca786d41b1de3b93"
|
63
63
|
}
|