Skip to content

Commit

Permalink
chore: updating v2
Browse files Browse the repository at this point in the history
  • Loading branch information
twilson63 committed Sep 18, 2024
1 parent bf88451 commit 36f652c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@


Version: 2.0.0
Module: `wAn9sElcBV6IfcxyySc6QnYGQCrlFnps88Y5zMxLsYY`
Module: `bkjb55i07GUCUSWROtKK4HU1mBS_X0TyH3M5jMV6aPg`

Sqlite-Module: `A1lO7VyrR2Jh4mcQ_EzKQWGUfN118oFHT5fvf4wyU_8`
Sqlite-Module: `aGVVWHldKA7GBlI_w7Qp_agO6aKjCoOTPA1G2OlluXE`

## Requirements

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"yargs": "^17.7.2"
},
"aos": {
"module": "wAn9sElcBV6IfcxyySc6QnYGQCrlFnps88Y5zMxLsYY",
"sqlite": "A1lO7VyrR2Jh4mcQ_EzKQWGUfN118oFHT5fvf4wyU_8",
"llama": "QuxilALgsYUwM4lkr7XD9cL9nrzo6lr8mOFmQUix9z4",
"module": "bkjb55i07GUCUSWROtKK4HU1mBS_X0TyH3M5jMV6aPg",
"sqlite": "aGVVWHldKA7GBlI_w7Qp_agO6aKjCoOTPA1G2OlluXE",
"llama": "oamLI-KZ1Q9MxNxWwLcqXYavpwKYf1EX1BpEofb6418",
"version": "2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion process/test/print.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ test('Print Errors in Handlers', async () => {
msg2.Data = "ping"
const result = await handle(Memory, msg2, env)

assert.ok(result.Output.data.includes('handling message'))
assert.ok(result.Error.includes('handling message'))
assert.ok(true)
})

0 comments on commit 36f652c

Please sign in to comment.