mirror of
https://github.com/stfrigerio/sqliteDB.git
synced 2026-07-22 05:38:02 +00:00
1.0.1
This commit is contained in:
parent
8cf942d50a
commit
a3be482a27
4 changed files with 8 additions and 7 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "0.15.0"
|
||||
}
|
||||
"1.0.0": "0.15.0",
|
||||
"1.0.1": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue