@bigbinary/neeto-cist
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@bigbinary/neeto-cist", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A package encapsulating common utility functions used across neeto products", | ||
@@ -13,3 +13,3 @@ "repository": "git@github.com:bigbinary/neeto-cist.git", | ||
".": { | ||
"import": "./index.js", | ||
"import": "./index.mjs", | ||
"require": "./index.cjs.js", | ||
@@ -33,4 +33,4 @@ "types": "./index.d.ts" | ||
"files": [ | ||
"index.js", | ||
"index.js.map", | ||
"index.mjs", | ||
"index.mjs.map", | ||
"index.cjs.js", | ||
@@ -102,2 +102,3 @@ "index.cjs.js.map", | ||
"formik": "^2.2.9", | ||
"glob": "^10.3.10", | ||
"husky": "^7.0.4", | ||
@@ -104,0 +105,0 @@ "i18next": "22.5.1", |
@@ -6,3 +6,4 @@ # neeto-cist | ||
A collection of common utility functions used across all our | ||
[neeto](https://neeto.com) products | ||
[neeto](https://neeto.com) products. Try out the utility functions live at | ||
[neetoCommons REPL](https://neeto-cist.neeto.com/). | ||
@@ -23,3 +24,2 @@ ## Installation Instructions | ||
## List of Pure Functions | ||
@@ -26,0 +26,0 @@ |
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
328410
96