@db-ui/migration
Advanced tools
Comparing version 0.6.2-migration-c3c4466 to 0.6.2-migration2-c0125fe
@@ -280,7 +280,12 @@ #!/usr/bin/env node | ||
files: "", | ||
from: /behaviour="closable"/g, | ||
to: 'closable="true"' | ||
from: /behaviour="closeable"/g, | ||
to: 'closeable="true"' | ||
}, | ||
{ | ||
files: "", | ||
from: /behaviour="permanent"/g, | ||
to: 'closeable="false"' | ||
}, | ||
{ | ||
files: "", | ||
from: /variant="hidden"/g, | ||
@@ -287,0 +292,0 @@ to: 'showLabel="false"' |
{ | ||
"name": "@db-ui/migration", | ||
"version": "0.6.2-migration-c3c4466", | ||
"version": "0.6.2-migration2-c0125fe", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Migration script for changing your code in between DB UX Design System v3 versions regarding BREAKING CHANGES.", |
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
10444
363