@ledgerhq/coin-solana 0.35.0-nightly.7 → 0.35.0-nightly.9

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-solana@0.35.0-nightly.6 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
2
+ > @ledgerhq/coin-solana@0.35.0-nightly.8 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
3
3
  > tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @ledgerhq/coin-solana
2
2
 
3
+ ## 0.35.0-nightly.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`da750a1`](https://github.com/LedgerHQ/ledger-live/commit/da750a16ee5f2c083114569b8ae3c708cceba06c), [`36e5168`](https://github.com/LedgerHQ/ledger-live/commit/36e5168397eaec2a5f425038392a4400f60571d0), [`d9305e8`](https://github.com/LedgerHQ/ledger-live/commit/d9305e8a4d8364366aaba05dd698396d28b539dc)]:
8
+ - @ledgerhq/types-cryptoassets@7.29.0-nightly.1
9
+ - @ledgerhq/cryptoassets@13.31.0-nightly.8
10
+ - @ledgerhq/coin-framework@6.7.0-nightly.9
11
+ - @ledgerhq/types-live@6.87.0-nightly.5
12
+
13
+ ## 0.35.0-nightly.8
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda)]:
18
+ - @ledgerhq/coin-framework@6.7.0-nightly.8
19
+
3
20
  ## 0.35.0-nightly.7
4
21
 
5
22
  ### Patch Changes
@@ -35,11 +35,11 @@ export type CreateAccountWithSeedInfo = Infer<typeof CreateAccountWithSeedInfo>;
35
35
  export declare const CreateAccountWithSeedInfo: import("superstruct").Struct<{
36
36
  owner: import("@solana/web3.js").PublicKey;
37
37
  seed: string;
38
- base: import("@solana/web3.js").PublicKey;
39
38
  source: import("@solana/web3.js").PublicKey;
40
39
  lamports: number;
41
40
  newAccount: import("@solana/web3.js").PublicKey;
42
41
  space: number;
42
+ base: import("@solana/web3.js").PublicKey;
43
43
  }, {
44
44
  source: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
45
45
  newAccount: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
@@ -100,8 +100,8 @@ export declare const AllocateWithSeedInfo: import("superstruct").Struct<{
100
100
  account: import("@solana/web3.js").PublicKey;
101
101
  owner: import("@solana/web3.js").PublicKey;
102
102
  seed: string;
103
- base: import("@solana/web3.js").PublicKey;
104
103
  space: number;
104
+ base: import("@solana/web3.js").PublicKey;
105
105
  }, {
106
106
  account: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
107
107
  base: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
@@ -169,11 +169,11 @@ export declare const IX_STRUCTS: {
169
169
  createAccountWithSeed: import("superstruct").Struct<{
170
170
  owner: import("@solana/web3.js").PublicKey;
171
171
  seed: string;
172
- base: import("@solana/web3.js").PublicKey;
173
172
  source: import("@solana/web3.js").PublicKey;
174
173
  lamports: number;
175
174
  newAccount: import("@solana/web3.js").PublicKey;
176
175
  space: number;
176
+ base: import("@solana/web3.js").PublicKey;
177
177
  }, {
178
178
  source: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
179
179
  newAccount: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
@@ -194,8 +194,8 @@ export declare const IX_STRUCTS: {
194
194
  account: import("@solana/web3.js").PublicKey;
195
195
  owner: import("@solana/web3.js").PublicKey;
196
196
  seed: string;
197
- base: import("@solana/web3.js").PublicKey;
198
197
  space: number;
198
+ base: import("@solana/web3.js").PublicKey;
199
199
  }, {
200
200
  account: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
201
201
  base: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
@@ -35,11 +35,11 @@ export type CreateAccountWithSeedInfo = Infer<typeof CreateAccountWithSeedInfo>;
35
35
  export declare const CreateAccountWithSeedInfo: import("superstruct").Struct<{
36
36
  owner: import("@solana/web3.js").PublicKey;
37
37
  seed: string;
38
- base: import("@solana/web3.js").PublicKey;
39
38
  source: import("@solana/web3.js").PublicKey;
40
39
  lamports: number;
41
40
  newAccount: import("@solana/web3.js").PublicKey;
42
41
  space: number;
42
+ base: import("@solana/web3.js").PublicKey;
43
43
  }, {
44
44
  source: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
45
45
  newAccount: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
@@ -100,8 +100,8 @@ export declare const AllocateWithSeedInfo: import("superstruct").Struct<{
100
100
  account: import("@solana/web3.js").PublicKey;
101
101
  owner: import("@solana/web3.js").PublicKey;
102
102
  seed: string;
103
- base: import("@solana/web3.js").PublicKey;
104
103
  space: number;
104
+ base: import("@solana/web3.js").PublicKey;
105
105
  }, {
106
106
  account: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
107
107
  base: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
@@ -169,11 +169,11 @@ export declare const IX_STRUCTS: {
169
169
  createAccountWithSeed: import("superstruct").Struct<{
170
170
  owner: import("@solana/web3.js").PublicKey;
171
171
  seed: string;
172
- base: import("@solana/web3.js").PublicKey;
173
172
  source: import("@solana/web3.js").PublicKey;
174
173
  lamports: number;
175
174
  newAccount: import("@solana/web3.js").PublicKey;
176
175
  space: number;
176
+ base: import("@solana/web3.js").PublicKey;
177
177
  }, {
178
178
  source: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
179
179
  newAccount: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
@@ -194,8 +194,8 @@ export declare const IX_STRUCTS: {
194
194
  account: import("@solana/web3.js").PublicKey;
195
195
  owner: import("@solana/web3.js").PublicKey;
196
196
  seed: string;
197
- base: import("@solana/web3.js").PublicKey;
198
197
  space: number;
198
+ base: import("@solana/web3.js").PublicKey;
199
199
  }, {
200
200
  account: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
201
201
  base: import("superstruct").Struct<import("@solana/web3.js").PublicKey, null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-solana",
3
- "version": "0.35.0-nightly.7",
3
+ "version": "0.35.0-nightly.9",
4
4
  "description": "Ledger Solana Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -56,14 +56,14 @@
56
56
  "rxjs": "^7.8.1",
57
57
  "semver": "7.7.1",
58
58
  "superstruct": "0.16.7",
59
- "@ledgerhq/coin-framework": "^6.7.0-nightly.7",
60
- "@ledgerhq/cryptoassets": "^13.31.0-nightly.7",
59
+ "@ledgerhq/coin-framework": "^6.7.0-nightly.9",
60
+ "@ledgerhq/cryptoassets": "^13.31.0-nightly.8",
61
61
  "@ledgerhq/devices": "8.6.2-nightly.0",
62
62
  "@ledgerhq/errors": "^6.27.0-nightly.0",
63
63
  "@ledgerhq/live-env": "^2.19.0-nightly.2",
64
64
  "@ledgerhq/live-network": "^2.0.20-nightly.3",
65
65
  "@ledgerhq/logs": "^6.13.0",
66
- "@ledgerhq/types-cryptoassets": "^7.29.0-nightly.0",
66
+ "@ledgerhq/types-cryptoassets": "^7.29.0-nightly.1",
67
67
  "@ledgerhq/types-live": "^6.87.0-nightly.5"
68
68
  },
69
69
  "devDependencies": {