Skip to content

Commit 8b9cfff

Browse files
Volodymyr-KuchinskyiVladimir Kuchinskiy
andauthored
Rc 1.1.0 (#14)
* Added export of parseBytesWithRemainder and parseCLValueFromBytesWithRemainder functions * Bump to 1.1.0 --------- Co-authored-by: Vladimir Kuchinskiy <volodymyr.k@upland.me>
1 parent f81b850 commit 8b9cfff

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@make-software/ces-js-parser",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Parser for contract-level events encoded with Casper Event Standard (CES)",
55
"main": "dist/lib.node.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ export {
77
export { Schemas, Schema, parseSchemasFromBytes } from './schema';
88
export { Event, parseEventNameAndData } from './event';
99
export { ExecutionResult } from './casper/types';
10+
export {
11+
parseBytesWithRemainder,
12+
parseCLValueFromBytesWithRemainder,
13+
} from './casper/utils';

0 commit comments

Comments
 (0)