core-functions
Advanced tools
Comparing version 3.0.5 to 3.0.6
{ | ||
"name": "core-functions", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Core functions, utilities and classes for working with Node/JavaScript primitives and built-in objects, including strings, booleans, Promises, base 64, Arrays, Objects, standard AppErrors, etc.", | ||
@@ -5,0 +5,0 @@ "author": "Byron du Preez", |
@@ -1,2 +0,2 @@ | ||
# core-functions v3.0.5 | ||
# core-functions v3.0.6 | ||
@@ -167,2 +167,5 @@ Core functions, utilities and classes for working with Node/JavaScript primitives and built-in objects, including | ||
### 3.0.6 | ||
- Changed `engines.node` to `>=6.10` in`test/package.json` | ||
### 3.0.5 | ||
@@ -169,0 +172,0 @@ - Added new `any` module: |
{ | ||
"name": "core-functions-tests", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"author": "Byron du Preez", | ||
@@ -8,3 +8,3 @@ "license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=4.3.2" | ||
"node": ">=6.10" | ||
}, | ||
@@ -11,0 +11,0 @@ "scripts": { |
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
916435
442