@unified-latex/unified-latex-util-split
Advanced tools
Comparing version 1.0.1 to 1.0.5
{ | ||
"name": "@unified-latex/unified-latex-util-split", | ||
"version": "1.0.1", | ||
"version": "1.0.5", | ||
"description": "Functions for modifying a unified-latex AST", | ||
@@ -8,4 +8,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@unified-latex/unified-latex-types": "*", | ||
"@unified-latex/unified-latex-util-match": "*" | ||
"@unified-latex/unified-latex-types": "^1.0.5", | ||
"@unified-latex/unified-latex-util-match": "^1.0.5" | ||
}, | ||
@@ -32,3 +32,3 @@ "files": [ | ||
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo", | ||
"compile": "tsc -b tsconfig.json & node build.js", | ||
"compile": "tsc -b tsconfig.json & node build.js & wait", | ||
"test": "jest" | ||
@@ -35,0 +35,0 @@ }, |
@@ -16,2 +16,11 @@ <!-- DO NOT MODIFY --> | ||
## Install | ||
```bash | ||
npm install @unified-latex/unified-latex-util-split | ||
``` | ||
This package contains both esm and commonjs exports. To explicitly access the esm export, | ||
import the `.js` file. To explicitly access the commonjs export, import the `.cjs` file. | ||
# Functions | ||
@@ -18,0 +27,0 @@ |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
22349
0
107