Compare commits

..

2 Commits

Author SHA1 Message Date
958a5d4db5 1.0.29 2020-06-03 07:48:25 +00:00
3a2af6634d fix(core): update 2020-06-03 07:48:25 +00:00
3 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@mojoio/logdna", "name": "@mojoio/logdna",
"version": "1.0.28", "version": "1.0.29",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@mojoio/logdna", "name": "@mojoio/logdna",
"version": "1.0.28", "version": "1.0.29",
"private": false, "private": false,
"description": "an unoffical package for the logdna api", "description": "an unoffical package for the logdna api",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -32,6 +32,7 @@ This package is an unofficial package for the logdna.com service. It comes with
- aggregate logs that require the same uri query parameters and sends them as bundle. This ensures the correct order of logs within logdna. - aggregate logs that require the same uri query parameters and sends them as bundle. This ensures the correct order of logs within logdna.
- resend logs that failed to send. - resend logs that failed to send.
- support smartlog messages and the smartlog ecosystem - support smartlog messages and the smartlog ecosystem
- support giraffe.cloud ecosystem
```typescript ```typescript
import { ILogPackage } from '@pushrocks/smartlog-interfaces'; import { ILogPackage } from '@pushrocks/smartlog-interfaces';