Skip to content

Commit

Permalink
1.0.10 update all dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
TfT Hacker committed Aug 31, 2024
1 parent 6a5b0fb commit 97bc763
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.10

- chore: update all dependencies.

# 1.0.9

- Minor adjustments have been made in preparation for release to the community plugin list.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Follow me at https://twitter.com/tfthacker for updates.

You might also be interested in a few products I have made for Obsidian:

- [Canvas Candy](https://tfthacker.com/canvas-candy) - The Canvas Candy Vault is a set of tools specially designed for use with the canvas feature of Obsidian. With over 40+ decorations, you can add new dimensions to the cards on your canvas.
- [JournalCraft](https://tfthacker.com/jco) - A curated collection of 10 powerful journaling templates designed to enhance your journaling experience. Whether new to journaling or looking to step up your game, JournalCraft has something for you.
- [Cornell Notes Learning Vault](https://tfthacker.com/cornell-notes) - This vault teaches you how to use the Cornell Note-Taking System in your Obsidian vault. It includes learning material, samples, and Obsidian configuration files to enable Cornell Notes in your vault.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ai-templater",
"name": "AI for Templater",
"version": "1.0.9",
"version": "1.0.10",
"minAppVersion": "1.5.11",
"description": "AI Extension for the Templater plugin with the OpenAI Client Library.",
"author": "TfTHacker",
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openaisdk",
"version": "1.0.9",
"version": "1.0.10",
"description": "AI for Templater plugin for Obsidian.",
"main": "main.js",
"scripts": {
Expand All @@ -20,44 +20,44 @@
"url": "git://github.com/TfTHacker/obsidian-ai-templater"
},
"devDependencies": {
"@html-eslint/eslint-plugin": "^0.24.1",
"@html-eslint/parser": "^0.24.1",
"@types/node": "^20.12.8",
"@html-eslint/eslint-plugin": "^0.26.0",
"@html-eslint/parser": "^0.26.0",
"@types/node": "^22.5.1",
"@types/obsidian-typings": "github:Fevol/obsidian-typings",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/utils": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/utils": "^8.3.0",
"builtin-modules": "4.0.0",
"esbuild": "0.20.2",
"esbuild": "0.23.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-css": "^0.9.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-css": "^0.10.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.15.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-yml": "^1.14.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"remark-preset-prettier": "^2.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.13",
"typescript": "5.4.5",
"tslib": "^2.7.0",
"typedoc": "^0.26.6",
"typescript": "5.5.4",
"monkey-around": "^3.0.0",
"templater-obsidian": "github:SilentVoid13/Templater",
"obsidian": "1.5.7"
"obsidian": "1.6.6"
},
"dependencies": {
"openai": "^4.40.2"
"openai": "^4.57.0"
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"1.0.6": "1.5.11",
"1.0.7": "1.5.11",
"1.0.8": "1.5.11",
"1.0.9": "1.5.11"
"1.0.9": "1.5.11",
"1.0.10": "1.5.11"
}

0 comments on commit 97bc763

Please sign in to comment.