Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk committed Mar 23, 2024
1 parent ccae862 commit 891c3bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "obsidian-textgenerator-plugin",
"name": "Text Generator",
"version": "0.7.12-beta",
"minAppVersion": "1.5.0",
"minAppVersion": "1.5.8",
"description": "Text generation using AI",
"author": "Noureddine Haouari",
"authorUrl": "https://text-gen.com",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "obsidian-textgenerator-plugin",
"name": "Text Generator",
"version": "0.7.11",
"minAppVersion": "1.5.0",
"minAppVersion": "1.5.8",
"description": "Text generation using AI",
"author": "Noureddine Haouari",
"authorUrl": "https://text-gen.com",
Expand Down
2 changes: 1 addition & 1 deletion obsidian-alias/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const path = require("path");
module.exports = function ObsidianAliasPlugin() {
return alias({
'fs': path.resolve(__dirname, `./fs.js`),
// 'fs-extra': path.resolve(__dirname, `./fs.js`),
'fs-extra': path.resolve(__dirname, `./fs.js`),
'fs/promises': path.resolve(__dirname, `./fsPromises.js`),
'path': path.resolve(__dirname, `./path.js`),
'node-fetch': path.resolve(__dirname, `./node-fetch.js`),
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"debug": "^2.6.9",
"esbuild-wasm": "^0.17.19",
"framer-motion": "^5.6.0",
"fs-extra": "^11.2.0",
"func-cache": "^2.2.62",
"handlebars": "^4.7.7",
"handlebars-async-helpers": "^1.0.6",
Expand Down

0 comments on commit 891c3bd

Please sign in to comment.