Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Mar 20, 2024
1 parent c0605cf commit 7279b95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "@bancor/carbon-sdk",
"type": "module",
"source": "src/index.ts",
"version": "0.0.95-DEV",
"version": "0.0.96-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",
"exports": {
".":{
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./contracts-api":{
"./contracts-api": {
"import": "./dist/contracts-api/index.js",
"require": "./dist/contracts-api/index.cjs"
},
Expand Down

0 comments on commit 7279b95

Please sign in to comment.