@polkadot-api/view-builder 0.4.3 → 0.4.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -173,4 +173,5 @@ type Shape = {
173
173
 
174
174
  declare const getViewBuilder: GetViewBuilder;
175
175
 
176
- export { type AccountIdDecoded, type ArrayDecoded, type ArrayShape, type BigNumberDecoded, type BitSequenceDecoded, type BoolDecoded, type BytesArrayDecoded, type BytesArrayShape, type BytesSequenceDecoded, type ComplexDecoded, type ComplexShape, type Decoded, type DecodedCall, type EnumDecoded, type EnumShape, type EthAccountDecoded, type GetViewBuilder, type NumberDecoded, type OptionDecoded, type OptionShape, type PrimitiveDecoded, type ResultDecoded, type ResultShape, type SequenceDecoded, type SequenceShape, type Shape, type StringDecoded, type StructDecoded, type StructShape, type TupleDecoded, type TupleShape, type UnshapedDecoder, type VoidDecoded, getViewBuilder };
176
+ export { getViewBuilder };
177
+ export type { AccountIdDecoded, ArrayDecoded, ArrayShape, BigNumberDecoded, BitSequenceDecoded, BoolDecoded, BytesArrayDecoded, BytesArrayShape, BytesSequenceDecoded, ComplexDecoded, ComplexShape, Decoded, DecodedCall, EnumDecoded, EnumShape, EthAccountDecoded, GetViewBuilder, NumberDecoded, OptionDecoded, OptionShape, PrimitiveDecoded, ResultDecoded, ResultShape, SequenceDecoded, SequenceShape, Shape, StringDecoded, StructDecoded, StructShape, TupleDecoded, TupleShape, UnshapedDecoder, VoidDecoded };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polkadot-api/view-builder",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "author": "Josep M Sobrepere (https://github.com/josepot)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,9 +35,9 @@
35
35
  "dist"
36
36
  ],
37
37
  "dependencies": {
38
- "@polkadot-api/metadata-builders": "0.10.2",
39
- "@polkadot-api/substrate-bindings": "0.11.1",
40
- "@polkadot-api/utils": "0.1.2"
38
+ "@polkadot-api/utils": "0.1.2",
39
+ "@polkadot-api/metadata-builders": "0.11.0",
40
+ "@polkadot-api/substrate-bindings": "0.12.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@polkadot-api/metadata-fixtures": "0.0.0"