@vue/shared-canary
Advanced tools
Comparing version 3.20230605.0 to 3.20230612.0
@@ -187,6 +187,4 @@ 'use strict'; | ||
return res; | ||
} else if (isString(value)) { | ||
} else if (isString(value) || isObject(value)) { | ||
return value; | ||
} else if (isObject(value)) { | ||
return value; | ||
} | ||
@@ -193,0 +191,0 @@ } |
@@ -187,6 +187,4 @@ 'use strict'; | ||
return res; | ||
} else if (isString(value)) { | ||
} else if (isString(value) || isObject(value)) { | ||
return value; | ||
} else if (isObject(value)) { | ||
return value; | ||
} | ||
@@ -193,0 +191,0 @@ } |
@@ -71,3 +71,3 @@ /** | ||
/** | ||
* Only conerces number-like strings | ||
* Only concerns number-like strings | ||
* "123-foo" will be returned as-is | ||
@@ -74,0 +74,0 @@ */ |
@@ -183,6 +183,4 @@ function makeMap(str, expectsLowerCase) { | ||
return res; | ||
} else if (isString(value)) { | ||
} else if (isString(value) || isObject(value)) { | ||
return value; | ||
} else if (isObject(value)) { | ||
return value; | ||
} | ||
@@ -189,0 +187,0 @@ } |
{ | ||
"name": "@vue/shared-canary", | ||
"version": "3.20230605.0", | ||
"version": "3.20230612.0", | ||
"description": "internal utils shared across @vue packages", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
71106
1661