@unified-latex/unified-latex-util-split
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@unified-latex/unified-latex-util-split", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Functions for modifying a unified-latex AST", | ||
@@ -8,4 +8,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@unified-latex/unified-latex-types": "^1.3.0", | ||
"@unified-latex/unified-latex-util-match": "^1.3.0" | ||
"@unified-latex/unified-latex-types": "^1.3.1", | ||
"@unified-latex/unified-latex-util-match": "^1.3.1" | ||
}, | ||
@@ -33,3 +33,4 @@ "repository": { | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
"require": "./index.cjs", | ||
"types": "./index.d.ts" | ||
}, | ||
@@ -36,0 +37,0 @@ "./*js": "./*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
25220