Skip to content

Commit 0b4c6c9

Browse files
hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.9
1 parent 5b194d8 commit 0b4c6c9

File tree

217 files changed

+333
-323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+333
-323
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## master
4+
5+
- hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.9
6+
37
## 0.2.7 Sep 17, 2022
48

59
- api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.4.1

hw-ledger-transports/detectPackage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
import { detectPackage } from 'https://deno.land/x/polkadot@0.2.7/util/mod.ts';
6+
import { detectPackage } from 'https://deno.land/x/polkadot/util/mod.ts';
77

88
import others from './detectOther.ts';
99
import { packageInfo } from './packageInfo.ts';

hw-ledger-transports/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: new URL(import.meta.url).pathname, type: 'deno', version: '0.2.7' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: new URL(import.meta.url).pathname, type: 'deno', version: '10.1.9' };

hw-ledger/bundle.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Copyright 2017-2022 @polkadot/hw-ledger authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
import type { SubstrateApp } from 'https://esm.sh/@zondax/ledger-substrate@0.38.0';
5-
import type { ResponseBase } from 'https://esm.sh/@zondax/ledger-substrate@0.38.0/dist/common.js';
4+
import type { SubstrateApp } from 'https://esm.sh/@zondax/ledger-substrate@0.39.0';
5+
import type { ResponseBase } from 'https://esm.sh/@zondax/ledger-substrate@0.39.0/dist/common.js';
66
import type { AccountOptions, LedgerAddress, LedgerSignature, LedgerTypes, LedgerVersion } from './types.ts';
77

8-
import { newSubstrateApp } from 'https://esm.sh/@zondax/ledger-substrate@0.38.0';
8+
import { newSubstrateApp } from 'https://esm.sh/@zondax/ledger-substrate@0.39.0';
99

10-
import { transports } from 'https://deno.land/x/polkadot@0.2.7/hw-ledger-transports/mod.ts';
11-
import { u8aToBuffer } from 'https://deno.land/x/polkadot@0.2.7/util/mod.ts';
10+
import { transports } from 'https://deno.land/x/polkadot/hw-ledger-transports/mod.ts';
11+
import { u8aToBuffer } from 'https://deno.land/x/polkadot/util/mod.ts';
1212

1313
import { LEDGER_DEFAULT_ACCOUNT, LEDGER_DEFAULT_CHANGE, LEDGER_DEFAULT_INDEX, LEDGER_SUCCESS_CODE } from './constants.ts';
1414
import { ledgerApps } from './defaults.ts';

hw-ledger/defaults.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ export const ledgerApps: Record<string, string> = {
3232
statemine: 'Statemine',
3333
statemint: 'Statemint',
3434
unique: 'Unique',
35+
vtb: 'VTB',
3536
xxnetwork: 'XXNetwork'
3637
};

hw-ledger/detectOther.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2017-2022 @polkadot/hw-ledger authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
import { packageInfo as transportInfo } from 'https://deno.land/x/polkadot@0.2.7/hw-ledger-transports/packageInfo.ts';
5-
import { packageInfo as utilInfo } from 'https://deno.land/x/polkadot@0.2.7/util/packageInfo.ts';
4+
import { packageInfo as transportInfo } from 'https://deno.land/x/polkadot/hw-ledger-transports/packageInfo.ts';
5+
import { packageInfo as utilInfo } from 'https://deno.land/x/polkadot/util/packageInfo.ts';
66

77
export default [transportInfo, utilInfo];

hw-ledger/detectPackage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
import { detectPackage } from 'https://deno.land/x/polkadot@0.2.7/util/mod.ts';
6+
import { detectPackage } from 'https://deno.land/x/polkadot/util/mod.ts';
77

88
import others from './detectOther.ts';
99
import { packageInfo } from './packageInfo.ts';

hw-ledger/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/hw-ledger', path: new URL(import.meta.url).pathname, type: 'deno', version: '0.2.7' };
6+
export const packageInfo = { name: '@polkadot/hw-ledger', path: new URL(import.meta.url).pathname, type: 'deno', version: '10.1.9' };

hw-ledger/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2017-2022 @polkadot/hw-ledger authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
import type { HexString } from 'https://deno.land/x/polkadot@0.2.7/util/types.ts';
4+
import type { HexString } from 'https://deno.land/x/polkadot/util/types.ts';
55

66
export type LedgerTypes = 'hid' | 'u2f' | 'webusb';
77

keyring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ yarn add @polkadot/keyring
1313
Classes and Functions can be imported as follows:
1414

1515
```js
16-
import Keyring from 'https://deno.land/x/polkadot@0.2.7/keyring/mod.ts';
16+
import Keyring from 'https://deno.land/x/polkadot/keyring/mod.ts';
1717
```

0 commit comments

Comments
 (0)