mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
c88f6fb121
- Fixed episode guard regex to support Sxx:Exx title format (Jellyfin/Emby) and any non-alphanumeric separator between season and episode numbers - Migrated username, roomId, password, serverUrl, useCustomServer from chrome.storage.sync to chrome.storage.local for per-device isolation, preventing automatic cross-device room joins with duplicate names - Added one-time migration from sync to local for existing users
21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"name": "koalasync",
|
|
"version": "2.1.2",
|
|
"description": "KoalaSync Build Scripts",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:extension": "node scripts/build-extension.js",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"verify": "node scripts/verify-release.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"archiver": "^7.0.1",
|
|
"esbuild": "^0.28.0",
|
|
"eslint": "^10.4.0",
|
|
"fs-extra": "^11.2.0",
|
|
"sharp": "^0.34.5",
|
|
"svgo": "^4.0.1"
|
|
}
|
|
}
|