@timberio/core
Advanced tools
Comparing version 0.14.1 to 0.15.0
@@ -20,3 +20,3 @@ import { ITimberLog, Middleware, ITimberOptions, Sync } from "@timberio/types"; | ||
*/ | ||
constructor(apiKey: string, options?: ITimberOptions); | ||
constructor(apiKey: string, options?: Partial<ITimberOptions>); | ||
/** | ||
@@ -23,0 +23,0 @@ * Number of entries logged |
@@ -20,3 +20,3 @@ import { ITimberLog, Middleware, ITimberOptions, Sync } from "@timberio/types"; | ||
*/ | ||
constructor(apiKey: string, options?: ITimberOptions); | ||
constructor(apiKey: string, options?: Partial<ITimberOptions>); | ||
/** | ||
@@ -23,0 +23,0 @@ * Number of entries logged |
{ | ||
"name": "@timberio/core", | ||
"version": "0.14.1", | ||
"version": "0.15.0", | ||
"description": "Timber.io - logging core", | ||
@@ -40,6 +40,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@timberio/tools": "^0.14.1", | ||
"@timberio/types": "^0.14.1" | ||
"@timberio/tools": "^0.15.0", | ||
"@timberio/types": "^0.15.0" | ||
}, | ||
"gitHead": "a358ed0c3567f31d00dc96258b73bc9062d59c17" | ||
"gitHead": "b7cd2447a5d4829e632b656d156a1e98716dd5a0" | ||
} |
@@ -51,3 +51,3 @@ import { ITimberLog, Middleware, ITimberOptions, Sync } from "@timberio/types"; | ||
*/ | ||
public constructor(apiKey: string, options?: ITimberOptions) { | ||
public constructor(apiKey: string, options?: Partial<ITimberOptions>) { | ||
// Store the API key, to use for syncing with Timber.io | ||
@@ -54,0 +54,0 @@ this._apiKey = apiKey; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
49100
+ Added@timberio/tools@0.15.0(transitive)
+ Added@timberio/types@0.15.0(transitive)
- Removed@timberio/tools@0.14.1(transitive)
- Removed@timberio/types@0.14.1(transitive)
Updated@timberio/tools@^0.15.0
Updated@timberio/types@^0.15.0