@pezkuwi/hw-ledger 14.0.5 → 14.0.7

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/Ledger.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { SubstrateApp } from '@zondax/ledger-substrate';
2
- import type { TransportType } from '@polkadot/hw-ledger-transports/types';
2
+ import type { TransportType } from '@pezkuwi/hw-ledger-transports/types';
3
3
  import type { AccountOptions, LedgerAddress, LedgerSignature, LedgerVersion } from './types.js';
4
4
  import { ledgerApps } from './defaults.js';
5
5
  export { packageInfo } from './packageInfo.js';
@@ -1,4 +1,4 @@
1
- import type { TransportType } from '@polkadot/hw-ledger-transports/types';
1
+ import type { TransportType } from '@pezkuwi/hw-ledger-transports/types';
2
2
  import type { AccountOptionsGeneric, LedgerAddress, LedgerSignature, LedgerVersion } from './types.js';
3
3
  import { PolkadotGenericApp } from '@zondax/ledger-substrate';
4
4
  import { ledgerApps } from './defaults.js';
package/README.md CHANGED
@@ -1,2 +1,2 @@
1
- # @polkadot/hw-ledger
1
+ # @pezkuwi/hw-ledger
2
2
 
@@ -1,7 +1,7 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@pezkuwi/util')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', '@pezkuwi/util'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.polkadotHwLedger = {}, global.polkadotUtil));
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.pezkuwiHwLedger = {}, global.pezkuwiUtil));
5
5
  })(this, (function (exports, util$1) { 'use strict';
6
6
 
7
7
  const global = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : window;
@@ -9408,7 +9408,7 @@
9408
9408
  hasRequiredPackageInfo = 1;
9409
9409
  Object.defineProperty(packageInfo, "__esModule", { value: true });
9410
9410
  packageInfo.packageInfo = void 0;
9411
- packageInfo.packageInfo = { name: '@pezkuwi/hw-ledger-transports', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.1' };
9411
+ packageInfo.packageInfo = { name: '@pezkuwi/hw-ledger-transports', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.6' };
9412
9412
  return packageInfo;
9413
9413
  }
9414
9414
 
package/cjs/Ledger.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { SubstrateApp } from '@zondax/ledger-substrate';
2
- import type { TransportType } from '@polkadot/hw-ledger-transports/types';
2
+ import type { TransportType } from '@pezkuwi/hw-ledger-transports/types';
3
3
  import type { AccountOptions, LedgerAddress, LedgerSignature, LedgerVersion } from './types.js';
4
4
  import { ledgerApps } from './defaults.js';
5
5
  export { packageInfo } from './packageInfo.js';
@@ -1,4 +1,4 @@
1
- import type { TransportType } from '@polkadot/hw-ledger-transports/types';
1
+ import type { TransportType } from '@pezkuwi/hw-ledger-transports/types';
2
2
  import type { AccountOptionsGeneric, LedgerAddress, LedgerSignature, LedgerVersion } from './types.js';
3
3
  import { PolkadotGenericApp } from '@zondax/ledger-substrate';
4
4
  import { ledgerApps } from './defaults.js';
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@pezkuwi/hw-ledger', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.1' };
4
+ exports.packageInfo = { name: '@pezkuwi/hw-ledger', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.6' };
package/cjs/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { HexString } from '@polkadot/util/types';
1
+ import type { HexString } from '@pezkuwi/util/types';
2
2
  /**
3
3
  * Legacy Type that works with the `Ledger` class.
4
4
  */
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "author": "Jaco Greeff <jacogr@gmail.com>",
3
- "bugs": "https://github.com/polkadot-js/common/issues",
3
+ "bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
4
4
  "engines": {
5
5
  "node": ">=18"
6
6
  },
7
- "homepage": "https://github.com/polkadot-js/common/tree/master/packages/hw-ledger#readme",
7
+ "homepage": "https://github.com/pezkuwichain/pezkuwi-common/tree/master/packages/hw-ledger#readme",
8
8
  "license": "Apache-2.0",
9
9
  "name": "@pezkuwi/hw-ledger",
10
10
  "repository": {
11
11
  "directory": "packages/hw-ledger",
12
12
  "type": "git",
13
- "url": "https://github.com/polkadot-js/common.git"
13
+ "url": "https://github.com/pezkuwichain/pezkuwi-common.git"
14
14
  },
15
15
  "sideEffects": [
16
16
  "./packageDetect.js",
17
17
  "./cjs/packageDetect.js"
18
18
  ],
19
19
  "type": "module",
20
- "version": "14.0.5",
20
+ "version": "14.0.7",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -170,8 +170,8 @@
170
170
  }
171
171
  },
172
172
  "dependencies": {
173
- "@pezkuwi/hw-ledger-transports": "14.0.5",
174
- "@pezkuwi/util": "14.0.5",
173
+ "@pezkuwi/hw-ledger-transports": "14.0.1",
174
+ "@pezkuwi/util": "14.0.1",
175
175
  "@zondax/ledger-substrate": "1.1.1",
176
176
  "tslib": "^2.8.0"
177
177
  }
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/hw-ledger', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '14.0.1' };
1
+ export const packageInfo = { name: '@pezkuwi/hw-ledger', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '14.0.6' };
package/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { HexString } from '@polkadot/util/types';
1
+ import type { HexString } from '@pezkuwi/util/types';
2
2
  /**
3
3
  * Legacy Type that works with the `Ledger` class.
4
4
  */