@open-wc/semantic-dom-diff
Advanced tools
Comparing version 0.19.6 to 0.19.7
@@ -179,3 +179,3 @@ /* eslint-disable no-param-reassign */ | ||
} | ||
} else { | ||
} else if (currentSnapshot !== snapshot) { | ||
await saveSnapshot({ name, content: snapshot }); | ||
@@ -182,0 +182,0 @@ } |
# Change Log | ||
## 0.19.7 | ||
### Patch Changes | ||
- 735b0092: Avoid saving unchanged snapshots | ||
## 0.19.6 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@open-wc/semantic-dom-diff", | ||
"version": "0.19.6", | ||
"version": "0.19.7", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
67074