sequelize-es-decorator
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -1,2 +0,2 @@ | ||
const elasticsearch = require('elasticsearch'); | ||
const elasticsearch = require('@elastic/elasticsearch'); | ||
const {typeCheck} = require('type-check'); | ||
@@ -3,0 +3,0 @@ const {types} = require('./config/constants'); |
{ | ||
"name": "sequelize-es-decorator", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Decorator for Sequelize models that enables auto-indexing of data that goes through the model.", | ||
@@ -22,2 +22,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@elastic/elasticsearch": "^7.5.0", | ||
"elasticsearch": "^14.1.0", | ||
@@ -24,0 +25,0 @@ "type-check": "^0.3.2" |
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
9611
3
+ Added@elastic/elasticsearch@7.17.14(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addedhpagent@0.1.2(transitive)
+ Addedsecure-json-parse@2.7.0(transitive)