mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
1.2.5
This commit is contained in:
parent
b1933fb823
commit
69817bffc2
4 changed files with 8 additions and 7 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "inlineai",
|
||||
"name": "InlineAI",
|
||||
"version": "1.2.4",
|
||||
"version": "1.2.5",
|
||||
"minAppVersion": "1.11.4",
|
||||
"description": "AI-powered suggestions, contextual edits, and advanced text transformations directly into your editor.",
|
||||
"author": "FBarrca",
|
||||
"authorUrl": "https://github.com/FBarrca/",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/FBarrCa",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-inlineai",
|
||||
"version": "1.2.4",
|
||||
"version": "1.2.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-inlineai",
|
||||
"version": "1.2.4",
|
||||
"version": "1.2.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@codemirror/autocomplete": "^6.18.4",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-inlineai",
|
||||
"version": "1.2.4",
|
||||
"version": "1.2.5",
|
||||
"description": "Cursor or Copilot like Inline AI interface for Obsidian",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"1.2.4": "1.11.4"
|
||||
}
|
||||
"1.2.4": "1.11.4",
|
||||
"1.2.5": "1.11.4"
|
||||
}
|
||||
Loading…
Reference in a new issue