Skip to content

Commit b03f29a

Browse files
committed
'bump'
1 parent c4a7e17 commit b03f29a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dequanto",
3-
"version": "0.1.27",
3+
"version": "0.1.28",
44
"author": {
55
"name": "Alex Kit",
66
"email": "alex.kit@atmajs.com"

src/gen/templates/ContractTemplate.cjs.tmpl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const { SubjectStream } = require('dequanto/class/SubjectStream');
1717

1818
/* ERRORS */
1919

20-
export class $NAME$ extends ContractBase {
20+
class $NAME$ extends ContractBase {
2121
constructor(
2222
address = $ADDRESS$,
2323
client = di.resolve($EthWeb3Client$, $Web3ClientOptions$),
@@ -72,6 +72,7 @@ export class $NAME$ extends ContractBase {
7272
/* STORAGE_READER_PROPERTY */
7373
}
7474

75+
/* STORAGE_READER_CLASS */
7576

7677

77-
/* STORAGE_READER_CLASS */
78+
module.exports = { $NAME$ };

0 commit comments

Comments
 (0)