Skip to content

Commit f452bb2

Browse files
authored
feat: add transfer shares cross chain (#393)
* feat: add transfer shares cross chain * feat: add cross-chain helper method for allowed destinations * feat: convert to evm address util function * feat: add cross chain transfer status check * fix: cent id variable name in batch method * chore: add overrides to fix package vulnerabilities * [bot] New pkg version: 1.7.0
1 parent c3795b2 commit f452bb2

File tree

5 files changed

+322
-156
lines changed

5 files changed

+322
-156
lines changed

package.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@centrifuge/sdk",
3-
"version": "1.6.4",
3+
"version": "1.7.0",
44
"description": "",
55
"homepage": "https://github.com/centrifuge/sdk/tree/main#readme",
66
"author": "",
@@ -72,5 +72,25 @@
7272
"typescript": "5.6.3",
7373
"typescript-eslint": "8.8.1"
7474
},
75-
"stableVersion": "0.0.0-alpha"
75+
"stableVersion": "0.0.0-alpha",
76+
"pnpm": {
77+
"overrides": {
78+
"eslint>minimatch": "9.0.7",
79+
"eslint>ajv": "6.14.0",
80+
"mocha>minimatch": "5.1.8",
81+
"mocha>diff": "8.0.3",
82+
"mocha>serialize-javascript": "7.0.3",
83+
"sinon>diff": "8.0.3",
84+
"ts-node>diff": "4.0.4",
85+
"test-exclude>minimatch": "9.0.7",
86+
"typedoc>minimatch": "9.0.7",
87+
"flatted": "3.4.2",
88+
"cross-spawn": "7.0.5",
89+
"js-yaml": "4.1.1",
90+
"validator": "13.15.22",
91+
"lodash": "4.17.23",
92+
"markdown-it": "14.1.1",
93+
"@eslint/plugin-kit": "0.3.4"
94+
}
95+
}
7696
}

0 commit comments

Comments
 (0)