@kiltprotocol/type-definitions
Advanced tools
Comparing version 0.1.22 to 0.1.23
@@ -13,4 +13,4 @@ import type { OverrideBundleDefinition } from "@polkadot/types/types"; | ||
import { types25 } from "./types_25"; | ||
import { types26 } from "./types_26"; | ||
export { types8, types9, types10, types12, types17, types18, types19, types20, types21, types23, types25, types26, }; | ||
import { types2700 } from "./types_2700"; | ||
export { types8, types9, types10, types12, types17, types18, types19, types20, types21, types23, types25, types2700, }; | ||
export declare const typeBundleForPolkadot: OverrideBundleDefinition; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.typeBundleForPolkadot = exports.types26 = exports.types25 = exports.types23 = exports.types21 = exports.types20 = exports.types19 = exports.types18 = exports.types17 = exports.types12 = exports.types10 = exports.types9 = exports.types8 = void 0; | ||
exports.typeBundleForPolkadot = exports.types2700 = exports.types25 = exports.types23 = exports.types21 = exports.types20 = exports.types19 = exports.types18 = exports.types17 = exports.types12 = exports.types10 = exports.types9 = exports.types8 = void 0; | ||
const types_8_1 = require("./types_8"); | ||
@@ -26,4 +26,4 @@ Object.defineProperty(exports, "types8", { enumerable: true, get: function () { return types_8_1.types8; } }); | ||
Object.defineProperty(exports, "types25", { enumerable: true, get: function () { return types_25_1.types25; } }); | ||
const types_26_1 = require("./types_26"); | ||
Object.defineProperty(exports, "types26", { enumerable: true, get: function () { return types_26_1.types26; } }); | ||
const types_2700_1 = require("./types_2700"); | ||
Object.defineProperty(exports, "types2700", { enumerable: true, get: function () { return types_2700_1.types2700; } }); | ||
exports.typeBundleForPolkadot = { | ||
@@ -72,10 +72,10 @@ types: [ | ||
{ | ||
minmax: [25, 25], | ||
minmax: [25, 2699], | ||
types: types_25_1.types25, | ||
}, | ||
{ | ||
minmax: [26, undefined], | ||
types: types_26_1.types26, | ||
minmax: [2700, undefined], | ||
types: types_2700_1.types2700, | ||
}, | ||
], | ||
}; |
@@ -24,3 +24,3 @@ { | ||
}, | ||
"version": "0.1.22" | ||
"version": "0.1.23" | ||
} |
36030