@arcium-hq/client 0.10.4 → 0.11.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.
package/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  ## Requirements
21
21
 
22
22
  - Node.js `>=20.18.0`
23
- - `@anchor-lang/core` `1.0.2`
23
+ - `@anchor-lang/core` `^1.0.2`
24
24
 
25
25
  ## Installation
26
26
 
@@ -33,7 +33,6 @@ npm install @arcium-hq/client @anchor-lang/core
33
33
  ```ts
34
34
  import * as anchor from "@anchor-lang/core";
35
35
  import {
36
- awaitComputationFinalization,
37
36
  getArciumEnv,
38
37
  getCompDefAccOffset,
39
38
  getComputationAccAddress,