Chore: Housekeeping

This commit is contained in:
SukkaW 2024-05-30 17:48:10 +08:00
parent 8a1d5b71ee
commit d36266f506
3 changed files with 3 additions and 6 deletions

View File

@ -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,

BIN
bun.lockb

Binary file not shown.

View File

@ -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",