update contracts

This commit is contained in:
Kirill Litvinov
2024-02-06 13:48:31 +03:00
parent 9ffe06d7c8
commit 7d99d18b8b
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@@ -1,19 +1,19 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.52",
"version": "0.20.54",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@orionprotocol/sdk",
"version": "0.20.52",
"version": "0.20.54",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.21.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@orionprotocol/contracts": "1.22.6",
"@orionprotocol/contracts": "1.22.8",
"@types/lodash.clonedeep": "^4.5.9",
"bignumber.js": "^9.1.1",
"bson-objectid": "^2.0.4",
@@ -2421,9 +2421,9 @@
}
},
"node_modules/@orionprotocol/contracts": {
"version": "1.22.6",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-1.22.6.tgz",
"integrity": "sha512-pPQGPNBcf1LQlNJk/Iq4BtV6ccuDSEBJhBIEORNf93vgYyUJ3SZ5O2/5y/nWgywLghPh2WwoAhnUKFeUEUmgsA=="
"version": "1.22.8",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-1.22.8.tgz",
"integrity": "sha512-0AcnOtGxLPMjzM/EAIomEnmUqy0f7fs3YnQfcU7WAMM8F30SLT4k8xL/4HlDPAB+f6cFBNsYZJqNzlA8jowrsw=="
},
"node_modules/@sinclair/typebox": {
"version": "0.27.8",
@@ -13480,9 +13480,9 @@
}
},
"@orionprotocol/contracts": {
"version": "1.22.6",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-1.22.6.tgz",
"integrity": "sha512-pPQGPNBcf1LQlNJk/Iq4BtV6ccuDSEBJhBIEORNf93vgYyUJ3SZ5O2/5y/nWgywLghPh2WwoAhnUKFeUEUmgsA=="
"version": "1.22.8",
"resolved": "https://registry.npmjs.org/@orionprotocol/contracts/-/contracts-1.22.8.tgz",
"integrity": "sha512-0AcnOtGxLPMjzM/EAIomEnmUqy0f7fs3YnQfcU7WAMM8F30SLT4k8xL/4HlDPAB+f6cFBNsYZJqNzlA8jowrsw=="
},
"@sinclair/typebox": {
"version": "0.27.8",

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.53",
"version": "0.20.54",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
@@ -88,7 +88,7 @@
"@babel/runtime": "^7.21.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@orionprotocol/contracts": "1.22.6",
"@orionprotocol/contracts": "1.22.8",
"@types/lodash.clonedeep": "^4.5.9",
"bignumber.js": "^9.1.1",
"bson-objectid": "^2.0.4",