sugar-high
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -437,3 +437,3 @@ // @ts-check | ||
// `=` in property=<value> | ||
if (next === '=') { | ||
if (next === '=' && !inStringContent()) { | ||
const prop = current ? (current + curr) : curr | ||
@@ -440,0 +440,0 @@ if (isIdentifier(prop)) { |
{ | ||
"name": "sugar-high", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"type": "module", | ||
@@ -17,5 +17,5 @@ "types": "./lib/index.d.ts", | ||
"codice": "^0.2.0", | ||
"next": "14.1.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"next": "14.2.3", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"sugar-high": "link:./", | ||
@@ -22,0 +22,0 @@ "vitest": "^1.2.2" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17426
0