@hawksightco/hawk-sdk 1.3.94 → 1.3.95

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.
@@ -2369,7 +2369,7 @@ class ClosePositionIfEmptyAutomation extends HawksightMeteoraAutomationCpi {
2369
2369
  .accounts({
2370
2370
  farm,
2371
2371
  userPda,
2372
- authority: hawksightAuthority,
2372
+ authority,
2373
2373
  iyfProgram,
2374
2374
  iyfExtensionProgram: addresses_1.IYF_EXTENSION,
2375
2375
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.94",
3
+ "version": "1.3.95",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",