@chisel/typescript
Advanced tools
Comparing version 0.0.37 to 0.0.38
@@ -20,3 +20,2 @@ export { | ||
QueryResult, | ||
Utility, | ||
DoneFunction | ||
@@ -66,3 +65,2 @@ } from '../shared'; | ||
databaseList: () => string[]; | ||
util: Utility; | ||
predicates: QueryPredicates; | ||
@@ -69,0 +67,0 @@ newReport: (title: string, description?: string) => ReportRef; |
{ | ||
"name": "@chisel/typescript", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"description": "Chisel Data Integration Platform TypeScript Essentials.", | ||
@@ -26,3 +26,6 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/chisel/chisel-ts#readme" | ||
"homepage": "https://github.com/chisel/chisel-ts#readme", | ||
"dependencies": { | ||
"@types/node": "^11.10.4" | ||
} | ||
} |
@@ -20,3 +20,2 @@ export { | ||
QueryResult, | ||
Utility, | ||
DoneFunction | ||
@@ -70,4 +69,7 @@ } from '../shared'; | ||
mutators: DataMutators; | ||
util: Utility; | ||
predicates: QueryPredicates; | ||
getFile: (name: string, text?: boolean) => Promise<string|Buffer>; | ||
deleteFile: (name: string) => Promise<void>; | ||
listFiles: () => string[]; | ||
renameFile: (name: string, newName: string) => Promise<void>; | ||
@@ -74,0 +76,0 @@ } |
@@ -82,2 +82,3 @@ export { Logger, Colors, MicrosetRef, DoneFunction } from '../shared'; | ||
databaseList: () => string[]; | ||
getFile: (name: string, text?: boolean) => Promise<string|Buffer>; | ||
@@ -84,0 +85,0 @@ } |
@@ -31,2 +31,3 @@ export interface Logger { | ||
microsetList: () => string[]; | ||
util: Utility; | ||
@@ -107,2 +108,3 @@ } | ||
enrichedNameData: (enrichedName: string) => EnrichedNameData; | ||
unzip: (data: string|Buffer) => Promise<Buffer>; | ||
@@ -109,0 +111,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21242
536
1
+ Added@types/node@^11.10.4
+ Added@types/node@11.15.54(transitive)