1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix version

This commit is contained in:
alexcos20 2021-06-03 23:42:43 -07:00
parent c50a6271b5
commit 6735e8a33f

View File

@ -1,7 +1,7 @@
{
"name": "@oceanprotocol/lib",
"source": "./src/index.ts",
"version": "0.14.9",
"version": "0.15.0",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib.js",
"exports": "./dist/node/lib.js",
@ -56,7 +56,7 @@
"node-abort-controller": "^2.0.0",
"save-file": "^2.3.1",
"uuid": "^8.3.2",
"web3": "^1.3.6",
"web3": "^1.3.5",
"web3-eth-contract": "^1.3.6"
},
"devDependencies": {