@ledgerhq/coin-module-boilerplate 4.4.1-nightly.1 → 4.5.0-nightly.3

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-module-boilerplate@4.4.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-module-boilerplate
2
+ > @ledgerhq/coin-module-boilerplate@4.5.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-module-boilerplate
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
@@ -21,7 +21,8 @@
21
21
  ],
22
22
  "ignoreUnimported": [
23
23
  "src/network/mock-network.ts",
24
- "src/test/bot-specs.ts"
24
+ "src/test/bot-specs.ts",
25
+ "src/types/assets.ts"
25
26
  ],
26
27
  "ignoreUnused": [
27
28
  "@ledgerhq/devices"
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @ledgerhq/coin-module-boilerplate
2
2
 
3
+ ## 4.5.0-nightly.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`67ec10b`](https://github.com/LedgerHQ/ledger-live/commit/67ec10b773b4a6b512a8a6485940fa0abd41c3ef)]:
8
+ - @ledgerhq/cryptoassets@13.25.0-nightly.3
9
+ - @ledgerhq/coin-framework@6.1.0-nightly.3
10
+
11
+ ## 4.5.0-nightly.2
12
+
13
+ ### Minor Changes
14
+
15
+ - [#10420](https://github.com/LedgerHQ/ledger-live/pull/10420) [`80f8f1e`](https://github.com/LedgerHQ/ledger-live/commit/80f8f1eaef8a7bc84ba5441790296dec6cbfa199) Thanks [@Wozacosta](https://github.com/Wozacosta)! - Stellar Generic Adaptor
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`1f1cbeb`](https://github.com/LedgerHQ/ledger-live/commit/1f1cbeb4485fb4b85b76ffe040c632d049f4e0c4), [`80f8f1e`](https://github.com/LedgerHQ/ledger-live/commit/80f8f1eaef8a7bc84ba5441790296dec6cbfa199), [`31dceca`](https://github.com/LedgerHQ/ledger-live/commit/31dcecad24abdaa8a77208e82532c47728c11180)]:
20
+ - @ledgerhq/cryptoassets@13.25.0-nightly.2
21
+ - @ledgerhq/coin-framework@6.1.0-nightly.2
22
+ - @ledgerhq/types-live@6.81.0-nightly.0
23
+
3
24
  ## 4.4.1-nightly.1
4
25
 
5
26
  ### Patch Changes
@@ -0,0 +1,3 @@
1
+ import { AssetInfo } from "@ledgerhq/coin-framework/api/types";
2
+ export type BoilerplateAsset = AssetInfo;
3
+ //# sourceMappingURL=assets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../src/types/assets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAE/D,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=assets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assets.js","sourceRoot":"","sources":["../../src/types/assets.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ import { AssetInfo } from "@ledgerhq/coin-framework/api/types";
2
+ export type BoilerplateAsset = AssetInfo;
3
+ //# sourceMappingURL=assets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../src/types/assets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAE/D,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=assets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assets.js","sourceRoot":"","sources":["../../src/types/assets.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-module-boilerplate",
3
- "version": "4.4.1-nightly.1",
3
+ "version": "4.5.0-nightly.3",
4
4
  "description": "Boilerplate coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -101,13 +101,13 @@
101
101
  "bignumber.js": "^9.1.2",
102
102
  "invariant": "^2.2.4",
103
103
  "rxjs": "^7.8.1",
104
- "@ledgerhq/coin-framework": "^6.0.1-nightly.1",
105
- "@ledgerhq/cryptoassets": "^13.25.0-nightly.1",
104
+ "@ledgerhq/cryptoassets": "^13.25.0-nightly.3",
105
+ "@ledgerhq/coin-framework": "^6.1.0-nightly.3",
106
106
  "@ledgerhq/devices": "8.4.9-nightly.1",
107
107
  "@ledgerhq/errors": "^6.24.0-nightly.0",
108
108
  "@ledgerhq/live-env": "^2.14.0-nightly.0",
109
109
  "@ledgerhq/live-network": "^2.0.15-nightly.0",
110
- "@ledgerhq/types-live": "^6.80.0"
110
+ "@ledgerhq/types-live": "^6.81.0-nightly.0"
111
111
  },
112
112
  "devDependencies": {
113
113
  "@types/invariant": "^2.2.37",
@@ -0,0 +1,3 @@
1
+ import { AssetInfo } from "@ledgerhq/coin-framework/api/types";
2
+
3
+ export type BoilerplateAsset = AssetInfo;