Skip to content

Commit 7681262

Browse files
committed
updates
1 parent c347a81 commit 7681262

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

components/overledger/actions/read-from-a-smart-contract/read-from-a-smart-contract.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "overledger-read-from-a-smart-contract",
99
name: "Read from a smart contract",
1010
description: "Reads data from a specified smart contract on the Overledger network.",
11-
version: "0.0.1",
11+
version: "0.0.2",
1212
type: "action",
1313
props: {
1414
overledger,

components/overledger/actions/sign-a-transaction/sign-a-transaction.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import overledger from "../../overledger.app.mjs";
2-
import { TECHNOLOGY_OPTIONS, UNIT_OPTIONS } from "../../common/constants.mjs";
2+
import {
3+
TECHNOLOGY_OPTIONS, UNIT_OPTIONS,
4+
} from "../../common/constants.mjs";
35

46
export default {
57
key: "overledger-sign-a-transaction",

components/overledger/sources/new-contract-event-instant/new-contract-event-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "overledger-new-contract-event-instant",
77
name: "New Smart Contract Event (Instant)",
88
description: "Emit new event when a smart contract releases a new event.",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "source",
1111
dedupe: "unique",
1212
props: {

components/overledger/sources/watch-new-account-event-instant/watch-new-account-event-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "overledger-watch-new-account-event-instant",
77
name: "New Account Event (Instant)",
88
description: "Emit new event for transactions to/from a specific account.",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "source",
1111
dedupe: "unique",
1212
props: {

0 commit comments

Comments
 (0)