acsi-core 0.9.2 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ export declare class LatexExtractor {
2
+ private static extractAllLatexUltimate;
3
+ private static extractMultiLineFormulas;
4
+ private static isMathFormula;
5
+ static ApplyLatexFormat(content: string): string;
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acsi-core",
3
- "version": "0.9.2",
3
+ "version": "0.9.4",
4
4
  "description": "Contains core components && functions for acsi-core project",
5
5
  "author": "brss",
6
6
  "license": "MIT",
@@ -53,7 +53,7 @@
53
53
  "react": "^18.2.0",
54
54
  "react-dom": "^18.2.0",
55
55
  "react-redux": "^9.0.4",
56
- "react-router-dom": "^5.2.0"
56
+ "react-router-dom": "^5.3.4"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "microbundle-crl --no-compress --format modern,cjs",