fix(core): update

This commit is contained in:
Philipp Kunz 2023-07-04 09:59:58 +02:00
parent 5897c6e7de
commit 6d78a7ba0c
2 changed files with 1 additions and 4 deletions

View File

@ -52,7 +52,6 @@ auditDevDependencies:
testStable:
stage: test
script:
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
@ -62,7 +61,6 @@ testStable:
testBuild:
stage: test
script:
- npmci node install stable
- npmci npm install
- npmci npm build
coverage: /\d+.?\d+?\%\s*coverage/
@ -72,7 +70,6 @@ testBuild:
release:
stage: release
script:
- npmci node install stable
- npmci npm publish
only:
- tags

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@mojoio/elasticsearch',
version: '1.0.34',
version: '1.0.35',
description: 'log to elasticsearch in a kibana compatible format'
}