@foxiko/client
Advanced tools
Comparing version 1.0.53 to 1.0.54
@@ -0,1 +1,2 @@ | ||
const {AccountController} = require("./controllers/AccountController"); | ||
const {VendorController} = require("./controllers/VendorController"); | ||
@@ -21,2 +22,3 @@ const {CustomerController} = require("./controllers/CustomerController"); | ||
this.vendor = new VendorController(this, accountId, client); | ||
this.account = new AccountController(this, accountId, client); | ||
} | ||
@@ -23,0 +25,0 @@ |
{ | ||
"name": "@foxiko/client", | ||
"version": "1.0.53", | ||
"version": "1.0.54", | ||
"description": "", | ||
@@ -16,5 +16,4 @@ "main": "index.js", | ||
"ftp": "^0.3.10", | ||
"uuid": "^8.3.2", | ||
"ws": "^7.4.3" | ||
} | ||
} |
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
169301
5
53
3343
- Removeduuid@^8.3.2