Skip to content

Commit

Permalink
Merge pull request #1667 from aeternity/hotfix/update-calldata
Browse files Browse the repository at this point in the history
Release 12.1.3: update @aeternity/aepp-calldata to 1.3.0
  • Loading branch information
davidyuk authored Aug 24, 2022
2 parents 4e9c424 + 95fc962 commit a4df699
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [12.1.3](https://github.com/aeternity/aepp-sdk-js/compare/v12.1.2...v12.1.3) (2022-08-24)


### Bug Fixes

* **deps:** update calldata to 1.3.0 ([3eacc29](https://github.com/aeternity/aepp-sdk-js/commit/3eacc29da4e2191dbf449ed4847fca508c342102))

### [12.1.2](https://github.com/aeternity/aepp-sdk-js/compare/v12.1.1...v12.1.2) (2022-08-09)


Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeternity/aepp-sdk",
"version": "12.1.2",
"version": "12.1.3",
"description": "SDK for the æternity blockchain",
"main": "dist/aepp-sdk.js",
"types": "es/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"SDK"
],
"dependencies": {
"@aeternity/aepp-calldata": "^1.2.0",
"@aeternity/aepp-calldata": "^1.3.0",
"@aeternity/argon2-browser": "^0.1.2",
"@aeternity/uuid": "^0.0.1",
"@azure/core-client": "1.6.0",
Expand Down
1 change: 0 additions & 1 deletion src/contract/aci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
// @ts-expect-error TODO remove
import { Encoder as Calldata } from '@aeternity/aepp-calldata';
import { DRY_RUN_ACCOUNT, AMOUNT } from '../tx/builder/schema';
import { Tag, AensName } from '../tx/builder/constants';
Expand Down

0 comments on commit a4df699

Please sign in to comment.