@aws-amplify/graphql-index-transformer 0.8.0-apiext3.0 → 0.8.0-apiext4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -3,12 +3,20 @@
|
|
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.8.0-
|
6
|
+
# [0.8.0-apiext4.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.4...@aws-amplify/graphql-index-transformer@0.8.0-apiext4.0) (2021-11-21)
|
7
7
|
|
8
8
|
|
9
9
|
### Features
|
10
10
|
|
11
|
-
* extensibility for Amplify API ([#8954](https://github.com/aws-amplify/amplify-cli/issues/8954)) ([
|
11
|
+
* extensibility for Amplify API ([#8954](https://github.com/aws-amplify/amplify-cli/issues/8954)) ([d8c732c](https://github.com/aws-amplify/amplify-cli/commit/d8c732c305d51066e19739c0ed315a05f8526f33))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
## [0.7.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.3...@aws-amplify/graphql-index-transformer@0.7.4) (2021-11-21)
|
18
|
+
|
19
|
+
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
12
20
|
|
13
21
|
|
14
22
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "0.8.0-
|
3
|
+
"version": "0.8.0-apiext4.0",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -27,9 +27,9 @@
|
|
27
27
|
"test": "jest"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@aws-amplify/graphql-model-transformer": "0.10.0-
|
31
|
-
"@aws-amplify/graphql-transformer-core": "0.14.0-
|
32
|
-
"@aws-amplify/graphql-transformer-interfaces": "1.12.
|
30
|
+
"@aws-amplify/graphql-model-transformer": "0.10.0-apiext4.0",
|
31
|
+
"@aws-amplify/graphql-transformer-core": "0.14.0-apiext4.0",
|
32
|
+
"@aws-amplify/graphql-transformer-interfaces": "1.12.3",
|
33
33
|
"@aws-cdk/aws-appsync": "~1.124.0",
|
34
34
|
"@aws-cdk/aws-dynamodb": "~1.124.0",
|
35
35
|
"@aws-cdk/core": "~1.124.0",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
],
|
56
56
|
"collectCoverage": true
|
57
57
|
},
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "c9bd900b5ce025f0782393db31fddca89386e455"
|
59
59
|
}
|