mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Chore: Housekeeping
This commit is contained in:
parent
8a1d5b71ee
commit
d36266f506
@ -5,8 +5,6 @@ import { readFileIntoProcessedArray } from './lib/fetch-text-by-line';
|
||||
import { task } from './trace';
|
||||
import path from 'path';
|
||||
|
||||
import { unlink } from 'fs/promises';
|
||||
|
||||
import { ALL as AllStreamServices } from '../Source/stream';
|
||||
import { getChnCidrPromise } from './build-chn-cidr';
|
||||
import { getTelegramCIDRPromise } from './build-telegram-cidr';
|
||||
@ -110,7 +108,6 @@ export const buildSSPanelUIMAppProfile = task(import.meta.path, async (span) =>
|
||||
lanCidrs
|
||||
);
|
||||
|
||||
await unlink(path.resolve(import.meta.dir, '../Internal/appprofile.php'));
|
||||
await compareAndWriteFile(
|
||||
span,
|
||||
output,
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@cliqz/adblocker": "^1.27.3",
|
||||
"@cliqz/adblocker": "^1.27.5",
|
||||
"@gorhill/publicsuffixlist": "3.0.1",
|
||||
"@sukka/listdir": "^0.3.1",
|
||||
"async-retry": "^1.3.3",
|
||||
@ -29,8 +29,8 @@
|
||||
"punycode": "^2.3.1",
|
||||
"table": "^6.8.2",
|
||||
"tar-stream": "^3.1.7",
|
||||
"tldts": "^6.1.22",
|
||||
"tldts-experimental": "^6.1.22"
|
||||
"tldts": "^6.1.23",
|
||||
"tldts-experimental": "^6.1.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-sukka/node": "6.0.0-beta.3",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user