@aws-amplify/graphql-index-transformer 0.14.6-circular-dep-fix.0 → 0.14.6-circular-dep-fix.1

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 +4 -0
  2. package/package.json +5 -5
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.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.6-circular-dep-fix.0...@aws-amplify/graphql-index-transformer@0.14.6-circular-dep-fix.1) (2022-12-16)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-index-transformer
9
+
6
10
  ## [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
11
 
8
12
  **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.6-circular-dep-fix.0",
3
+ "version": "0.14.6-circular-dep-fix.1",
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.5-circular-dep-fix.0",
32
- "@aws-amplify/graphql-transformer-core": "0.18.1-circular-dep-fix.0",
31
+ "@aws-amplify/graphql-model-transformer": "0.16.5-circular-dep-fix.1",
32
+ "@aws-amplify/graphql-transformer-core": "0.18.1-circular-dep-fix.1",
33
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",
@@ -42,7 +42,7 @@
42
42
  "@aws-cdk/assert": "~1.172.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "amplify-cli-core": "^3.0.0"
45
+ "amplify-cli-core": "^3.4.0"
46
46
  },
47
47
  "jest": {
48
48
  "transform": {
@@ -59,5 +59,5 @@
59
59
  ],
60
60
  "collectCoverage": true
61
61
  },
62
- "gitHead": "0d883702780b9c8abe252117ca786d41b1de3b93"
62
+ "gitHead": "330a19a5ef02935bd3a5ee81fdb2d9f4c9d5b53e"
63
63
  }