janhq/jan: Update tag build 1.0.12 for data-plugin

This commit is contained in:
Service Account 2023-10-25 11:54:12 +00:00
parent c82ddbcc4c
commit 25dacf471d

View File

@ -1,6 +1,6 @@
{ {
"name": "@janhq/data-plugin", "name": "@janhq/data-plugin",
"version": "1.0.11", "version": "1.0.12",
"description": "The Data Connector provides easy access to a data API using the PouchDB engine. It offers accessible data management capabilities.", "description": "The Data Connector provides easy access to a data API using the PouchDB engine. It offers accessible data management capabilities.",
"icon": "https://raw.githubusercontent.com/tailwindlabs/heroicons/88e98b0c2b458553fbadccddc2d2f878edc0387b/src/20/solid/circle-stack.svg", "icon": "https://raw.githubusercontent.com/tailwindlabs/heroicons/88e98b0c2b458553fbadccddc2d2f878edc0387b/src/20/solid/circle-stack.svg",
"main": "dist/esm/index.js", "main": "dist/esm/index.js",
@ -41,7 +41,11 @@
], ],
"dependencies": { "dependencies": {
"@janhq/core": "^0.1.7", "@janhq/core": "^0.1.7",
<<<<<<< HEAD
"electron-rebuild": "^3.2.9", "electron-rebuild": "^3.2.9",
=======
"leveldown": "^5.6.0",
>>>>>>> 99b80792 (janhq/jan: Update tag build 1.0.12 for data-plugin)
"pouchdb-find": "^8.0.1", "pouchdb-find": "^8.0.1",
"pouchdb-node": "^8.0.1" "pouchdb-node": "^8.0.1"
}, },