-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hananoshika Yomaru
committed
Nov 21, 2023
1 parent
7a1dbca
commit 0f48e72
Showing
3 changed files
with
60 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
{ | ||
"name": "obsidian-run", | ||
"version": "1.0.7", | ||
"description": "Generate markdown from dataview query and javascript", | ||
"main": "main.js", | ||
"scripts": { | ||
"dev": "bun esbuild.config.mjs", | ||
"build": "bun esbuild.config.mjs production", | ||
"version": "bun version-bump.mjs && git add manifest.json versions.json", | ||
"prepare": "husky install", | ||
"release": "bash ./release.sh", | ||
"typecheck": "tsc -noEmit -skipLibCheck" | ||
}, | ||
"keywords": [ | ||
"obsidian", | ||
"plugin", | ||
"dataview", | ||
"markdown", | ||
"generator", | ||
"javascript" | ||
], | ||
"author": "Hananoshika Yomaru", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/diff-match-patch": "^1.0.34", | ||
"@types/js-yaml": "^4.0.6", | ||
"@types/node": "^16.11.6", | ||
"@typescript-eslint/eslint-plugin": "5.29.0", | ||
"@typescript-eslint/parser": "5.29.0", | ||
"builtin-modules": "3.3.0", | ||
"bun-types": "^1.0.3", | ||
"esbuild": "0.17.3", | ||
"husky": "^8.0.3", | ||
"obsidian": "latest", | ||
"tslib": "2.4.0", | ||
"typescript": "^5.0.5" | ||
}, | ||
"dependencies": { | ||
"@babel/parser": "^7.23.0", | ||
"@total-typescript/ts-reset": "^0.5.1", | ||
"date-fns": "^2.30.0", | ||
"diff-match-patch": "^1.0.5", | ||
"js-yaml": "^4.1.0", | ||
"mdast-util-from-markdown": "^1.2.0", | ||
"mdast-util-gfm-footnote": "^1.0.1", | ||
"mdast-util-gfm-task-list-item": "^1.0.1", | ||
"mdast-util-math": "^2.0.1", | ||
"micromark-extension-gfm-footnote": "^1.0.4", | ||
"micromark-extension-gfm-task-list-item": "^1.0.3", | ||
"micromark-extension-math": "^2.0.2", | ||
"micromark-util-combine-extensions": "^1.0.0", | ||
"obsidian-dataview": "^0.5.59", | ||
"quick-lru": "^6.1.1", | ||
"recast": "^0.23.4", | ||
"ts-dedent": "^2.2.0", | ||
"unist-util-visit": "^4.1.2", | ||
"zod": "^3.22.2" | ||
} | ||
"name": "obsidian-run", | ||
"version": "1.0.8", | ||
"description": "Generate markdown from dataview query and javascript", | ||
"main": "main.js", | ||
"scripts": { | ||
"dev": "bun esbuild.config.mjs", | ||
"build": "bun esbuild.config.mjs production", | ||
"version": "bun version-bump.mjs && git add manifest.json versions.json", | ||
"prepare": "husky install", | ||
"release": "bash ./release.sh", | ||
"typecheck": "tsc -noEmit -skipLibCheck" | ||
}, | ||
"keywords": [ | ||
"obsidian", | ||
"plugin", | ||
"dataview", | ||
"markdown", | ||
"generator", | ||
"javascript" | ||
], | ||
"author": "Hananoshika Yomaru", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/diff-match-patch": "^1.0.34", | ||
"@types/js-yaml": "^4.0.6", | ||
"@types/node": "^16.11.6", | ||
"@typescript-eslint/eslint-plugin": "5.29.0", | ||
"@typescript-eslint/parser": "5.29.0", | ||
"builtin-modules": "3.3.0", | ||
"bun-types": "^1.0.3", | ||
"esbuild": "0.17.3", | ||
"husky": "^8.0.3", | ||
"obsidian": "latest", | ||
"tslib": "2.4.0", | ||
"typescript": "^5.0.5" | ||
}, | ||
"dependencies": { | ||
"@babel/parser": "^7.23.0", | ||
"@total-typescript/ts-reset": "^0.5.1", | ||
"date-fns": "^2.30.0", | ||
"diff-match-patch": "^1.0.5", | ||
"js-yaml": "^4.1.0", | ||
"mdast-util-from-markdown": "^1.2.0", | ||
"mdast-util-gfm-footnote": "^1.0.1", | ||
"mdast-util-gfm-task-list-item": "^1.0.1", | ||
"mdast-util-math": "^2.0.1", | ||
"micromark-extension-gfm-footnote": "^1.0.4", | ||
"micromark-extension-gfm-task-list-item": "^1.0.3", | ||
"micromark-extension-math": "^2.0.2", | ||
"micromark-util-combine-extensions": "^1.0.0", | ||
"obsidian-dataview": "^0.5.59", | ||
"quick-lru": "^6.1.1", | ||
"recast": "^0.23.4", | ||
"ts-dedent": "^2.2.0", | ||
"unist-util-visit": "^4.1.2", | ||
"zod": "^3.22.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,6 @@ | |
"1.0.4": "0.15.0", | ||
"1.0.5": "0.15.0", | ||
"1.0.6": "0.15.0", | ||
"1.0.7": "0.15.0" | ||
"1.0.7": "0.15.0", | ||
"1.0.8": "0.15.0" | ||
} |