graphql-request-appsync-iam 4.0.0 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +9 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [5.0.1](https://github.com/stevecaldwell77/graphql-request-appsync-iam-js/compare/v5.0.0...v5.0.1) (2026-02-10)
6
+
7
+ - Fix published package
8
+
9
+ ## [5.0.0](https://github.com/stevecaldwell77/graphql-request-appsync-iam-js/compare/v4.0.0...v5.0.0) (2026-02-06)
10
+
11
+ ### BREAKING CHANGES
12
+
13
+ - Upgraded @scaldwell77/aws-signed-fetch to v5, which updates all @smithy/ peer dependencies to their latest major versions (~4.12.0).
14
+
5
15
  ## [4.0.0](https://github.com/stevecaldwell77/graphql-request-appsync-iam-js/compare/v3.0.0...v4.0.0) (2025-04-28)
6
16
 
7
17
  ### BREAKING CHANGES
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "graphql-request-appsync-iam",
3
3
  "description": "Extension of graphql-request that can be used to make calls to an AppSync API using IAM authorization.",
4
- "version": "4.0.0",
4
+ "version": "5.0.1",
5
5
  "ava": {
6
6
  "typescript": {
7
7
  "rewritePaths": {
@@ -11,13 +11,19 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@scaldwell77/aws-signed-fetch": "^4.0.0",
14
+ "@scaldwell77/aws-signed-fetch": "^5.0.0",
15
15
  "graphql-request": "^6.1.0",
16
16
  "lodash-es": "^4.17.21"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@ava/typescript": "^4.1.0",
20
- "@aws-sdk/types": "^3.535.0",
20
+ "@aws-crypto/sha256-js": "^5.2.0",
21
+ "@aws-sdk/credential-provider-node": "^3.972.2",
22
+ "@aws-sdk/types": "^3.973.0",
23
+ "@smithy/config-resolver": "^4.4.6",
24
+ "@smithy/node-config-provider": "^4.3.8",
25
+ "@smithy/protocol-http": "^5.3.8",
26
+ "@smithy/signature-v4": "^5.3.8",
21
27
  "@types/lodash-es": "^4.17.12",
22
28
  "@types/node": "^20.11.30",
23
29
  "ava": "^6.1.2",