@polkadot-api/metadata-builders 0.13.11 → 0.13.12-canary.2263dae

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -141,7 +141,7 @@ declare const getChecksumBuilder: (getLookupEntryDef: MetadataLookup) => {
141
141
  buildEvent: (pallet: string, name: string) => string | null;
142
142
  buildError: (pallet: string, name: string) => string | null;
143
143
  buildConstant: (pallet: string, constantName: string) => string | null;
144
- buildComposite: (input: VoidVar | TupleVar | StructVar | ArrayVar) => string | null;
144
+ buildComposite: (input: TupleVar | StructVar | VoidVar | ArrayVar) => string | null;
145
145
  buildNamedTuple: (input: StructVar) => string | null;
146
146
  getAllGeneratedChecksums: () => string[];
147
147
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polkadot-api/metadata-builders",
3
- "version": "0.13.11",
3
+ "version": "0.13.12-canary.2263dae",
4
4
  "author": "Josep M Sobrepere (https://github.com/josepot)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,8 +35,8 @@
35
35
  "dist"
36
36
  ],
37
37
  "dependencies": {
38
- "@polkadot-api/substrate-bindings": "0.19.0",
39
- "@polkadot-api/utils": "0.3.0"
38
+ "@polkadot-api/utils": "0.3.1-canary.2263dae",
39
+ "@polkadot-api/substrate-bindings": "0.19.1-canary.2263dae"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@polkadot-api/metadata-fixtures": "0.0.0"