-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,37 @@ | ||
# @internal/check-imports | ||
|
||
## 0.0.6 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [7fc8d24] | ||
- Updated dependencies [121eca3] | ||
- Updated dependencies [be1c43f] | ||
- Updated dependencies [7d74c8c] | ||
- Updated dependencies [6bef838] | ||
- Updated dependencies [b00fd02] | ||
- Updated dependencies [a059ea1] | ||
- Updated dependencies [90a1d0f] | ||
- Updated dependencies [4cbba82] | ||
- Updated dependencies [482bbf0] | ||
- @fuel-ts/account@0.94.4 | ||
- @fuel-ts/contract@0.94.4 | ||
- @fuel-ts/versions@0.94.4 | ||
- @fuel-ts/errors@0.94.4 | ||
- @fuel-ts/crypto@0.94.4 | ||
- [email protected] | ||
- @fuel-ts/program@0.94.4 | ||
- @fuel-ts/script@0.94.4 | ||
- @fuel-ts/abi-typegen@0.94.4 | ||
- @fuel-ts/utils@0.94.4 | ||
- @fuel-ts/abi-coder@0.94.4 | ||
- @fuel-ts/address@0.94.4 | ||
- @fuel-ts/math@0.94.4 | ||
- @fuel-ts/transactions@0.94.4 | ||
- @fuel-ts/hasher@0.94.4 | ||
- @fuel-ts/merkle@0.94.4 | ||
- @fuel-ts/interfaces@0.94.4 | ||
|
||
## 0.0.5 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,5 @@ | |
"@fuel-ts/account": "workspace:*", | ||
"fuels": "workspace:*" | ||
}, | ||
"version": "0.0.5" | ||
"version": "0.0.6" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/abi-coder", | ||
"version": "0.94.3", | ||
"version": "0.94.4", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/abi-typegen", | ||
"version": "0.94.3", | ||
"version": "0.94.4", | ||
"description": "Generates Typescript definitions from Sway ABI Json files", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"bin": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,33 @@ | ||
# Change Log | ||
|
||
## 0.94.4 | ||
|
||
### Patch Changes | ||
|
||
- 7fc8d24: feat: return deep clone on transaction request `from` method | ||
- 121eca3: feat: add block header to responses in block-related queries | ||
- be1c43f: chore: deprecate `BaseTransactionRequest.fundWithFakeUtxos` | ||
- 7d74c8c: fix: TX estimation when `InputMessage` contains data | ||
- 6bef838: feat: validate blob IDs against chain in chunk deploys | ||
- b00fd02: chore: upgrade `[email protected]` | ||
- a059ea1: feat: map 'not enough coins' error | ||
- 90a1d0f: feat: support basic auth | ||
- 4cbba82: feat: parse message response from `getMessageByNonce` | ||
- Updated dependencies [b00fd02] | ||
- Updated dependencies [a059ea1] | ||
- Updated dependencies [482bbf0] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
|
||
## 0.94.3 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/account", | ||
"version": "0.94.3", | ||
"version": "0.94.4", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/address", | ||
"version": "0.94.3", | ||
"version": "0.94.4", | ||
"description": "Utilities for encoding and decoding addresses", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/contract", | ||
"version": "0.94.3", | ||
"version": "0.94.4", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# create-fuels | ||
|
||
## 0.94.4 | ||
|
||
### Patch Changes | ||
|
||
- 96140a2: fix: faucet link in `create-fuels` navbar | ||
- b00fd02: chore: upgrade `[email protected]` | ||
- a0bb25f: feat: make vite the default `create-fuels` template | ||
- cc1aa12: build(deps): bump the deps-patch group with 9 updates | ||
|
||
## 0.94.3 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-fuels", | ||
"version": "0.94.3", | ||
"version": "0.94.4", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"bin": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/crypto", | ||
"version": "0.94.3", | ||
"version": "0.94.4", | ||
"description": "Utilities for encrypting and decrypting data", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.94.3", | ||
"version": "0.94.4", | ||
"description": "Error class and error codes that the fuels-ts library throws", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|