odata-query-sequelize
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "odata-query-sequelize", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Sean Lynch <techniq35@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -8,7 +8,7 @@ # odata-query-plus | ||
``` | ||
yarn add odata-query | ||
yarn add odata-query-sequelize | ||
``` | ||
or | ||
``` | ||
npm install --save odata-query | ||
npm install --save odata-query-sequelize | ||
``` | ||
@@ -18,3 +18,3 @@ | ||
```js | ||
import buildQuery from 'odata-query' | ||
import buildQuery from 'odata-query-sequelize' | ||
@@ -21,0 +21,0 @@ const query = buildQuery({...}) |
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
15642