bump and releasing 0.25.79

This commit is contained in:
vorotamoroz
2026-06-29 12:19:56 +01:00
parent 75cb9ece58
commit b568c4b003
354 changed files with 407 additions and 369 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "self-hosted-livesync-cli",
"private": true,
"version": "0.25.78-cli",
"version": "0.25.79-cli",
"main": "dist/index.cjs",
"type": "module",
"scripts": {
@@ -41,7 +41,7 @@
"dependencies": {
"chokidar": "^4.0.0",
"minimatch": "^10.2.5",
"octagonal-wheels": "^0.1.46",
"octagonal-wheels": "^0.1.47",
"pouchdb-adapter-http": "^9.0.0",
"pouchdb-adapter-leveldb": "^9.0.0",
"pouchdb-core": "^9.0.0",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "livesync-webapp",
"private": true,
"version": "0.25.78-webapp",
"version": "0.25.79-webapp",
"type": "module",
"description": "Browser-based Self-hosted LiveSync using FileSystem API",
"scripts": {
@@ -12,7 +12,7 @@
"preview": "vite preview"
},
"dependencies": {
"octagonal-wheels": "^0.1.46"
"octagonal-wheels": "^0.1.47"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "webpeer",
"private": true,
"version": "0.25.78-webpeer",
"version": "0.25.79-webpeer",
"type": "module",
"scripts": {
"dev": "vite",
@@ -12,7 +12,7 @@
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"dependencies": {
"octagonal-wheels": "^0.1.46"
"octagonal-wheels": "^0.1.47"
},
"devDependencies": {
"eslint-plugin-svelte": "^3.19.0",