@base-cms/utils
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.4
{ | ||
"name": "@base-cms/utils", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.4", | ||
"description": "Utility functions for JavaScript projects.", | ||
@@ -16,3 +16,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "e1cae56a1f67b7d003dd96934dce975b4a7e39cf" | ||
"gitHead": "561f406f46142d1a09283c495be08f38d9cac048" | ||
} |
@@ -9,4 +9,6 @@ const BEM = require('./bem'); | ||
const compareNumbers = require('./compare-numbers'); | ||
const getDefaultTaxonomyTypes = require('./get-default-taxonomy-types'); | ||
const getDefaultContentTypes = require('./get-default-content-types'); | ||
const getPublishedContentCriteria = require('./get-published-content-criteria'); | ||
const isDev = require('./is-dev'); | ||
const isFunction = require('./is-function'); | ||
@@ -28,4 +30,6 @@ const isObject = require('./is-object'); | ||
compareNumbers, | ||
getDefaultTaxonomyTypes, | ||
getDefaultContentTypes, | ||
getPublishedContentCriteria, | ||
isDev, | ||
isFunction, | ||
@@ -32,0 +36,0 @@ isObject, |
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
7038
23
224