We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fc7d4 commit 2dd74a8Copy full SHA for 2dd74a8
.gitignore
@@ -27,6 +27,7 @@ Release/*.*
27
# Ignore locally installed node_modules
28
node_modules
29
!test/node_modules
30
+package-lock.json
31
32
# Ignore tmp directory.
33
tmp
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chainsql-binary-codec",
3
- "version": "1.0.11",
+ "version": "1.0.12",
4
"description": "chainsql binary codec",
5
"files": [
6
"distrib/npm/*",
0 commit comments