mathml2omml
Advanced tools
Comparing version
{ | ||
"name": "mathml2omml", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "a MathML to OMML converter ", | ||
@@ -29,3 +29,3 @@ "main": "src/index.js", | ||
"xml-formatter": "^2.6.1", | ||
"xml-js": "^1.6.11" | ||
"@netless/xml-js": "^1.6.15" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
import { xml2js, js2xml } from 'xml-js' | ||
import { xml2js, js2xml } from '@netless/xml-js' | ||
@@ -3,0 +3,0 @@ import { walker } from './walker.js' |
import { readFileSync, readdirSync, statSync, existsSync } from 'fs' | ||
import { extname, join, dirname } from 'path' | ||
import { fileURLToPath } from 'url' | ||
import { xml2js, js2xml } from 'xml-js' | ||
import { xml2js, js2xml } from '@netless/xml-js' | ||
import format from 'xml-formatter' | ||
@@ -6,0 +6,0 @@ import { |
149104
0.02%+ Added
+ Added
- Removed
- Removed
- Removed