@qiwi/substrate-std
Advanced tools
Comparing version
@@ -0,1 +1,17 @@ | ||
| # @qiwi/substrate-std [1.1.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.39...@qiwi/substrate-std@1.1.0) (2020-09-12) | ||
| ### Features | ||
| * introduce infra package ([2b2343b](https://github.com/qiwi/substrate/commit/2b2343b2d64bd4e69b1eac04ec46f22775118f05)), closes [#244](https://github.com/qiwi/substrate/issues/244) | ||
| ### Dependencies | ||
| * **@qiwi/substrate-types:** upgraded to 1.46.0 | ||
| * **@qiwi/substrate-infra:** upgraded to 1.0.0 | ||
| ## @qiwi/substrate-std [1.0.39](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.38...@qiwi/substrate-std@1.0.39) (2020-09-11) | ||
@@ -2,0 +18,0 @@ |
| /** | ||
| * Flowtype definitions for index | ||
| * Generated by Flowgen from a Typescript Definition | ||
| * Flowgen v1.10.0 | ||
| * Flowgen v1.11.0 | ||
| */ | ||
| declare module "@qiwi/substrate-std/target/es5/stack" { | ||
| import type { IStack } from "@qiwi/substrate-types"; | ||
| declare module '@qiwi/substrate-std/target/es5/stack' { | ||
| import type { | ||
| IStack | ||
| } from '@qiwi/substrate-types'; | ||
| /** | ||
| * Standard stack implementation | ||
| */ | ||
| declare export class Stack<T> mixins IStack<T> { | ||
| constructor(...args: Array<T>): this; | ||
| get(index: number | string): T | void; | ||
| push(...items: Array<T>): T; | ||
| pop(): T | void; | ||
| shift(): T | void; | ||
| unshift(...items: Array<T>): T; | ||
| size: number; | ||
| remove(index: number | string): T; | ||
| last(): any; | ||
| first(): any; | ||
| toArray(): Array<any>; | ||
| clear(): void; | ||
| indexOf(item: T): number; | ||
| add(index: number | string, item: T): T; | ||
| isEmpty(): boolean; | ||
| } | ||
| } | ||
| /** | ||
| * Standard stack implementation | ||
| */ | ||
| declare export class Stack<T> mixins IStack<T> { | ||
| constructor(...args: Array<T>): this; | ||
| get(index: number | string): T | void; | ||
| push(...items: Array<T>): T; | ||
| pop(): T | void; | ||
| shift(): T | void; | ||
| unshift(...items: Array<T>): T; | ||
| /* NO PRINT IMPLEMENTED: GetAccessor */ any; | ||
| remove(index: number | string): T; | ||
| last(): any; | ||
| first(): any; | ||
| toArray(): Array<any>; | ||
| clear(): void; | ||
| indexOf(item: T): number; | ||
| add(index: number | string, item: T): T; | ||
| isEmpty(): boolean; | ||
| declare module "@qiwi/substrate-std/target/es5/index" { | ||
| declare export { Stack } from "@qiwi/substrate-std/target/es5/stack"; | ||
| } | ||
| } | ||
| declare module '@qiwi/substrate-std/target/es5/index' { | ||
| declare export { | ||
| Stack | ||
| }from '@qiwi/substrate-std/target/es5/stack'; | ||
| } | ||
| declare module '@qiwi/substrate-std' { | ||
| declare export * from '@qiwi/substrate-std/target/es5/index'; | ||
| } | ||
| declare module "@qiwi/substrate-std" { | ||
| declare export * from "@qiwi/substrate-std/target/es5/index" | ||
| } |
| { | ||
| "name": "@qiwi/substrate-std", | ||
| "version": "1.0.39", | ||
| "version": "1.1.0", | ||
| "main": "target/es5/index.js", | ||
@@ -37,26 +37,19 @@ "source": "target/ts/index.ts", | ||
| "devDependencies": { | ||
| "@qiwi/libdefkit": "^1.0.2", | ||
| "@qiwi/uniconfig": "3.3.1", | ||
| "@qiwi/uniconfig": "3.5.1", | ||
| "@types/bluebird": "3.5.32", | ||
| "@types/config": "0.0.36", | ||
| "@types/jest": "26.0.5", | ||
| "@types/lodash": "4.14.157", | ||
| "@types/node": "14.0.23", | ||
| "@types/jest": "26.0.13", | ||
| "@types/lodash": "4.14.161", | ||
| "@types/node": "14.10.1", | ||
| "@types/parsimmon": "1.10.2", | ||
| "@types/underscore": "1.10.11", | ||
| "@types/underscore": "1.10.22", | ||
| "bluebird": "3.7.2", | ||
| "conf": "7.1.1", | ||
| "conf": "7.1.2", | ||
| "config": "3.3.1", | ||
| "dtslint": "3.6.12", | ||
| "lodash": "4.17.19", | ||
| "ts-loader": "8.0.1", | ||
| "ts-node": "8.10.2", | ||
| "ts-to-flow": "0.0.3", | ||
| "typescript": "3.9.7", | ||
| "underscore": "1.10.2", | ||
| "typedoc": "0.17.8", | ||
| "typedoc-plugin-external-module-name": "4.0.3" | ||
| "lodash": "4.17.20", | ||
| "underscore": "1.11.0" | ||
| }, | ||
| "dependencies": { | ||
| "@qiwi/substrate-types": "1.45.0" | ||
| "@qiwi/substrate-types": "1.46.0", | ||
| "@qiwi/substrate-infra": "1.0.0" | ||
| }, | ||
@@ -74,2 +67,2 @@ "peerDependencies": {}, | ||
| "optionalDependencies": {} | ||
| } | ||
| } |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.Stack = void 0; | ||
| /** @module @qiwi/substrate-std */ | ||
@@ -4,0 +5,0 @@ /** */ |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.Stack = void 0; | ||
| /** @module @qiwi/substrate-std */ | ||
@@ -4,0 +5,0 @@ /** */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26868
0.97%13
-38.1%2
100%346
-0.57%+ Added
+ Added
+ Added
- Removed
Updated