Browse Source

Chore: Housekeeping

SukkaW 1 year ago
parent
commit
d36266f506
3 changed files with 3 additions and 6 deletions
  1. 0 3
      Build/build-sspanel-appprofile.ts
  2. BIN
      bun.lockb
  3. 3 3
      package.json

+ 0 - 3
Build/build-sspanel-appprofile.ts

@@ -5,8 +5,6 @@ import { readFileIntoProcessedArray } from './lib/fetch-text-by-line';
 import { task } from './trace';
 import { task } from './trace';
 import path from 'path';
 import path from 'path';
 
 
-import { unlink } from 'fs/promises';
-
 import { ALL as AllStreamServices } from '../Source/stream';
 import { ALL as AllStreamServices } from '../Source/stream';
 import { getChnCidrPromise } from './build-chn-cidr';
 import { getChnCidrPromise } from './build-chn-cidr';
 import { getTelegramCIDRPromise } from './build-telegram-cidr';
 import { getTelegramCIDRPromise } from './build-telegram-cidr';
@@ -110,7 +108,6 @@ export const buildSSPanelUIMAppProfile = task(import.meta.path, async (span) =>
     lanCidrs
     lanCidrs
   );
   );
 
 
-  await unlink(path.resolve(import.meta.dir, '../Internal/appprofile.php'));
   await compareAndWriteFile(
   await compareAndWriteFile(
     span,
     span,
     output,
     output,

BIN
bun.lockb


+ 3 - 3
package.json

@@ -15,7 +15,7 @@
   "author": "",
   "author": "",
   "license": "ISC",
   "license": "ISC",
   "dependencies": {
   "dependencies": {
-    "@cliqz/adblocker": "^1.27.3",
+    "@cliqz/adblocker": "^1.27.5",
     "@gorhill/publicsuffixlist": "3.0.1",
     "@gorhill/publicsuffixlist": "3.0.1",
     "@sukka/listdir": "^0.3.1",
     "@sukka/listdir": "^0.3.1",
     "async-retry": "^1.3.3",
     "async-retry": "^1.3.3",
@@ -29,8 +29,8 @@
     "punycode": "^2.3.1",
     "punycode": "^2.3.1",
     "table": "^6.8.2",
     "table": "^6.8.2",
     "tar-stream": "^3.1.7",
     "tar-stream": "^3.1.7",
-    "tldts": "^6.1.22",
-    "tldts-experimental": "^6.1.22"
+    "tldts": "^6.1.23",
+    "tldts-experimental": "^6.1.23"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@eslint-sukka/node": "6.0.0-beta.3",
     "@eslint-sukka/node": "6.0.0-beta.3",