Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @aptos-labs/ts-sdk from 1.11.0 to 1.19.0 #82

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps @aptos-labs/ts-sdk from 1.11.0 to 1.19.0.

Changelog

Sourced from @​aptos-labs/ts-sdk's changelog.

1.19.0 (2024-06-11)

  • Add getFungibleAssetMetadataByCreatorAddress API function to fetch fungible asset metadata by the creator address
  • [Fix] Allow for empty array in MoveVector.U8
  • [Fix] Correctly type MoveOption when empty for some cases
  • [Fix] Add better error handling for empty string "" when used for a u8-u32 argument input type
  • [Fix] Always fetch latest git dependency when running move cli.

1.18.1 (2024-06-05)

  • [Fix] Keyless transaction simulation now reports gas correctly
  • [Fix] Fix cli move commands when multiple namedAddresses are given

1.18.0 (2024-06-03)

  • Adds Keyless Account support
  • Add supply_v2 and maximum_v2 scheme fields to getFungibleAssetMetadata query

1.17.0 (2024-05-30)

  • TypeTag parsing now support references, uppercase types, and more complete error handling
  • Allow simple string inputs as type arguments in move scripts
  • [Fix] Block APIs will now pull all associated transactions in the block, not just the first 100

1.16.0 (2024-05-22)

  • Upgrade @aptos-labs/aptos-cli package to version 0.1.8
  • [Fix] CLI scripts to be OS compatible with Mac, Linux and Windows
  • [Fix] Support generating transactions with loose types for SDK V1 backward compatibility

1.15.0 (2024-05-21)

  • [Breaking] Removes private key from the Account class to support MultiKey accounts.
  • [Breaking] Removes the sign function from transactionBuilder.ts. Use Account.signTransactionWithAuthenticator instead.
  • Refactors the core/accounts folder to the top level
  • Separates the signing message functionality out of the transactionSubmission.ts file
  • Adds an Account implementation for MultiKey accounts
  • Upgrade @aptos-labs/aptos-cli package to version 0.1.7
  • Introduce table function APIs
  • Add getTableItemsData and getTableItemsMetadata API queries
  • Add decimal prop back to current_token_ownerships_v2.current_token_data response

1.14.0 (2024-05-09)

  • [Fix] fixed trasnferFungibleAsset function
  • Run all examples in CI
  • Introcude cli Move class that holds move related commands
  • Add common cli commands - move.init(), move.compile(), move.test(), move.publish()
  • [Fix] Fix generateSigningMessage to check type explicitly instead of using intanceOf
  • Remove randomnet from the known Network enum

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@aptos-labs/ts-sdk](https://github.com/aptos-labs/aptos-ts-sdk) from 1.11.0 to 1.19.0.
- [Changelog](https://github.com/aptos-labs/aptos-ts-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aptos-labs/aptos-ts-sdk/commits)

---
updated-dependencies:
- dependency-name: "@aptos-labs/ts-sdk"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2024

Superseded by #86.

@dependabot dependabot bot closed this Jun 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aptos-labs/ts-sdk-1.19.0 branch June 24, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants