@janiscommerce/api-save
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -10,2 +10,6 @@ # Changelog | ||
## [3.0.1] - 2019-08-06 | ||
### Fixed | ||
- Client models not work as expected | ||
## [3.0.0] - 2019-08-01 | ||
@@ -12,0 +16,0 @@ ### Changed |
@@ -55,3 +55,3 @@ 'use strict'; | ||
const Model = require(modelPath); | ||
return this.client ? this.client.getInstance(Model) : new Model(); | ||
return this.apiInstance.client ? this.apiInstance.client.getInstance(Model) : new Model(); | ||
} | ||
@@ -58,0 +58,0 @@ |
{ | ||
"name": "@janiscommerce/api-save", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A package to handle JANIS Views Save APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
17389