mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
version bump
This commit is contained in:
parent
138e40e4b2
commit
9d5f3aa68b
6 changed files with 7 additions and 17 deletions
|
|
@ -39,6 +39,7 @@ const context = await esbuild.context({
|
|||
format: "cjs",
|
||||
target: "es2018",
|
||||
logLevel: "info",
|
||||
logOverride: { "invalid-source-mappings": "silent" },
|
||||
minify: prod,
|
||||
sourcemap: prod ? false : "inline",
|
||||
treeShaking: true,
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"id": "math-booster",
|
||||
"name": "LaTeX Equation Referencer",
|
||||
"version": "2.2.3-YouFoundJK",
|
||||
"minAppVersion": "1.3.5",
|
||||
"description": "A powerful indexing & referencing system for theorems & equations in your vault. Bring LaTeX-like workflow into Obsidian with theorem environments, automatic equation numbering, and more.",
|
||||
"author": "Ryota Ushio",
|
||||
"authorUrl": "https://github.com/RyotaUshio",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/ryotaushio",
|
||||
"helpUrl": "https://ryotaushio.github.io/obsidian-latex-theorem-equation-referencer/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "math-booster",
|
||||
"name": "LaTeX Equation Referencer",
|
||||
"version": "2.2.3-YouFoundJK",
|
||||
"version": "2.2.4",
|
||||
"minAppVersion": "1.3.5",
|
||||
"description": "A powerful indexing & referencing system for theorems & equations in your vault. Bring LaTeX-like workflow into Obsidian with theorem environments, automatic equation numbering, and more.",
|
||||
"author": "Ryota Ushio",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-math-booster",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
@ -3155,4 +3155,4 @@
|
|||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-math-booster",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.4",
|
||||
"description": "An Obsidian.md plugin that provides a powerful indexing & referencing system for theorems & equations in your vault. Bring LaTeX-like workflow into Obsidian with theorem environments, automatic equation numbering, and more.",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@
|
|||
"0.3.0": "1.3.5",
|
||||
"0.3.1": "1.3.5",
|
||||
"0.3.2": "1.3.5",
|
||||
"2.2.3-YouFoundJK": "1.3.5"
|
||||
"2.2.3": "1.3.5",
|
||||
"2.2.4": "1.3.5"
|
||||
}
|
||||
Loading…
Reference in a new issue