Releases: kadena-community/kadena.js
Releases · kadena-community/kadena.js
@kadena/pactjs-generator@1.4.0
@kadena/pactjs-cli@1.4.0
@kadena/client@1.4.0
Minor Changes
-
f6ff574: Add feature to allow signing with keypair:
const signWithKeystore = createSignWithKeypair([keyPair, keyPair2]); const [signedTx1, signedTx2] = await signWithKeystore([tx1, tx2]); const signedTx3 = await signWithKeystore(tx3);
@kadena/pactjs-generator@1.3.0
Patch Changes
- f148002: Accept power "^" as a valid operator
@kadena/pactjs-cli@1.3.0
@kadena/client@1.3.0
@kadena/chainwebjs@0.0.6
Patch Changes
- 1723073: Update to typescript 5
This log was last generated on Fri, 03 Mar 2023 11:24:59 GMT and should not be
manually modified.
@kadena-dev/eslint-config@1.0.0
Major Changes
-
242b568: Separate linting (ESLint) and formatting (Prettier)
Adds
eslint-config-prettier
and removeseslint-plugin-prettier
. The
formatting that Prettier did is removed (also in--fix
runs). Apply
formatting separately using Prettier (--write
or--check
).
Minor Changes
- a3f144f: Implements the ESLint rule consistent-type-imports into our codebase
and updates the currently existing imports/exports.
Patch Changes
This log was last generated on Fri, 04 Aug 2023 16:10:02 GMT and should not be
manually modified.
Release @kadena/cryptography-utils 0.0.2
Release of version 0.0.2 on https://www.npmjs.com/package/@kadena/cryptography-utils
Change Log - @kadena/cryptography-utils
This log was last generated on Fri, 15 Jul 2022 14:16:50 GMT
0.0.2
Fri, 15 Jul 2022 14:16:50 GMT
Initial release