Compare commits

...

6 Commits

Author SHA1 Message Date
4cd9ce8510 1.0.31 2020-06-03 09:18:07 +00:00
cf2620bd41 fix(core): update 2020-06-03 09:18:06 +00:00
1d1a438f8e 1.0.30 2020-06-03 09:15:20 +00:00
aec150a240 fix(core): update 2020-06-03 09:15:19 +00:00
958a5d4db5 1.0.29 2020-06-03 07:48:25 +00:00
3a2af6634d fix(core): update 2020-06-03 07:48:25 +00:00
4 changed files with 14 additions and 2 deletions

View File

@ -54,6 +54,17 @@ testStable:
- docker
- priv
testStableWindows:
stage: test
script:
- npmci npm prepare
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- windows
testBuild:
stage: test
script:

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/logdna",
"version": "1.0.28",
"version": "1.0.31",
"private": false,
"description": "an unoffical package for the logdna api",
"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.
- resend logs that failed to send.
- support smartlog messages and the smartlog ecosystem
- support giraffe.cloud ecosystem
```typescript
import { ILogPackage } from '@pushrocks/smartlog-interfaces';