Comparing version 3.1.1 to 3.1.2
@@ -31,3 +31,3 @@ import { | ||
[ TOKEN_ERROR, /^B$/, 0 ], // pattern must not end in a "B" | ||
[ TOKEN_DATETIME, /^(?:([hHmMsSyYbBdDegG])\1*)/, 0 ], | ||
[ TOKEN_DATETIME, /^(?:[hH]+|[mM]+|[sS]+|[yY]+|[bB]+|[dD]+|[gG]+|e+)/, 0 ], | ||
[ TOKEN_DURATION, /^(?:\[(h+|m+|s+)\])/i, 1 ], | ||
@@ -34,0 +34,0 @@ [ TOKEN_CONDITION, /^\[(<[=>]?|>=?|=)\s*(-?[.\d]+)\]/, [ 1, 2 ] ], |
@@ -5,3 +5,3 @@ { | ||
"author": "Borgar Þorsteinsson <borgar@borgar.net>", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "build": "NODE_ENV=production rollup -c", |
Sorry, the diff of this file is too big to display
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
556498