@ledgerhq/swift-bridge-hw-app-solana 1.0.2 → 1.0.3-next.0
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/CHANGELOG.md +8 -0
- package/lib/Wrapper.js +4 -4
- package/lib/Wrapper.js.map +1 -1
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
package/lib/Wrapper.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
|
-
exports
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
module.exports = { TransportBLESwift: swift_bridge_hw_transport_ble_1
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const swift_bridge_hw_transport_ble_1 = __importDefault(require("@ledgerhq/swift-bridge-hw-transport-ble"));
|
|
7
|
+
const hw_app_solana_1 = __importDefault(require("@ledgerhq/hw-app-solana"));
|
|
8
|
+
module.exports = { TransportBLESwift: swift_bridge_hw_transport_ble_1.default, Solana: hw_app_solana_1.default };
|
|
9
9
|
//# sourceMappingURL=Wrapper.js.map
|
package/lib/Wrapper.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.js","sourceRoot":"","sources":["../src/Wrapper.ts"],"names":[],"mappings":";;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"Wrapper.js","sourceRoot":"","sources":["../src/Wrapper.ts"],"names":[],"mappings":";;;;;AAAA,4GAAwE;AACxE,4EAA6C;AAE7C,MAAM,CAAC,OAAO,GAAG,EAAE,iBAAiB,EAAE,uCAAiB,EAAE,MAAM,EAAE,uBAAM,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/swift-bridge-hw-app-solana",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3-next.0",
|
|
4
4
|
"description": "Package to facilitate bundling hw-app-solana in the SolanaWrapper Swift package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"types": "lib/Wrapper.d.ts",
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@ledgerhq/hw-app-solana": "^7.0.
|
|
32
|
-
"@ledgerhq/swift-bridge-hw-transport-ble": "^1.0.
|
|
31
|
+
"@ledgerhq/hw-app-solana": "^7.0.8-next.0",
|
|
32
|
+
"@ledgerhq/swift-bridge-hw-transport-ble": "^1.0.3-next.0"
|
|
33
33
|
},
|
|
34
34
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|
|
35
35
|
"devDependencies": {
|
|
@@ -37,11 +37,10 @@
|
|
|
37
37
|
"@types/node": "^18.15.3",
|
|
38
38
|
"documentation": "13.2.4",
|
|
39
39
|
"jest": "^28.1.1",
|
|
40
|
-
"rimraf": "^4.1
|
|
40
|
+
"rimraf": "^4.4.1",
|
|
41
41
|
"source-map-support": "^0.5.21",
|
|
42
42
|
"ts-jest": "^28.0.5",
|
|
43
|
-
"ts-node": "^10.4.0"
|
|
44
|
-
"typescript": "^4"
|
|
43
|
+
"ts-node": "^10.4.0"
|
|
45
44
|
},
|
|
46
45
|
"scripts": {
|
|
47
46
|
"clean": "rimraf lib lib-es",
|