Skip to content

Commit

Permalink
fix: remove export of versions package on fuels (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio committed Dec 9, 2022
1 parent cb30433 commit 790209d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-worms-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels": patch
---

fix: remove export versions CLI on fuels package
1 change: 0 additions & 1 deletion packages/fuels/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ describe('index.js', () => {
expect(fuels.Provider);
expect(fuels.Wallet);
expect(fuels.TransactionType);
expect(fuels.versions);
});
});
1 change: 0 additions & 1 deletion packages/fuels/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ export * from '@fuel-ts/predicate';
export * from '@fuel-ts/providers';
export * from '@fuel-ts/signer';
export * from '@fuel-ts/transactions';
export * from '@fuel-ts/versions';
export * from '@fuel-ts/wallet';
export { ScriptResultDecoderError } from '@fuel-ts/script';

0 comments on commit 790209d

Please sign in to comment.