diff --git a/contracts/svm/package.json b/contracts/svm/package.json index f8d034c9..47da64a9 100644 --- a/contracts/svm/package.json +++ b/contracts/svm/package.json @@ -7,7 +7,7 @@ "@coral-xyz/anchor": "^0.30.1" }, "devDependencies": { - "@kamino-finance/limo-sdk": "^0.2.3", + "@kamino-finance/limo-sdk": "^0.7.0", "@types/bn.js": "^5.1.0", "@types/chai": "^4.3.0", "@types/mocha": "^9.0.0", diff --git a/sdk/js/package-lock.json b/sdk/js/package-lock.json index d7a12fc8..902eff68 100644 --- a/sdk/js/package-lock.json +++ b/sdk/js/package-lock.json @@ -1,16 +1,16 @@ { "name": "@pythnetwork/express-relay-js", - "version": "0.13.4", + "version": "0.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pythnetwork/express-relay-js", - "version": "0.13.4", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "^0.30.1", - "@kamino-finance/limo-sdk": "^0.6.0", + "@kamino-finance/limo-sdk": "^0.7.0", "@solana/web3.js": "^1.95.3", "decimal.js": "^10.4.3", "isomorphic-ws": "^5.0.0", @@ -1425,10 +1425,9 @@ } }, "node_modules/@kamino-finance/limo-sdk": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@kamino-finance/limo-sdk/-/limo-sdk-0.6.0.tgz", - "integrity": "sha512-VGpTfNUuoDXOPRoqZHKILfOAUjCkJ7BcyBtLnq9q6BnovThL8HFN4fxapVED74qZIuZWAusUC5cwkfuKN9XiUQ==", - "license": "Apache-2.0", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@kamino-finance/limo-sdk/-/limo-sdk-0.7.0.tgz", + "integrity": "sha512-VOqdA7whD1gmrm6bFyM+eauMBJVm8i8qAx8cH3K8H9UH9BvFDKbQKORMseMZlAHPOmQreV6NnH90lNrObyHSJQ==", "dependencies": { "@coral-xyz/anchor": "^0.28.0", "@coral-xyz/borsh": "^0.28.0", diff --git a/sdk/js/package.json b/sdk/js/package.json index 1d7c686c..3c41ec62 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "@pythnetwork/express-relay-js", - "version": "0.13.4", + "version": "0.14.0", "description": "Utilities for interacting with the express relay protocol", "homepage": "https://github.com/pyth-network/per/tree/main/sdk/js", "author": "Douro Labs", @@ -38,7 +38,7 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.30.1", - "@kamino-finance/limo-sdk": "^0.6.0", + "@kamino-finance/limo-sdk": "^0.7.0", "@solana/web3.js": "^1.95.3", "decimal.js": "^10.4.3", "isomorphic-ws": "^5.0.0",