Skip to content

Commit

Permalink
docs: updated @fuels/connectors to v0.2.2 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 authored May 2, 2024
1 parent 8e72833 commit 1e3b4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/docs/intro-to-sway/typescript-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ action={{
/>

```sh
npm install [email protected] @fuels/[email protected] @fuels/connectors@0.1.1 @tanstack/[email protected]
npm install [email protected] @fuels/[email protected] @fuels/connectors@0.2.2 @tanstack/[email protected]
```

## Generate contract types
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/docs/quickstart/building-a-frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ action={{
<ConditionalContent versionSet={props.versionSet} showForVersions={['default', 'nightly']}>

```sh
npm install [email protected] @fuels/[email protected] @fuels/connectors@0.1.1 @tanstack/[email protected]
npm install [email protected] @fuels/[email protected] @fuels/connectors@0.2.2 @tanstack/[email protected]
```

</ConditionalContent>
Expand Down

0 comments on commit 1e3b4c6

Please sign in to comment.