tabby-sync-selective 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,10 @@
1
1
  import { PlatformService } from 'terminus-core';
2
2
  export default class Logger {
3
3
  private platform;
4
- private logger;
5
4
  constructor(platform: PlatformService);
5
+ private getLogDir;
6
6
  getCurrentLoggerFile(): string;
7
- getLogContents(callback: any, date?: string, limit?: number): any;
7
+ private ensureLogDir;
8
+ getLogContents(callback: any, date?: string, limit?: number): void;
8
9
  log(content: any, level?: string): void;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabby-sync-selective",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "date": "6th July 2026",
5
5
  "description": "Selectively sync Tabby config across devices via WebDAV and other cloud services. Merge appearance, profiles, and more without overwriting platform-specific settings.",
6
6
  "keywords": [
@@ -52,7 +52,6 @@
52
52
  "pug": "^3.0.2",
53
53
  "pug-loader": "^2.4.0",
54
54
  "rxjs": "^6.2.1",
55
- "safe-stable-stringify": "^2.5.0",
56
55
  "sass": "1.77.8",
57
56
  "sass-loader": "^11.0.1",
58
57
  "semver": "^7.3.8",
@@ -69,9 +68,7 @@
69
68
  "typescript": "^4.3.5",
70
69
  "webdav": "^4.6.0",
71
70
  "webpack": "^5.88.2",
72
- "webpack-cli": "^4.5.0",
73
- "winston": "^3.3.3",
74
- "winston-transport": "^4.9.0"
71
+ "webpack-cli": "^4.5.0"
75
72
  },
76
73
  "peerDependencies": {
77
74
  "@angular/core": "^4.0.1"