This commit is contained in:
stfrigerio 2025-03-18 18:37:35 +01:00
parent 8cf942d50a
commit a3be482a27
4 changed files with 8 additions and 7 deletions

View file

@ -1,11 +1,11 @@
{
"id": "sqlite-db",
"name": "SQLite DB",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "Interact with local SQLite files in your notes",
"author": "Stefano Frigerio",
"authorUrl": "https://stefanofrigerio.dev",
"fundingUrl": "",
"isDesktopOnly": true
}
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "sqlitedb",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sqlitedb",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"sql.js": "^1.12.0"

View file

@ -1,6 +1,6 @@
{
"name": "sqlitedb",
"version": "1.0.0",
"version": "1.0.1",
"description": "A plugin that allows to interact with sqlite databases in Obsidian",
"main": "main.js",
"scripts": {

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
}
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
}