From 844849d4720ba0f55b85d0d50f6f635560da348d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Powaga?= Date: Fri, 1 Nov 2019 21:43:53 +0000 Subject: [PATCH] Release/6.0.2 (#741) (#742) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update @aeternity/aepp-sdk in group default to the latest version πŸš€ (#702) * fix(package): update @aeternity/aepp-sdk to version 5.0.0 * fix(package): update @aeternity/aepp-sdk to version 5.0.0 * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/yarn.lock * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/yarn.lock * Realign 5.0.0 (#701) * chrome(Release): Bump version 5.0.0. Regenerate docs * chrome(Release): Prepare CHANGELOG. Regenerate lock file * Update README.md (#704) fix typo * Feat(AENS): auction name fee calculation (#706) * chrome(Release): Bump version 5.0.0. Regenerate docs * chrome(Release): Prepare CHANGELOG. Regenerate lock file * feat(AENS): Add auction name fee helpers and schema * feat(AENS): Add nameFee calculation and validation to name `claim` function * feat(AENS): Fix name length * feat(AENS): Add `bid` function. Add test for name auction * feat(AENS): Clear logs * refactor(AENS): refactor claim (#709) * chrome(Release): Bump version 5.0.0. Regenerate docs * chrome(Release): Prepare CHANGELOG. Regenerate lock file * refactor(constants): Move const to shema. Improve isAddressValid. * refactor(constants): Move const to shema. Improve isAddressValid. * refactor(AENS): Remove `prelimaCommitmentId`. Add function for generating `nameId` * refactor(AE): Generate nameId in spend by name function instead of calling node * Fix(Example): FIx example app (#712) * chrome(Release): Bump version 5.0.0. Regenerate docs * chrome(Release): Prepare CHANGELOG. Regenerate lock file * fix(examples): Fix contract in example AEPP * fix(examples): Add compilerVersion to AEPP example app * fix(Compiler): Add cross compiler compatibility for old compiler * fix(Compiler): Revert cross compiler options check * chore(Jenkins): Force * fix(AENS): Change tld for Lima from `aet` to `chain` (#714) * fix(AENS): Change tld for Lima from `aet` to `chain` Point docker to the rc-5 node and 4.0.0 compiler Move `classify` method from AENS to transaction builder helpers * fix(AENS): Fix claim command with new tld * feat(SPEND): Add additional validation for recipient (#715) * feat(state channels): make state channels compatible with node v5.0.0… (#688) * feat(Lima): Create Lima branch * feat(Compiler): Compiler 4.0.0 compatibility (#632) * feat(newCompiler): Increase compiler version. Add `backend` option to compiler API * fix(TX): Add fate vm version * feat(Contract): Make Contract works with node 5.0.0 rc1 (lima hard-fork) and compiler 4.0.0 rc2 * chore(test): Debug channel test * fix(channel): fix contract in channel test * chore(test): Remove logs * feat(ACI): Add `payable` to contract call * feat(ACI): Add test for payable * fix(Linter): Fix linter error * feat(Compiler): Point to compiler 3.2.0. Improve `payble` to support old compiler * feat(Compiler): disable payable test * feat(Lima): Point compiler to 4.0.0. Enable tests for `payable` * feat(Lima): Make contact for channel test payable * chore(test): Enable tests * feat(Contract/ACI): Add ability to use contract with external deps(`include "someLib"`) (#653) * docs(Contract): Adjust contract docs (#658) * Release 4.7.0-next.1 (#660) * chore(release): Generate CHANGELOG. Bump version * chore(test): Test backward compatibility * chore(test): revert * feat(SCHEMA): Add fate constants * chore(release): bump version to 5.0.0-next.1 * feat(Lima): add check for compiler <-> consensus protocol version check * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM) (#680) * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM) * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM) * feat(Contract): Add fate tests * feat(Contract): enable all tests * feat(Node): Add check in dry-run endpoint(node cross compatibility) * feat(Contract): enable all tests * feat(Contract): enable all tests * feat(Contract): fix docker file run command * feat(Swagger): Resolve refs * feat(tests): Skip Channel and AENS * feat(Node): Change compatibility range from 4.x.x to 5.x.x * feat(Node): Change compatibility range from 4.x.x to 6.0.0 * fix(Oracle): fix abi field resolving * chrome(build): Regenerate lock * feat(state channels): make state channels compatible with node v5.0.0-rc.2 * feat(Compiler): make FATE by default (#693) * feat(Contract): Use FATE by default * Fix lint error * feat(AENS): Lima compatibility (#687) * Aens lima compatibility * Make aens cross compatible with pre-lima releases * Remove .only * Fix native build of claim tx test * feat(GA): Make GA compatible with Lima. Add cross compiler compatibility * fix(Test): Fix test for cross compatibility. Add test for AEVM * fix(AE): Add pointers verification for spend by name. Improve AENS cross node tests * build(Node): Point node to 5.0.0-rc3 * Change node version to v5.0.0-rc.3 * Fix test * Fix channel contracts tests * Update @aeternity/aepp-sdk in group default to the latest version πŸš€ (#720) * fix(package): update @aeternity/aepp-sdk to version 6.0.0 * fix(package): update @aeternity/aepp-sdk to version 6.0.0 * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/yarn.lock * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/yarn.lock * Realign 6.0.0 (#719) * chrome(Release): Bump version 5.0.0. Regenerate docs * chrome(Release): Prepare CHANGELOG. Regenerate lock file * Release 6.0.0 (#716) * Update @aeternity/aepp-sdk in group default to the latest version πŸš€ (#702) * fix(package): update @aeternity/aepp-sdk to version 5.0.0 * fix(package): update @aeternity/aepp-sdk to version 5.0.0 * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/identity/yarn.lock * chore(package): update lockfile examples/browser/vuejs/connect-two-ae/aepp/yarn.lock * Realign 5.0.0 (#701) * chrome(Release): Bump version 5.0.0. Regenerate docs * chrome(Release): Prepare CHANGELOG. Regenerate lock file * Update README.md (#704) fix typo * Feat(AENS): auction name fee calculation (#706) * chrome(Release): Bump version 5.0.0. Regenerate docs * chrome(Release): Prepare CHANGELOG. Regenerate lock file * feat(AENS): Add auction name fee helpers and schema * feat(AENS): Add nameFee calculation and validation to name `claim` function * feat(AENS): Fix name length * feat(AENS): Add `bid` function. Add test for name auction * feat(AENS): Clear logs * refactor(AENS): refactor claim (#709) * chrome(Release): Bump version 5.0.0. Regenerate docs * chrome(Release): Prepare CHANGELOG. Regenerate lock file * refactor(constants): Move const to shema. Improve isAddressValid. * refactor(constants): Move const to shema. Improve isAddressValid. * refactor(AENS): Remove `prelimaCommitmentId`. Add function for generating `nameId` * refactor(AE): Generate nameId in spend by name function instead of calling node * Fix(Example): FIx example app (#712) * chrome(Release): Bump version 5.0.0. Regenerate docs * chrome(Release): Prepare CHANGELOG. Regenerate lock file * fix(examples): Fix contract in example AEPP * fix(examples): Add compilerVersion to AEPP example app * fix(Compiler): Add cross compiler compatibility for old compiler * fix(Compiler): Revert cross compiler options check * chore(Jenkins): Force * fix(AENS): Change tld for Lima from `aet` to `chain` (#714) * fix(AENS): Change tld for Lima from `aet` to `chain` Point docker to the rc-5 node and 4.0.0 compiler Move `classify` method from AENS to transaction builder helpers * fix(AENS): Fix claim command with new tld * feat(SPEND): Add additional validation for recipient (#715) * feat(state channels): make state channels compatible with node v5.0.0… (#688) * feat(Lima): Create Lima branch * feat(Compiler): Compiler 4.0.0 compatibility (#632) * feat(newCompiler): Increase compiler version. Add `backend` option to compiler API * fix(TX): Add fate vm version * feat(Contract): Make Contract works with node 5.0.0 rc1 (lima hard-fork) and compiler 4.0.0 rc2 * chore(test): Debug channel test * fix(channel): fix contract in channel test * chore(test): Remove logs * feat(ACI): Add `payable` to contract call * feat(ACI): Add test for payable * fix(Linter): Fix linter error * feat(Compiler): Point to compiler 3.2.0. Improve `payble` to support old compiler * feat(Compiler): disable payable test * feat(Lima): Point compiler to 4.0.0. Enable tests for `payable` * feat(Lima): Make contact for channel test payable * chore(test): Enable tests * feat(Contract/ACI): Add ability to use contract with external deps(`include "someLib"`) (#653) * docs(Contract): Adjust contract docs (#658) * Release 4.7.0-next.1 (#660) * chore(release): Generate CHANGELOG. Bump version * chore(test): Test backward compatibility * chore(test): revert * feat(SCHEMA): Add fate constants * chore(release): bump version to 5.0.0-next.1 * feat(Lima): add check for compiler <-> consensus protocol version check * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM) (#680) * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM) * feat(Lima): add check for abi/vm <-> backend(FATE/AEVM) * feat(Contract): Add fate tests * feat(Contract): enable all tests * feat(Node): Add check in dry-run endpoint(node cross compatibility) * feat(Contract): enable all tests * feat(Contract): enable all tests * feat(Contract): fix docker file run command * feat(Swagger): Resolve refs * feat(tests): Skip Channel and AENS * feat(Node): Change compatibility range from 4.x.x to 5.x.x * feat(Node): Change compatibility range from 4.x.x to 6.0.0 * fix(Oracle): fix abi field resolving * chrome(build): Regenerate lock * feat(state channels): make state channels compatible with node v5.0.0-rc.2 * feat(Compiler): make FATE by default (#693) * feat(Contract): Use FATE by default * Fix lint error * feat(AENS): Lima compatibility (#687) * Aens lima compatibility * Make aens cross compatible with pre-lima releases * Remove .only * Fix native build of claim tx test * feat(GA): Make GA compatible with Lima. Add cross compiler compatibility * fix(Test): Fix test for cross compatibility. Add test for AEVM * fix(AE): Add pointers verification for spend by name. Improve AENS cross node tests * build(Node): Point node to 5.0.0-rc3 * Change node version to v5.0.0-rc.3 * Fix test * Fix channel contracts tests * chore(release): Bump version to 6.0.0 * chore(release): Adjust CHANGELOG. Regenerate lock file. Regenerate docs * chore(release): Force Jenkins * chore(Test): Adjust timeout for pollQuery test * chrome(test): enable State chanel tests * chrome(test): fix oracle pollQuery * Update libsodium-wrappers-sumo to the latest version πŸš€ (#721) * fix(package): update libsodium-wrappers-sumo to version 0.7.6 * chore(package): update lockfile package-lock.json * Keystore: Make usable in nodejs@10 and below (#726) * keystore: Fix name in example * Add missed Keystore module export * keystore: Add example for versions of nodejs that don't supports esm * fix(aens): added lower case transformation for aens names (#730) * fix(aens): added lower case transformation for aens names commitment Id has been generated incorrectly because names have not been transformed to a lower case * fix(aens): removed unnecessary lower case transformation during the name encoding process * fix(aens): disable test for spend by name #728 * fix(aens): fixed namespace for claim transactions #728 * removed empty lines * style(changelog): added whitespaces to separate changelog sections * name claim: Revert ignoring waitMined from user passed options (#727) Reverts changes in https://github.com/aeternity/aepp-sdk-js/commit/885090073e93616809aec89046b859ec511715c6#diff-bd3d95ffcb66b185645d812b7d5ba656L179-R176 * Bump version to 6.0.2 * Regenerate lock file. Regenerate docs --- CHANGELOG.md | 9 +++++++++ docs/api/ae.md | 1 - docs/api/ae/aens.md | 19 ------------------- docs/api/ae/oracle.md | 31 +------------------------------ docs/api/chain.md | 20 +++----------------- docs/api/contract.md | 19 ++----------------- docs/api/contract/ga.md | 27 --------------------------- package-lock.json | 4 ++-- package.json | 2 +- 9 files changed, 18 insertions(+), 114 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3189dad14..193373dcd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.0.2](https://github.com/aeternity/aepp-sdk-js/compare/6.0.1...6.0.2) (2019-10-31) + + +### Bug Fixes + +* **name claim:** Revert ignoring waitMined from user passed options (#727) + + + ## [6.0.1](https://github.com/aeternity/aepp-sdk-js/compare/6.0.0...6.0.1) (2019-10-29) diff --git a/docs/api/ae.md b/docs/api/ae.md index 691907d43f..b2b92c1faf 100644 --- a/docs/api/ae.md +++ b/docs/api/ae.md @@ -13,7 +13,6 @@ import Ae from '@aeternity/aepp-sdk/es/ae' * _instance_ * [.destroyInstance()](#module_@aeternity/aepp-sdk/es/ae--Ae+destroyInstance) β‡’ `void` * _async_ - * [.send(tx, [options])](#module_@aeternity/aepp-sdk/es/ae--Ae+send) β‡’ `String` \| `String` * [.spend(amount, recipientId, options)](#module_@aeternity/aepp-sdk/es/ae--Ae+spend) β‡’ `String` \| `String` * [.transferFunds(percentage, recipientId, options)](#module_@aeternity/aepp-sdk/es/ae--Ae+transferFunds) β‡’ `String` \| `String` * _inner_ diff --git a/docs/api/ae/aens.md b/docs/api/ae/aens.md index 3e4d65f561..e48608bc66 100644 --- a/docs/api/ae/aens.md +++ b/docs/api/ae/aens.md @@ -14,8 +14,6 @@ import Aens from '@aeternity/aepp-sdk/es/ae/aens' * [@aeternity/aepp-sdk/es/ae/aens](#module_@aeternity/aepp-sdk/es/ae/aens) * [Aens([options])](#exp_module_@aeternity/aepp-sdk/es/ae/aens--Aens) β‡’ `Object` ⏏ - * _global_ - * [exports.isNameValid(name, [throwError])](#exp_module_@aeternity/aepp-sdk/es/ae/aens--exports.isNameValid) β‡’ ⏏ * _instance_ * _async_ * [.update(nameId, target, options)](#exp_module_@aeternity/aepp-sdk/es/ae/aens--update) β‡’ `Object` ⏏ @@ -41,23 +39,6 @@ Aens provides name-system related methods atop | --- | --- | --- | --- | | [options] | `Object` | {} | Initializer object | - - -### exports.isNameValid(name, [throwError]) β‡’ ⏏ -Is name valid - -**Kind**: global method of [`@aeternity/aepp-sdk/es/ae/aens`](#module_@aeternity/aepp-sdk/es/ae/aens) -**Returns**: Boolean -**Throws**: - -- Error - - -| Param | Type | Default | Description | -| --- | --- | --- | --- | -| name | `string` | | | -| [throwError] | `boolean` | true | Throw error on invalid | - ### .update(nameId, target, options) β‡’ `Object` ⏏ diff --git a/docs/api/ae/oracle.md b/docs/api/ae/oracle.md index 7eed453316..c8e45a528f 100644 --- a/docs/api/ae/oracle.md +++ b/docs/api/ae/oracle.md @@ -16,8 +16,7 @@ import Oracle from '@aeternity/aepp-sdk/es/ae/oracle' * [Oracle([options])](#exp_module_@aeternity/aepp-sdk/es/ae/oracle--Oracle) β‡’ `Object` ⏏ * _instance_ * _async_ - * [.getOracleObject(oracleId)](#exp_module_@aeternity/aepp-sdk/es/ae/oracle--getOracleObject) β‡’ `Promise.<Object>` ⏏ - * [.exports.pollForQueries(oracleId, onQuery, [options])](#exp_module_@aeternity/aepp-sdk/es/ae/oracle--exports.pollForQueries) β‡’ `function` ⏏ + * [.pollForQueries(oracleId, onQuery, [options])](#exp_module_@aeternity/aepp-sdk/es/ae/oracle--pollForQueries) β‡’ `function` ⏏ * [.getQueryObject(oracleId, queryId)](#exp_module_@aeternity/aepp-sdk/es/ae/oracle--getQueryObject) β‡’ `Promise.<Object>` ⏏ * [.exports.pollForQueryResponse(oracleId, queryId, [options])](#exp_module_@aeternity/aepp-sdk/es/ae/oracle--exports.pollForQueryResponse) β‡’ `Promise.<Object>` ⏏ * [.registerOracle(queryFormat, responseFormat, [options])](#exp_module_@aeternity/aepp-sdk/es/ae/oracle--registerOracle) β‡’ `Promise.<Object>` ⏏ @@ -57,34 +56,6 @@ Poll for oracle queries | [options] | `Object` | Options object | | [options.interval] | `Object` | Poll interval(default: 5000) | -### .pollForQueries(oracleId, onQuery, [options]) β‡’ `function` ⏏ -Poll for oracle queries - -**Kind**: instance method of [`@aeternity/aepp-sdk/es/ae/oracle`](#module_@aeternity/aepp-sdk/es/ae/oracle) -**Returns**: `function` - stopPolling - Stop polling function -**Category**: async - -| Param | Type | Description | -| --- | --- | --- | -| oracleId | `String` | Oracle public key | -| onQuery | `function` | OnQuery callback | -| [options] | `Object` | Options object | -| [options.interval] | `Object` | Poll interval(default: 5000) | - -### .pollForQueries(oracleId, onQuery, [options]) β‡’ `function` ⏏ -Poll for oracle queries - -**Kind**: instance method of [`@aeternity/aepp-sdk/es/ae/oracle`](#module_@aeternity/aepp-sdk/es/ae/oracle) -**Returns**: `function` - stopPolling - Stop polling function -**Category**: async - -| Param | Type | Description | -| --- | --- | --- | -| oracleId | `String` | Oracle public key | -| onQuery | `function` | OnQuery callback | -| [options] | `Object` | Options object | -| [options.interval] | `Object` | Poll interval(default: 5000) | - ### .getQueryObject(oracleId, queryId) β‡’ `Promise.<Object>` ⏏ diff --git a/docs/api/chain.md b/docs/api/chain.md index 28ec9f6689..6f7aa6159e 100644 --- a/docs/api/chain.md +++ b/docs/api/chain.md @@ -30,26 +30,12 @@ import Chain from '@aeternity/aepp-sdk/es/chain' * _static_ * [.waitMined(bool)](#module_@aeternity/aepp-sdk/es/chain.waitMined) β‡’ `Stamp` -### Chain([options]) β‡’ `Object` ⏏ -Basic Chain Stamp + -Attempting to create instances from the Stamp without overwriting all -abstract methods using composition will result in an exception. - -**Kind**: Exported function -**Returns**: `Object` - Chain instance -**rtype**: `Stamp` - -| Param | Type | Default | Description | -| --- | --- | --- | --- | -| [options] | `Object` | {} | Initializer object | - - - -#### *chain.sendTransaction(tx, [options]) β‡’ `Object` \| `String`* +### *@aeternity/aepp-sdk/es/chain.sendTransaction(tx, [options]) β‡’ `Object` \| `String`* Submit a signed transaction for mining -**Kind**: instance abstract method of [`Chain`](#exp_module_@aeternity/aepp-sdk/es/chain--Chain) +**Kind**: instance abstract method of [`@aeternity/aepp-sdk/es/chain`](#module_@aeternity/aepp-sdk/es/chain) **Returns**: `Object` \| `String` - Transaction or transaction hash **Category**: async **rtype**: `(tx: String, options?: Object) => tx: Promise[Object]|txHash: Promise[String]` diff --git a/docs/api/contract.md b/docs/api/contract.md index 769294890b..283981ec3c 100644 --- a/docs/api/contract.md +++ b/docs/api/contract.md @@ -19,24 +19,9 @@ import ContractBase from '@aeternity/aepp-sdk/es/contract' * *[.setCompilerUrl(url)](#module_@aeternity/aepp-sdk/es/contract+setCompilerUrl) β‡’ `void`* * *[.getCompilerVersion()](#module_@aeternity/aepp-sdk/es/contract+getCompilerVersion) β‡’ `String`* -### ContractBase([options]) β‡’ `Object` ⏏ -Basic Contract Stamp + -This stamp include api call's related to contract functionality. -Attempting to create instances from the Stamp without overwriting all -abstract methods using composition will result in an exception. - -**Kind**: Exported function -**Returns**: `Object` - Contract instance -**rtype**: `Stamp` - -| Param | Type | Default | Description | -| --- | --- | --- | --- | -| [options] | `Object` | {} | Initializer object | - - - -#### *contractBase.contractGetACI(source, [options]) β‡’ `Object`* +### *@aeternity/aepp-sdk/es/contract.contractGetACI(source, [options]) β‡’ `Object`* Get contract ACI **Kind**: instance abstract method of [`@aeternity/aepp-sdk/es/contract`](#module_@aeternity/aepp-sdk/es/contract) diff --git a/docs/api/contract/ga.md b/docs/api/contract/ga.md index 74fae2afb3..b35a5c0d4f 100644 --- a/docs/api/contract/ga.md +++ b/docs/api/contract/ga.md @@ -13,36 +13,9 @@ import { GeneralizeAccount } from '@aeternity/aepp-sdk' (Using bundle) ``` * [@aeternity/aepp-sdk/es/contract/ga](#module_@aeternity/aepp-sdk/es/contract/ga) - * [exports.GeneralizeAccount([options])](#exp_module_@aeternity/aepp-sdk/es/contract/ga--exports.GeneralizeAccount) β‡’ `Object` ⏏ * [createGeneralizeAccount(authFnName, source, args, options)](#exp_module_@aeternity/aepp-sdk/es/contract/ga--createGeneralizeAccount) β‡’ `Promise.<Readonly.<{result: \*, owner: \*, createdAt: Date, address, rawTx: \*, transaction: \*}>>` ⏏ * [createMetaTx(rawTransaction, authData, authFnName, options)](#exp_module_@aeternity/aepp-sdk/es/contract/ga--createMetaTx) β‡’ `String` ⏏ - - -### exports.GeneralizeAccount([options]) β‡’ `Object` ⏏ -GeneralizeAccount Stamp - -Provide Generalize Account implementation -[@aeternity/aepp-sdk/es/contract/ga](#module_@aeternity/aepp-sdk/es/contract/ga) clients. - -**Kind**: Exported function -**Returns**: `Object` - GeneralizeAccount instance -**rtype**: `Stamp` - -| Param | Type | Default | Description | -| --- | --- | --- | --- | -| [options] | `Object` | {} | Initializer object | - -**Example** -```js -const authContract = `` -await client.createGeneralizeAccount(authFnName, authContract, [...authFnArguments] -// Make spend using GA -const callData = 'cb_...' // encoded call data for auth contract -await client.spend(10000, receiverPub, { authData: { callData } }) -// or -await client.spend(10000, receiverPub, { authData: { source: authContract, args: [...authContractArgs] } }) // sdk will prepare callData itself -``` ### createGeneralizeAccount(authFnName, source, args, options) β‡’ `Promise.<Readonly.<{result: \*, owner: \*, createdAt: Date, address, rawTx: \*, transaction: \*}>>` ⏏ diff --git a/package-lock.json b/package-lock.json index 2af0187fab..94f1d54c08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@aeternity/aepp-sdk", - "version": "6.0.1", + "version": "6.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -9943,7 +9943,7 @@ }, "strip-eof": { "version": "1.0.0", - "resolved": "http://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", "dev": true }, diff --git a/package.json b/package.json index d4bfc151d3..66ad0d6f3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aeternity/aepp-sdk", - "version": "6.0.1", + "version": "6.0.2", "description": "SDK for the Γ¦ternity blockchain", "main": "dist/aepp-sdk.js", "browser": "dist/aepp-sdk.browser.js",