@sanity/diff-match-patch
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@sanity/diff-match-patch", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Robust diff, match and patch algorithms to perform operations required for synchronizing plain text", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.cjs", |
@@ -22,2 +22,7 @@ // Changes extensions of built code from `.js` to `.cjs` | ||
const fromDtsPath = jsPath.replace(/\.js$/, '.d.ts') | ||
const toDtsPath = jsPath.replace(/\.js$/, '.cjs.d.ts') | ||
fs.renameSync(fromDtsPath, toDtsPath) | ||
console.log(`${fromDtsPath} => ${toDtsPath}`) | ||
const fromMapPath = jsPath.replace(/\.js$/, '.js.map') | ||
@@ -24,0 +29,0 @@ const mapPath = jsPath.replace(/\.js$/, '.cjs.map') |
{ | ||
"include": ["src/**/*"], | ||
"exclude": ["src/**/__tests__"], | ||
"exclude": ["src/**/__tests__", "src/**/*.test.ts"], | ||
"compilerOptions": { | ||
@@ -5,0 +5,0 @@ "lib": ["ES2020"], |
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
689922
240
12658