Skip to content

Commit

Permalink
v1.2.56
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedziwiatr committed Mar 6, 2023
1 parent baa1ee8 commit f25ac04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warp-contracts",
"version": "1.2.55",
"version": "1.2.56",
"description": "An implementation of the SmartWeave smart contract protocol.",
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.js",
Expand Down Expand Up @@ -128,4 +128,4 @@
"process": false,
"url": false
}
}
}
12 changes: 6 additions & 6 deletions src/__tests__/integration/basic/constructor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ describe('Constructor', () => {
src: src,
evaluationManifest: withConstructor
? {
evaluationOptions: {
useConstructor: true,
useKVStorage: withKv,
internalWrites: !withKv,
ignoreExceptions: false
evaluationOptions: {
useConstructor: true,
useKVStorage: withKv,
internalWrites: !withKv,
ignoreExceptions: false
}
}
}
: undefined
});

Expand Down

0 comments on commit f25ac04

Please sign in to comment.