@elastic/elasticsearch
Advanced tools
Comparing version 6.8.2 to 6.8.3
@@ -28,2 +28,4 @@ // Licensed to Elasticsearch B.V under one or more agreements. | ||
asStream?: boolean; | ||
body?: any; | ||
querystring?: string; | ||
} | ||
@@ -30,0 +32,0 @@ |
@@ -215,5 +215,5 @@ // Licensed to Elasticsearch B.V under one or more agreements. | ||
roles: Object.assign({ | ||
[Connection.roles.MASTER]: true, | ||
[Connection.roles.DATA]: true, | ||
[Connection.roles.INGEST]: true, | ||
[Connection.roles.MASTER]: false, | ||
[Connection.roles.DATA]: false, | ||
[Connection.roles.INGEST]: false, | ||
[Connection.roles.ML]: false | ||
@@ -220,0 +220,0 @@ }, roles) |
@@ -7,3 +7,3 @@ { | ||
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html", | ||
"version": "6.8.2", | ||
"version": "6.8.3", | ||
"keywords": [ | ||
@@ -24,3 +24,2 @@ "elasticsearch", | ||
"test:integration": "tap test/integration/index.js -T --no-coverage", | ||
"test:integration:report": "npm run test:integration | tap-mocha-reporter xunit > $WORKSPACE/test-report-junit.xml", | ||
"test:types": "tsc --project ./test/types/tsconfig.json", | ||
@@ -31,3 +30,5 @@ "test:coverage": "nyc tap test/unit/*.test.js test/behavior/*.test.js -t 300 && nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
"ci": "npm run license-checker && npm test && npm run test:integration && npm run test:coverage", | ||
"license-checker": "license-checker --production --onlyAllow='MIT;Apache-2.0;Apache1.1;ISC;BSD-3-Clause;BSD-2-Clause'" | ||
"license-checker": "license-checker --production --onlyAllow='MIT;Apache-2.0;Apache1.1;ISC;BSD-3-Clause;BSD-2-Clause'", | ||
"elasticsearch": "./scripts/es-docker.sh", | ||
"elasticsearch:xpack": "./scripts/es-docker-platinum.sh" | ||
}, | ||
@@ -34,0 +35,0 @@ "author": { |
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
954443
25096