Skip to content

Commit ab5b1e8

Browse files
revert-later: update sdk version to include ledger with more logs
1 parent 914fd02 commit ab5b1e8

File tree

2 files changed

+32
-9
lines changed

2 files changed

+32
-9
lines changed

packages/shared/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"@iota/bundle": "^1.0.0-beta.30",
88
"@iota/converter": "^1.0.0-beta.30",
99
"@iota/crypto.js": "^1.8.6",
10+
"@iota/sdk": "https://gitpkg.now.sh/iotaledger/iota-sdk/bindings/nodejs?79b052a169d2b07a855d095c17aeb42560563feb",
1011
"@iota/transaction": "^1.0.0-beta.30",
1112
"@iota/transaction-converter": "^1.0.0-beta.30",
1213
"@iota/unit-converter": "^1.0.0-beta.30",
1314
"@iota/util.js": "^2.0.0-rc.1",
14-
"@iota/sdk": "1.1.3",
1515
"@sveltejs/svelte-virtual-list": "^3.0.1",
16+
"add": "^2.0.6",
1617
"big-integer": "^1.6.51",
1718
"big.js": "^6.0.3",
1819
"lottie-web": "^5.7.8",
@@ -22,6 +23,7 @@
2223
"svelte-i18n": "3.7.0",
2324
"svelte-markdown": "0.2.3",
2425
"svelty-picker": "^5.0.0",
26+
"yarn": "^1.22.21",
2527
"zxcvbn": "^4.4.2"
2628
},
2729
"scripts": {

yarn.lock

+29-8
Original file line numberDiff line numberDiff line change
@@ -767,10 +767,9 @@
767767
resolved "https://registry.yarnpkg.com/@iota/pad/-/pad-1.0.0-beta.30.tgz#de19728f8f1b09c20e2365d0da34945006760082"
768768
integrity sha512-fnhPMPul18WunLq9Ni4rxzBFmhna6eaG8WroDg6GdQqSK/eN62uFHV8tpspJHXuCqwgCUVp6NpuUna7+B2OV9g==
769769

770-
771-
version "1.1.3"
772-
resolved "https://registry.yarnpkg.com/@iota/sdk/-/sdk-1.1.3.tgz#ab54cf72d9fa46321ae635cdd7fb2e085e888d95"
773-
integrity sha512-Igy1Pl4mLPIGJddepcJ0i3xF/6Yup8pMl0eSTknN1A97qhsNtvmV1iDDhSxAshmJYyBQ8LEzd0DrMrq5tioYyg==
770+
"@iota/sdk@https://gitpkg.now.sh/iotaledger/iota-sdk/bindings/nodejs?79b052a169d2b07a855d095c17aeb42560563feb":
771+
version "1.1.4"
772+
resolved "https://gitpkg.now.sh/iotaledger/iota-sdk/bindings/nodejs?79b052a169d2b07a855d095c17aeb42560563feb#62bb845469d343dfbf0b05f8929a44943798de3b"
774773
dependencies:
775774
"@types/node" "^18.15.12"
776775
cargo-cp-artifact "^0.1.6"
@@ -1712,11 +1711,18 @@
17121711
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.38.tgz#1dcdb6c54d02b323f621213745f2e44af30c73e6"
17131712
integrity sha512-6sfo1qTulpVbkxECP+AVrHV9OoJqhzCsfTNp5NIG+enM4HyM3HvZCO798WShIXBN0+QtDIcutJCjsVYnQP5rIQ==
17141713

1715-
"@types/node@^18.15.11", "@types/node@^18.15.12":
1714+
"@types/node@^18.15.11":
17161715
version "18.16.19"
17171716
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.19.tgz#cb03fca8910fdeb7595b755126a8a78144714eea"
17181717
integrity sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==
17191718

1719+
"@types/node@^18.15.12":
1720+
version "18.18.13"
1721+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.13.tgz#ae0f76c0bfe79d8fad0f910b78ae3e59b333c6e8"
1722+
integrity sha512-vXYZGRrSCreZmq1rEjMRLXJhiy8MrIeVasx+PCVlP414N7CJLHnMf+juVvjdprHyH+XRy3zKZLHeNueOpJCn0g==
1723+
dependencies:
1724+
undici-types "~5.26.4"
1725+
17201726
"@types/plist@^3.0.1":
17211727
version "3.0.2"
17221728
resolved "https://registry.yarnpkg.com/@types/plist/-/plist-3.0.2.tgz#61b3727bba0f5c462fe333542534a0c3e19ccb01"
@@ -2148,6 +2154,11 @@ acorn@^8.1.0, acorn@^8.4.1, acorn@^8.7.1, acorn@^8.8.1, acorn@^8.8.2, acorn@^8.9
21482154
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
21492155
integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
21502156

2157+
add@^2.0.6:
2158+
version "2.0.6"
2159+
resolved "https://registry.yarnpkg.com/add/-/add-2.0.6.tgz#248f0a9f6e5a528ef2295dbeec30532130ae2235"
2160+
integrity sha512-j5QzrmsokwWWp6kUcJQySpbG+xfOBqqKnup3OIk1pz+kB/80SLorZ9V8zHFLO92Lcd+hbvq8bT+zOGoPkmBV0Q==
2161+
21512162
agent-base@6, agent-base@^6.0.2:
21522163
version "6.0.2"
21532164
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -6256,9 +6267,9 @@ mz@^2.7.0:
62566267
thenify-all "^1.0.0"
62576268

62586269
nanoid@^3.1.31, nanoid@^3.3.6:
6259-
version "3.3.6"
6260-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
6261-
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
6270+
version "3.3.7"
6271+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
6272+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
62626273

62636274
napi-build-utils@^1.0.1:
62646275
version "1.0.2"
@@ -8442,6 +8453,11 @@ unbox-primitive@^1.0.2:
84428453
has-symbols "^1.0.3"
84438454
which-boxed-primitive "^1.0.2"
84448455

8456+
undici-types@~5.26.4:
8457+
version "5.26.5"
8458+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
8459+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
8460+
84458461
unique-filename@^3.0.0:
84468462
version "3.0.0"
84478463
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea"
@@ -8952,6 +8968,11 @@ yargs@^17.0.0, yargs@^17.0.1, yargs@^17.3.1, yargs@^17.6.2:
89528968
y18n "^5.0.5"
89538969
yargs-parser "^21.1.1"
89548970

8971+
yarn@^1.22.21:
8972+
version "1.22.21"
8973+
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.21.tgz#1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
8974+
integrity sha512-ynXaJsADJ9JiZ84zU25XkPGOvVMmZ5b7tmTSpKURYwgELdjucAOydqIOrOfTxVYcNXe91xvLZwcRh68SR3liCg==
8975+
89558976
yauzl@^2.10.0:
89568977
version "2.10.0"
89578978
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"

0 commit comments

Comments
 (0)