This commit is contained in:
David Boreham 2022-12-01 20:20:20 -07:00
parent 463220ff58
commit 48594a48e6

View File

@ -1,6 +1,6 @@
{
"name": "@cerc/laconic-sdk",
"version": "0.1.0",
"version": "0.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:cerc-io/laconic-sdk.git",
@ -12,9 +12,9 @@
"@types/lodash": "^4.14.181",
"@types/semver": "^7.3.9",
"dotenv": "^16.0.0",
"protoc-gen-ts": "^0.8.5",
"google-protobuf": "^3.21.0",
"jest": "29.0.0",
"protoc-gen-ts": "^0.8.5",
"ts-jest": "^29.0.2",
"typescript": "^4.6.2"
},