@elastic.io/maester-client
Advanced tools
Comparing version 3.4.3-dev.2 to 3.4.3
{ | ||
"name": "@elastic.io/maester-client", | ||
"version": "3.4.3-dev.2", | ||
"version": "3.4.3", | ||
"description": "The official object-storage client", | ||
@@ -54,3 +54,3 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@elastic.io/bunyan-logger": "1.0.6", | ||
"@elastic.io/bunyan-logger": "1.0.8", | ||
"@types/sinon": "10.0.0", | ||
@@ -61,2 +61,2 @@ "axios": "0.26.1", | ||
} | ||
} | ||
} |
/* eslint-disable max-len */ | ||
import 'mocha'; | ||
// import { getLogger } from '@elastic.io/component-commons-library/dist/src/logger/logger'; | ||
import chai from 'chai'; | ||
import nock from 'nock'; | ||
import sinon from 'sinon'; | ||
import bunyan from '@elastic.io/bunyan-logger'; | ||
import { ObjectStorageWrapper, MAESTER_MAX_SUPPORTED_COUNT_OF_QUERY_HEADERS } from '../src/ObjectStorageWrapper'; | ||
@@ -64,3 +64,3 @@ | ||
context = { | ||
logger: { info: () => { }, debug: () => { } }, | ||
logger: bunyan.createLogger({ name: 'dummy' }), | ||
emit: sinon.spy(), | ||
@@ -67,0 +67,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
66607
+ Added@elastic.io/bunyan-logger@1.0.8(transitive)
+ Addedbunyan@1.8.15(transitive)
- Removed@elastic.io/bunyan-logger@1.0.6(transitive)
- Removedbunyan@1.8.12(transitive)