@aws-amplify/graphql-index-transformer 0.14.10-alpha.34 → 0.14.10

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 +6 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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.10](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.9...@aws-amplify/graphql-index-transformer@0.14.10) (2023-02-27)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **test:** update cli dependencies to use the cli rc packages ([#1294](https://github.com/aws-amplify/amplify-category-api/issues/1294)) ([7b13884](https://github.com/aws-amplify/amplify-category-api/commit/7b138841bf2c26fa16465ef263af0de7ce5a4122))
11
+
6
12
  ## [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
13
 
8
14
  **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-index-transformer",
3
- "version": "0.14.10-alpha.34+7b138841b",
3
+ "version": "0.14.10",
4
4
  "description": "Amplify GraphQL index and key transformers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,21 +28,21 @@
28
28
  "extract-api": "ts-node ../../scripts/extract-api.ts"
29
29
  },
30
30
  "dependencies": {
31
- "@aws-amplify/graphql-model-transformer": "0.16.9-alpha.34+7b138841b",
32
- "@aws-amplify/graphql-transformer-core": "0.18.5-alpha.34+7b138841b",
33
- "@aws-amplify/graphql-transformer-interfaces": "1.14.13-alpha.46+7b138841b",
31
+ "@aws-amplify/graphql-model-transformer": "0.16.9",
32
+ "@aws-amplify/graphql-transformer-core": "0.18.5",
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",
36
36
  "@aws-cdk/core": "~1.172.0",
37
37
  "graphql": "^15.5.0",
38
- "graphql-mapping-template": "4.20.8-alpha.63+7b138841b",
39
- "graphql-transformer-common": "4.24.5-alpha.46+7b138841b"
38
+ "graphql-mapping-template": "4.20.7",
39
+ "graphql-transformer-common": "4.24.4"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@aws-cdk/assert": "~1.172.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "amplify-cli-core": "3.7.0-rc.b80571744.0"
45
+ "amplify-cli-core": "^3.7.0"
46
46
  },
47
47
  "jest": {
48
48
  "transform": {
@@ -59,5 +59,5 @@
59
59
  ],
60
60
  "collectCoverage": true
61
61
  },
62
- "gitHead": "7b138841bf2c26fa16465ef263af0de7ce5a4122"
62
+ "gitHead": "01b0d615abf84a1c75687dc017499ab6b8b44e78"
63
63
  }