mirror of
https://github.com/stfrigerio/sqliteDB.git
synced 2026-07-22 05:38:02 +00:00
1.0.3
This commit is contained in:
parent
21a5565f1f
commit
b67a99dad2
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "sqlite-db",
|
"id": "sqlite-db",
|
||||||
"name": "SQLite DB",
|
"name": "SQLite DB",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Interact with local SQLite files in your notes",
|
"description": "Interact with local SQLite files in your notes",
|
||||||
"author": "Stefano Frigerio",
|
"author": "Stefano Frigerio",
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "sqlitedb",
|
"name": "sqlitedb",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "sqlitedb",
|
"name": "sqlitedb",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chart.js": "^4.5.1",
|
"chart.js": "^4.5.1",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "sqlitedb",
|
"name": "sqlitedb",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "A plugin that allows to interact with sqlite databases in Obsidian",
|
"description": "A plugin that allows to interact with sqlite databases in Obsidian",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"1.0.0": "0.15.0",
|
"1.0.0": "0.15.0",
|
||||||
"1.0.1": "0.15.0",
|
"1.0.1": "0.15.0",
|
||||||
"1.0.2": "0.15.0"
|
"1.0.2": "0.15.0",
|
||||||
|
"1.0.3": "0.15.0"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue