Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed Jan 17, 2023
1 parent 0b78b97 commit 7a981c5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "text-extractor",
"name": "Text Extractor",
"version": "0.3.1",
"version": "0.3.2",
"minAppVersion": "0.15.0",
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
"author": "Simon Cambier",
Expand Down
66 changes: 33 additions & 33 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "text-extractor",
"version": "0.3.1",
"private": true,
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
"main": "dist/main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
},
"keywords": [],
"author": "Simon Cambier",
"license": "AGPL-3.0",
"devDependencies": {
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"esbuild-plugin-copy": "1.3.0",
"esbuild-svelte": "^0.7.3",
"obsidian": "latest",
"prettier": "^2.8.1",
"svelte": "^3.55.0",
"svelte-check": "^2.10.3",
"svelte-multiselect": "^8.2.1",
"svelte-preprocess": "^5.0.0",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"obsidian-text-extract": "link:..\\lib"
}
"name": "text-extractor",
"version": "0.3.2",
"private": true,
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
"main": "dist/main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
},
"keywords": [],
"author": "Simon Cambier",
"license": "AGPL-3.0",
"devDependencies": {
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"esbuild-plugin-copy": "1.3.0",
"esbuild-svelte": "^0.7.3",
"obsidian": "latest",
"prettier": "^2.8.1",
"svelte": "^3.55.0",
"svelte-check": "^2.10.3",
"svelte-multiselect": "^8.2.1",
"svelte-preprocess": "^5.0.0",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"obsidian-text-extract": "link:..\\lib"
}
}
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"0.1.1": "0.15.0",
"0.2.0": "0.15.0",
"0.3.0": "0.15.0",
"0.3.1": "0.15.0"
}
"0.3.1": "0.15.0",
"0.3.2": "1.0.0"
}

0 comments on commit 7a981c5

Please sign in to comment.