@ledgerhq/coin-sui 0.17.0-nightly.1 → 0.17.0-nightly.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +14 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-sui@0.
|
|
2
|
+
> @ledgerhq/coin-sui@0.17.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-sui
|
|
3
3
|
> tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @ledgerhq/coin-sui
|
|
2
2
|
|
|
3
|
+
## 0.17.0-nightly.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#12321](https://github.com/LedgerHQ/ledger-live/pull/12321) [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Bump axios version to 1.12.2
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e), [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358)]:
|
|
12
|
+
- @ledgerhq/cryptoassets@13.32.0-nightly.1
|
|
13
|
+
- @ledgerhq/coin-framework@6.8.0-nightly.2
|
|
14
|
+
- @ledgerhq/live-network@2.1.0-nightly.0
|
|
15
|
+
- @ledgerhq/types-live@6.88.0-nightly.1
|
|
16
|
+
|
|
3
17
|
## 0.17.0-nightly.1
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-sui",
|
|
3
|
-
"version": "0.17.0-nightly.
|
|
3
|
+
"version": "0.17.0-nightly.2",
|
|
4
4
|
"description": "Ledger Sui Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -116,20 +116,20 @@
|
|
|
116
116
|
"dependencies": {
|
|
117
117
|
"@mysten/signers": "0.5.0",
|
|
118
118
|
"@mysten/sui": "1.38.0",
|
|
119
|
-
"axios": "1.
|
|
119
|
+
"axios": "1.12.2",
|
|
120
120
|
"bignumber.js": "^9.1.2",
|
|
121
121
|
"lodash": "4.17.21",
|
|
122
122
|
"rxjs": "^7.8.1",
|
|
123
|
-
"@ledgerhq/coin-framework": "^6.8.0-nightly.
|
|
124
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
123
|
+
"@ledgerhq/coin-framework": "^6.8.0-nightly.2",
|
|
124
|
+
"@ledgerhq/cryptoassets": "^13.32.0-nightly.1",
|
|
125
125
|
"@ledgerhq/errors": "^6.27.0-nightly.0",
|
|
126
126
|
"@ledgerhq/hw-app-sui": "^1.4.0",
|
|
127
127
|
"@ledgerhq/live-env": "^2.19.0",
|
|
128
|
-
"@ledgerhq/live-network": "^2.0.
|
|
128
|
+
"@ledgerhq/live-network": "^2.1.0-nightly.0",
|
|
129
129
|
"@ledgerhq/live-promise": "^0.1.1",
|
|
130
130
|
"@ledgerhq/logs": "^6.13.0",
|
|
131
131
|
"@ledgerhq/types-cryptoassets": "^7.29.0",
|
|
132
|
-
"@ledgerhq/types-live": "^6.88.0-nightly.
|
|
132
|
+
"@ledgerhq/types-live": "^6.88.0-nightly.1"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
135
|
"@faker-js/faker": "^8.4.1",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"@types/lodash": "^4.14.191",
|
|
139
139
|
"jest": "^29.7.0",
|
|
140
140
|
"ts-jest": "^29.1.1",
|
|
141
|
-
"@ledgerhq/disable-network-setup": "^0.0.0"
|
|
141
|
+
"@ledgerhq/disable-network-setup": "^0.1.0-nightly.0"
|
|
142
142
|
},
|
|
143
143
|
"scripts": {
|
|
144
144
|
"clean": "rimraf lib lib-es",
|