aaro-scripts
Advanced tools
Comparing version 1.0.9 to 1.1.0
{ | ||
"name": "aaro-scripts", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "Useful scripts for aaro erp", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
const getAllProducts = require("../stock/stockScripts"); | ||
const { getAllProducts } = require("../stock/stockScripts"); | ||
const { getAllPriceListItems } = require("../priceList/priceListScripts"); | ||
@@ -3,0 +3,0 @@ const { diff } = require("../helpers/arrayHelper"); |
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
11092