@ledgerhq/live-common 34.16.0-next.2 → 34.16.0-next.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.
@@ -0,0 +1,2 @@
1
+ export * from "@ledgerhq/coin-stacks/contants";
2
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/families/stacks/constants.ts"],"names":[],"mappings":"AACA,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ // Encapsulate for LLD & LLM
18
+ __exportStar(require("@ledgerhq/coin-stacks/contants"), exports);
19
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/families/stacks/constants.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4BAA4B;AAC5B,iEAA+C"}
@@ -0,0 +1,2 @@
1
+ export * from "@ledgerhq/coin-stacks/contants";
2
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/families/stacks/constants.ts"],"names":[],"mappings":"AACA,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,3 @@
1
+ // Encapsulate for LLD & LLM
2
+ export * from "@ledgerhq/coin-stacks/contants";
3
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/families/stacks/constants.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,cAAc,gCAAgC,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-common",
3
3
  "description": "Common ground for the Ledger Live apps",
4
- "version": "34.16.0-next.2",
4
+ "version": "34.16.0-next.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/LedgerHQ/ledger-live.git"
@@ -184,7 +184,7 @@
184
184
  "@ledgerhq/coin-near": "^0.5.15-next.1",
185
185
  "@ledgerhq/coin-polkadot": "^1.4.1-next.1",
186
186
  "@ledgerhq/coin-solana": "^0.9.0-next.1",
187
- "@ledgerhq/coin-stacks": "^0.2.1-next.1",
187
+ "@ledgerhq/coin-stacks": "^0.3.0-next.2",
188
188
  "@ledgerhq/coin-stellar": "^0.4.1-next.1",
189
189
  "@ledgerhq/coin-tezos": "^0.7.1-next.1",
190
190
  "@ledgerhq/coin-ton": "^0.3.23-next.1",
@@ -0,0 +1,2 @@
1
+ // Encapsulate for LLD & LLM
2
+ export * from "@ledgerhq/coin-stacks/contants";