@tryghost/elasticsearch
Advanced tools
Comparing version 0.1.0 to 0.1.1
const {Client} = require('@elastic/elasticsearch'); | ||
const debug = require('@tryghost/debug')('logging:elasticsearch'); | ||
// Single client - multiple children made from it for a single connection pool | ||
// Singleton client - multiple children made from it for a single connection pool | ||
let client; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@tryghost/elasticsearch", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"repository": "https://github.com/TryGhost/framework/tree/main/packages/elasticsearch", | ||
@@ -31,3 +31,3 @@ "author": "Ghost Foundation", | ||
}, | ||
"gitHead": "45d76a958d264ba5f5ad6c4ff2306870b66cad99" | ||
"gitHead": "35703cafdcc99d34655bd1cb15f3f44646580437" | ||
} |
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
4109