Skip to content

Commit 03fe3e9

Browse files
fix: bump athena-client utils dep to 1.96.3 (#1379)
## Summary - Bumps `@adobe/spacecat-shared-utils` dependency in athena-client from `1.82.1` to `1.96.3` - v1.96.3 includes the temporal condition month/week wrap-around fix (from #1376) with the aggregation granularity revert (from #1378) ## Context Part of the PTR temporal series bugfix. The athena-client consumes shared-utils via npm (not workspace link), so this explicit bump is needed before downstream consumers (spacecat-api-service) can pick up the fix. ## Test plan - [x] All 180 athena-client tests pass with 100% coverage - [x] No code changes — dependency version bump only 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ae0f48f commit 03fe3e9

File tree

2 files changed

+23
-27
lines changed

2 files changed

+23
-27
lines changed

package-lock.json

Lines changed: 22 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/spacecat-shared-athena-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"access": "public"
3636
},
3737
"dependencies": {
38-
"@adobe/spacecat-shared-utils": "1.82.1",
38+
"@adobe/spacecat-shared-utils": "1.96.3",
3939
"@aws-sdk/client-athena": "3.940.0"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)