Skip to content

Commit

Permalink
v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
d4hines committed Nov 8, 2022
1 parent f7cdb1a commit 419f647
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deku-p/deku-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marigold-dev/deku-toolkit",
"version": "0.1.11",
"version": "0.1.12",
"description": "toolkit to interact with deku",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,6 @@
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"typescript": "^4.7.4",
"@types/bs58check": "^2.1.0",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.35.1",
Expand All @@ -29,11 +28,12 @@
"rollup": "^2.79.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.34.0"
"rollup-plugin-typescript2": "^0.34.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@tzstamp/helpers": "^0.3.4",
"@taquito/taquito": "^13.0.1",
"@tzstamp/helpers": "^0.3.4",
"blakejs": "^1.2.1",
"bs58check": "^2.1.2"
}
Expand Down

0 comments on commit 419f647

Please sign in to comment.