@timberio/types
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -6,2 +6,6 @@ /** | ||
/** | ||
* Endpoint URL for syncing logs with Timber.io | ||
*/ | ||
endpoint: string; | ||
/** | ||
* Maximum number of logs to sync in a single request to Timber.io | ||
@@ -8,0 +12,0 @@ */ |
@@ -6,2 +6,6 @@ /** | ||
/** | ||
* Endpoint URL for syncing logs with Timber.io | ||
*/ | ||
endpoint: string; | ||
/** | ||
* Maximum number of logs to sync in a single request to Timber.io | ||
@@ -8,0 +12,0 @@ */ |
{ | ||
"name": "@timberio/types", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"description": "Timber.io - Typescript types", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1b20d286e942d1fe6f293f206e14e6251aa00738", | ||
"gitHead": "79393a6cdca951cf1b007421673cedd8ebef672b", | ||
"dependencies": { | ||
@@ -43,0 +43,0 @@ "js": "^0.1.0" |
@@ -7,2 +7,7 @@ /** | ||
/** | ||
* Endpoint URL for syncing logs with Timber.io | ||
*/ | ||
endpoint: string; | ||
/** | ||
* Maximum number of logs to sync in a single request to Timber.io | ||
@@ -9,0 +14,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6729
160