@akromio/dataset
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -57,4 +57,4 @@ "use strict"; | ||
{ | ||
const onlyVarPattern = (0, _core.re)("^\\$\\(([^(]+)\\)$"); | ||
const multiVarsPattern = (0, _core.re)("\\$\\(([^(]+)\\)"); | ||
const onlyVarPattern = (0, _core.re)("^\\$\\(([^()]+)\\)$"); | ||
const multiVarsPattern = (0, _core.re)("\\$\\(([^()]+)\\)"); | ||
if (exp == "$(*)") { | ||
@@ -61,0 +61,0 @@ value = ds.reprMap; |
{ | ||
"name": "@akromio/dataset", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Dataset library for Akromio.", | ||
@@ -44,3 +44,3 @@ "author": { | ||
}, | ||
"gitHead": "f8b035fd745aa8df18697c0a143f1ff10a94639d" | ||
"gitHead": "5abf3130df4daf59bef22ac39ed810e597312cd2" | ||
} |
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
40179