Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Sep 2, 2024
1 parent 23fd451 commit 86e9e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bancor/carbon-sdk",
"type": "module",
"source": "src/index.ts",
"version": "0.0.98-DEV",
"version": "0.0.99-DEV",
"description": "The SDK is a READ-ONLY tool, intended to facilitate working with Carbon contracts. It's a convenient wrapper around our matching algorithm, allowing programs and users get a ready to use transaction data that will allow them to manage strategies and fulfill trades",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist && rm -rf src/abis/types",
"compile-abis": "typechain --target ethers-v5 --out-dir 'src/abis/types' 'src/abis/**/*.json'",
"compile-abis": "typechain --target ethers-v5 --out-dir \"src/abis/types\" \"src/abis/**/*.json\"",
"prebuild": "yarn clean && yarn compile-abis",
"build": "yarn lint && rollup -c",
"test": "yarn lint && mocha",
Expand Down

0 comments on commit 86e9e7e

Please sign in to comment.