@ -1,6 +1,6 @@
{
"name": "@triliumnext/client",
"version": "0.94.1",
"version": "0.95.0",
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
"private": true,
"license": "AGPL-3.0-only",
"name": "@triliumnext/desktop",
"description": "Build your personal knowledge base with TriliumNext Notes",
"main": "main.cjs",
@ -75,7 +75,7 @@
"cjs"
],
"thirdParty": true,
"declaration": false,
"esbuildOptions": {
"splitting": false,
"loader": {
"name": "@triliumnext/server",
"description": "The server-side component of TriliumNext, which exposes the client via the web, allows for sync and provides a REST API for both internal and external use.",
"dependencies": {
"name": "@triliumnext/source",
"directories": {
"doc": "docs"
"name": "@triliumnext/commons",
"description": "Shared library between the clients (e.g. browser, Electron) and the server, mostly for type definitions and utility methods.",
"type": "module",