blockintel-gate-sdk 0.3.2 → 0.3.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blockintel-gate-sdk",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Production-grade TypeScript/Node.js SDK for BlockIntel Gate Hot Path",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -63,7 +63,9 @@
63
63
  "uuid": "^10.0.0"
64
64
  },
65
65
  "devDependencies": {
66
+ "@aws-sdk/client-iam": "^3.975.0",
66
67
  "@aws-sdk/client-kms": "^3.0.0",
68
+ "@aws-sdk/client-sts": "^3.975.0",
67
69
  "@types/node": "^20.10.0",
68
70
  "@types/uuid": "^9.0.7",
69
71
  "@vitest/coverage-v8": "^1.1.0",
@@ -74,13 +76,23 @@
74
76
  "vitest": "^1.1.0"
75
77
  },
76
78
  "peerDependencies": {
77
- "typescript": ">=5.0.0",
78
- "@aws-sdk/client-kms": "^3.0.0"
79
+ "@aws-sdk/client-iam": "^3.0.0",
80
+ "@aws-sdk/client-kms": "^3.0.0",
81
+ "@aws-sdk/client-sts": "^3.0.0",
82
+ "typescript": ">=5.0.0"
79
83
  },
80
84
  "peerDependenciesMeta": {
81
85
  "@aws-sdk/client-kms": {
82
86
  "optional": true,
83
87
  "description": "Required for KMS wrapper functionality (wrapKmsClient)"
88
+ },
89
+ "@aws-sdk/client-iam": {
90
+ "optional": true,
91
+ "description": "Optional: Used for IAM permission risk checking"
92
+ },
93
+ "@aws-sdk/client-sts": {
94
+ "optional": true,
95
+ "description": "Optional: Used for IAM permission risk checking"
84
96
  }
85
97
  },
86
98
  "publishConfig": {