@aws-amplify/graphql-model-transformer 2.11.3 → 2.11.4

Sign up to get free protection for your applications and to get access to all the features.
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
+ ## [2.11.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@2.11.3...@aws-amplify/graphql-model-transformer@2.11.4) (2024-08-12)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-model-transformer
9
+
6
10
  ## [2.11.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@2.11.2...@aws-amplify/graphql-model-transformer@2.11.3) (2024-07-25)
7
11
 
8
12
  ### Bug Fixes
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-model-transformer",
3
- "version": "2.11.3",
3
+ "version": "2.11.4",
4
4
  "description": "Amplify graphql @model transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@aws-amplify/graphql-transformer-test-utils": "0.5.6",
48
- "@aws-sdk/client-dynamodb": "^3.431.0",
49
- "@aws-sdk/client-lambda": "^3.431.0",
50
- "@aws-sdk/client-sfn": "^3.431.0",
48
+ "@aws-sdk/client-dynamodb": "^3.624.0",
49
+ "@aws-sdk/client-lambda": "^3.624.0",
50
+ "@aws-sdk/client-sfn": "^3.624.0",
51
51
  "@types/aws-lambda": "8.10.119",
52
52
  "@types/node": "^12.12.6"
53
53
  },
@@ -89,5 +89,5 @@
89
89
  ".d.ts"
90
90
  ]
91
91
  },
92
- "gitHead": "2e75a79816da2f5c928bdaa900f9385b96fd5581"
92
+ "gitHead": "bfb8b859a0daa8dc89cf5994d254af10a5c2e1d2"
93
93
  }