fix(core): update
This commit is contained in:
		@@ -52,7 +52,6 @@ auditDevDependencies:
 | 
				
			|||||||
testStable:
 | 
					testStable:
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - npmci node install stable
 | 
					 | 
				
			||||||
    - npmci npm install
 | 
					    - npmci npm install
 | 
				
			||||||
    - npmci npm test
 | 
					    - npmci npm test
 | 
				
			||||||
  coverage: /\d+.?\d+?\%\s*coverage/
 | 
					  coverage: /\d+.?\d+?\%\s*coverage/
 | 
				
			||||||
@@ -62,7 +61,6 @@ testStable:
 | 
				
			|||||||
testBuild:
 | 
					testBuild:
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - npmci node install stable
 | 
					 | 
				
			||||||
    - npmci npm install
 | 
					    - npmci npm install
 | 
				
			||||||
    - npmci npm build
 | 
					    - npmci npm build
 | 
				
			||||||
  coverage: /\d+.?\d+?\%\s*coverage/
 | 
					  coverage: /\d+.?\d+?\%\s*coverage/
 | 
				
			||||||
@@ -72,7 +70,6 @@ testBuild:
 | 
				
			|||||||
release:
 | 
					release:
 | 
				
			||||||
  stage: release
 | 
					  stage: release
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - npmci node install stable
 | 
					 | 
				
			||||||
    - npmci npm publish
 | 
					    - npmci npm publish
 | 
				
			||||||
  only:
 | 
					  only:
 | 
				
			||||||
    - tags
 | 
					    - tags
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,6 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
export const commitinfo = {
 | 
					export const commitinfo = {
 | 
				
			||||||
  name: '@mojoio/elasticsearch',
 | 
					  name: '@mojoio/elasticsearch',
 | 
				
			||||||
  version: '1.0.34',
 | 
					  version: '1.0.35',
 | 
				
			||||||
  description: 'log to elasticsearch in a kibana compatible format'
 | 
					  description: 'log to elasticsearch in a kibana compatible format'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user