@timberio/core
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -7,2 +7,4 @@ "use strict"; | ||
const defaultOptions = { | ||
// Default sync endpoint: | ||
endpoint: "https://logs.timber.io/frames", | ||
// Maximum number of logs to sync in a single request to Timber.io | ||
@@ -9,0 +11,0 @@ batchSize: 1000, |
@@ -5,2 +5,4 @@ import { LogLevel } from "@timberio/types"; | ||
const defaultOptions = { | ||
// Default sync endpoint: | ||
endpoint: "https://logs.timber.io/frames", | ||
// Maximum number of logs to sync in a single request to Timber.io | ||
@@ -7,0 +9,0 @@ batchSize: 1000, |
{ | ||
"name": "@timberio/core", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"description": "Timber.io - logging core", | ||
@@ -40,6 +40,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@timberio/tools": "^0.18.0", | ||
"@timberio/types": "^0.18.0" | ||
"@timberio/tools": "^0.19.0", | ||
"@timberio/types": "^0.19.0" | ||
}, | ||
"gitHead": "1b20d286e942d1fe6f293f206e14e6251aa00738" | ||
"gitHead": "79393a6cdca951cf1b007421673cedd8ebef672b" | ||
} |
@@ -12,2 +12,5 @@ import { | ||
const defaultOptions: ITimberOptions = { | ||
// Default sync endpoint: | ||
endpoint: "https://logs.timber.io/frames", | ||
// Maximum number of logs to sync in a single request to Timber.io | ||
@@ -14,0 +17,0 @@ batchSize: 1000, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
68439
1330
+ Added@timberio/tools@0.19.0(transitive)
+ Added@timberio/types@0.19.0(transitive)
- Removed@timberio/tools@0.18.0(transitive)
- Removed@timberio/types@0.18.0(transitive)
Updated@timberio/tools@^0.19.0
Updated@timberio/types@^0.19.0