This commit is contained in:
stfrigerio 2025-05-09 17:28:07 +02:00
parent c6663b61b0
commit c209aef215
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "sqlite-db",
"name": "SQLite DB",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "Interact with local SQLite files in your notes",
"author": "Stefano Frigerio",

4
package-lock.json generated
View file

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

View file

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

View file

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