@qiwi/uniconfig-plugin-datatree
Advanced tools
Comparing version 3.5.5 to 3.5.6
{ | ||
"name": "@qiwi/uniconfig-plugin-datatree", | ||
"version": "3.5.5", | ||
"version": "3.5.6", | ||
"description": "uniconfig datatree plugin", | ||
@@ -36,10 +36,10 @@ "main": "target/es5/index.js", | ||
"dependencies": { | ||
"@qiwi/uniconfig-core": "3.5.4", | ||
"@qiwi/uniconfig-core": "3.5.5", | ||
"lodash": "^4.17.21", | ||
"tslib": "^2.4.0" | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.182", | ||
"@types/node": "18.6.5" | ||
"@types/lodash": "^4.14.199", | ||
"@types/node": "20.12.7" | ||
} | ||
} |
import { IPipeline, IAny, INamedPipe } from '@qiwi/uniconfig-core'; | ||
export declare const name = "datatree"; | ||
export declare type ISource = { | ||
export type ISource = { | ||
data: IAny; | ||
pipeline: IPipeline; | ||
}; | ||
export declare type IDatatree = { | ||
export type IDatatree = { | ||
data: IAny; | ||
@@ -13,3 +13,3 @@ sources: { | ||
}; | ||
export declare type ISourceMap = { | ||
export type ISourceMap = { | ||
[key: string]: IAny; | ||
@@ -16,0 +16,0 @@ }; |
import { IPipeline, IAny, INamedPipe } from '@qiwi/uniconfig-core'; | ||
export declare const name = "datatree"; | ||
export declare type ISource = { | ||
export type ISource = { | ||
data: IAny; | ||
pipeline: IPipeline; | ||
}; | ||
export declare type IDatatree = { | ||
export type IDatatree = { | ||
data: IAny; | ||
@@ -13,3 +13,3 @@ sources: { | ||
}; | ||
export declare type ISourceMap = { | ||
export type ISourceMap = { | ||
[key: string]: IAny; | ||
@@ -16,0 +16,0 @@ }; |
Sorry, the diff of this file is not supported yet
19841
+ Added@qiwi/uniconfig-core@3.5.5(transitive)
+ Addedbrowser-or-node@3.0.0(transitive)
- Removed@qiwi/uniconfig-core@3.5.4(transitive)
- Removedbrowser-or-node@2.1.1(transitive)
Updated@qiwi/uniconfig-core@3.5.5
Updatedtslib@^2.6.2