@cocreate/utils
Advanced tools
Comparing version 1.1.25 to 1.1.26
@@ -0,1 +1,8 @@ | ||
## [1.1.26](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.25...v1.1.26) (2021-10-04) | ||
### Bug Fixes | ||
* remove configMatch from exports ([069417e](https://github.com/CoCreate-app/CoCreate-utils/commit/069417e0bd8d4b1b798034497b72c9d7d05840df)) | ||
## [1.1.25](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.24...v1.1.25) (2021-10-04) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/utils", | ||
"version": "1.1.25", | ||
"version": "1.1.26", | ||
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -66,5 +66,4 @@ /*globals DOMParser*/ | ||
parseTextToHtml, | ||
configMatch, | ||
getAttributes, | ||
cssPath | ||
}; |
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
50344
483