Skip to content

Commit

Permalink
Updated package version (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
silimarius authored Aug 21, 2023
1 parent ff3d316 commit 0b8d269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zk-states",
"packageManager": "[email protected]",
"version": "0.0.15",
"version": "0.0.16",
"description": "Verifiable state manager for React based on SnarkyJS & Mina protocol",
"typesVersions": {
"<4.0": {
Expand Down
1 change: 1 addition & 0 deletions tests/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const {
num: 0,
incNum: () => set((state) => ({ num: state.num + 1 })),
}),
["num"],
);

describe("createZKState", () => {
Expand Down

0 comments on commit 0b8d269

Please sign in to comment.