-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
1,123 additions
and
1,052 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ | |
"main": "./app/electron-main/index.cjs", | ||
"scripts": { | ||
"postinstall": "node -e \"if (process.platform === 'win32') process.exit(0); require('child_process').exec('chmod +x ./node_modules/.bin/*')\"", | ||
"prepare": "npm-run-all prepare:husky-install prepare:remove:prebuild-install prepare:ts-patch prepare:ts-patch:check", | ||
"prepare:husky-install": "husky install", | ||
"prepare": "npm-run-all prepare:husky prepare:remove:prebuild-install prepare:ts-patch prepare:ts-patch:check", | ||
"prepare:husky": "husky install", | ||
"prepare:ts-patch": "ts-patch install -s", | ||
"prepare:ts-patch:check": "ts-patch check", | ||
"prepare:remove:prebuild-install": "rimraf ./node_modules/prebuild-install", | ||
|
@@ -99,34 +99,34 @@ | |
"msgpackr": "1.11.0" | ||
}, | ||
"devDependencies": { | ||
"@angular-eslint/eslint-plugin": "18.3.0", | ||
"@angular/animations": "18.2.1", | ||
"@angular/cdk": "18.2.1", | ||
"@angular/common": "18.2.1", | ||
"@angular/compiler": "18.2.1", | ||
"@angular/compiler-cli": "18.2.1", | ||
"@angular/core": "18.2.1", | ||
"@angular/forms": "18.2.1", | ||
"@angular/language-service": "18.2.1", | ||
"@angular/platform-browser": "18.2.1", | ||
"@angular/platform-browser-dynamic": "18.2.1", | ||
"@angular/router": "18.2.1", | ||
"@babel/core": "7.25.2", | ||
"@babel/plugin-syntax-import-assertions": "7.24.7", | ||
"@babel/plugin-transform-async-generator-functions": "7.25.4", | ||
"@babel/plugin-transform-async-to-generator": "7.24.7", | ||
"@babel/plugin-transform-runtime": "7.25.4", | ||
"@babel/runtime": "7.25.4", | ||
"@angular-eslint/eslint-plugin": "18.3.1", | ||
"@angular/animations": "18.2.7", | ||
"@angular/cdk": "18.2.7", | ||
"@angular/common": "18.2.7", | ||
"@angular/compiler": "18.2.7", | ||
"@angular/compiler-cli": "18.2.7", | ||
"@angular/core": "18.2.7", | ||
"@angular/forms": "18.2.7", | ||
"@angular/language-service": "18.2.7", | ||
"@angular/platform-browser": "18.2.7", | ||
"@angular/platform-browser-dynamic": "18.2.7", | ||
"@angular/router": "18.2.7", | ||
"@babel/core": "7.25.7", | ||
"@babel/plugin-syntax-import-assertions": "7.25.7", | ||
"@babel/plugin-transform-async-generator-functions": "7.25.7", | ||
"@babel/plugin-transform-async-to-generator": "7.25.7", | ||
"@babel/plugin-transform-runtime": "7.25.7", | ||
"@babel/runtime": "7.25.7", | ||
"@cliqz/url-parser": "1.1.5", | ||
"@electron/rebuild": "3.6.0", | ||
"@electron/rebuild": "3.6.2", | ||
"@expo/spawn-async": "1.7.2", | ||
"@ng-select/ng-select": "13.7.0", | ||
"@ng-select/ng-select": "13.9.0", | ||
"@ngrx/component": "18.0.2", | ||
"@ngrx/effects": "18.0.2", | ||
"@ngrx/store": "18.0.2", | ||
"@ngtools/webpack": "18.2.1", | ||
"@ngtools/webpack": "18.2.7", | ||
"@oneidentity/zstd-js": "1.0.3", | ||
"@playwright/test": "1.46.1", | ||
"@playwright/test": "1.47.2", | ||
"@rgba-image/lanczos": "0.1.1", | ||
"@t-bowersox/cookie": "github:vladimiry-playground/t-bowersox-cookie", | ||
"@types/archiver": "6.0.2", | ||
|
@@ -147,14 +147,14 @@ | |
"@types/ts-nameof": "4.2.5", | ||
"@types/turndown": "5.0.5", | ||
"@types/valid-url": "1.0.7", | ||
"@types/validator": "13.12.0", | ||
"@types/validator": "13.12.2", | ||
"@types/webpack-node-externals": "3.0.4", | ||
"@typescript-eslint/eslint-plugin": "7.13.1", | ||
"@typescript-eslint/parser": "7.13.1", | ||
"app-builder-lib": "24.13.3", | ||
"app-builder-lib": "25.1.7", | ||
"archiver": "7.0.1", | ||
"asap-es": "1.3.3", | ||
"babel-loader": "9.1.3", | ||
"babel-loader": "9.2.1", | ||
"bootstrap": "4.6.1", | ||
"byline": "5.0.0", | ||
"class-transformer": "0.5.1", | ||
|
@@ -163,15 +163,15 @@ | |
"color-fns": "0.1.1", | ||
"combine-errors": "3.0.3", | ||
"compare-versions": "6.1.1", | ||
"cpx2": "7.0.1", | ||
"cpx2": "8.0.0", | ||
"cross-env": "7.0.3", | ||
"css-loader": "7.1.2", | ||
"dprint": "0.47.2", | ||
"dts-generator": "3.0.0", | ||
"electron": "32.0.1", | ||
"electron-builder": "24.13.3", | ||
"electron": "32.1.2", | ||
"electron-builder": "25.1.7", | ||
"electron-fetch": "1.9.1", | ||
"electron-log": "5.1.7", | ||
"electron-log": "5.2.0", | ||
"electron-unhandled": "5.0.0", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-import": "2.29.1", | ||
|
@@ -185,11 +185,11 @@ | |
"fs-write-stream-atomic": "1.0.10", | ||
"html-loader": "5.1.0", | ||
"html-webpack-plugin": "5.6.0", | ||
"husky": "9.1.5", | ||
"husky": "9.1.6", | ||
"immer": "10.1.1", | ||
"imports-loader": "5.0.0", | ||
"js-base64": "3.7.7", | ||
"lint-staged": "15.2.9", | ||
"lint-staged": "15.2.10", | ||
"lzutf8": "0.6.3", | ||
"mini-css-extract-plugin": "2.9.1", | ||
"monaco-editor": "0.36.1", | ||
|
@@ -200,34 +200,34 @@ | |
"ngx-color-picker": "16.0.0", | ||
"node-libs-browser": "2.2.1", | ||
"node-loader": "2.0.0", | ||
"npm-run-all2": "6.2.2", | ||
"npm-run-all2": "6.2.3", | ||
"os-locale": "6.0.2", | ||
"otplib": "12.0.1", | ||
"outdent": "0.8.0", | ||
"path-is-inside": "1.0.2", | ||
"playwright": "1.46.1", | ||
"playwright": "1.47.2", | ||
"postcss-loader": "8.1.1", | ||
"postcss-url": "10.1.3", | ||
"pure-uuid": "1.8.1", | ||
"pureimage": "0.3.15", | ||
"quickjs-emscripten": "0.29.2", | ||
"quickjs-emscripten": "0.31.0", | ||
"randomstring": "1.3.0", | ||
"rate-limiter-flexible": "5.0.3", | ||
"reflect-metadata": "0.2.2", | ||
"remeda": "2.11.0", | ||
"remeda": "2.15.0", | ||
"resolve-url-loader": "5.0.0", | ||
"rimraf": "6.0.1", | ||
"rxjs": "7.8.1", | ||
"sanitize-html": "2.13.0", | ||
"sass": "1.77.8", | ||
"sass-loader": "16.0.1", | ||
"sanitize-html": "2.13.1", | ||
"sass": "1.79.4", | ||
"sass-loader": "16.0.2", | ||
"semver": "7.6.3", | ||
"serialize-error": "11.0.3", | ||
"sinon": "18.0.0", | ||
"sinon": "19.0.2", | ||
"stream-browserify": "3.0.0", | ||
"terser-webpack-plugin": "5.3.10", | ||
"to-string-loader": "1.2.0", | ||
"tough-cookie": "4.1.4", | ||
"tough-cookie": "5.0.0", | ||
"tough-cookie-web-storage-store": "1.0.0", | ||
"truncate-utf8-bytes": "1.0.2", | ||
"ts-deferred": "1.0.4", | ||
|
@@ -240,30 +240,32 @@ | |
"tslib": "2.6.2", | ||
"turndown": "7.2.0", | ||
"typescript": "5.5.4", | ||
"typescript-transform-paths": "3.5.0", | ||
"typescript-transform-paths": "3.5.1", | ||
"valid-url": "1.0.9", | ||
"webpack": "5.90.0", | ||
"webpack": "5.95.0", | ||
"webpack-cli": "5.1.4", | ||
"webpack-merge": "6.0.1", | ||
"webpack-node-externals": "3.0.0", | ||
"zone.js": "0.15.0" | ||
}, | ||
"resolutions": { | ||
"@electron/rebuild": "^3", | ||
"@types/react": "^18", | ||
"app-builder-lib": "24.13.3", | ||
"builder-util-runtime": "9.2.5", | ||
"app-builder-lib": "^25", | ||
"builder-util-runtime": "^9", | ||
"rxjs": "^7", | ||
"sodium-native": "4.2.0", | ||
"tslib": "^2", | ||
"typescript": "^5.5.4", | ||
"typescript": "5.5.4", | ||
"webpack": "^5" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@cliqz/[email protected]": "patches/@[email protected]", | ||
"@electron/rebuild@3.6.0": "patches/@electron__rebuild@3.6.0.patch", | ||
"@jitl/quickjs-wasmfile-release-sync@0.29.2": "patches/@jitl__quickjs-wasmfile-release-sync@0.29.2.patch", | ||
"@electron/rebuild": "patches/@electron__rebuild.patch", | ||
"@jitl/quickjs-wasmfile-release-sync": "patches/@jitl__quickjs-wasmfile-release-sync.patch", | ||
"@ts-nameof/[email protected]": "patches/@[email protected]", | ||
"app-builder-lib@24.13.3": "patches/app-builder-lib@24.13.3.patch", | ||
"app-builder-lib": "patches/app-builder-lib.patch", | ||
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
diff --git a/dist/emscripten-module.mjs b/dist/emscripten-module.mjs | ||
index 99ce2e2ba92cc7c432bbdf02ef072f4bc9a493a6..5ef3d1c61287c09ae48ab0a87e39c9a73dd144de 100644 | ||
--- a/dist/emscripten-module.mjs | ||
+++ b/dist/emscripten-module.mjs | ||
@@ -1,12 +1,12 @@ | ||
|
||
var QuickJSRaw = (() => { | ||
- var _scriptName = import.meta.url; | ||
- | ||
+ var _scriptName; | ||
+ | ||
return ( | ||
async function(moduleArg = {}) { | ||
var moduleRtn; | ||
|
||
-var c=moduleArg,aa,f,ba=new Promise((a,b)=>{aa=a;f=b}),ca="object"==typeof window,n="function"==typeof importScripts,p="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node;if(p){const {createRequire:a}=await import("module");var require=a(import.meta.url)}function r(a){a={log:a||function(){}};for(const b of r.Ia)b(a);return c.quickJSEmscriptenExtensions=a}r.Ia=[];c.quickjsEmscriptenInit=r;r.Ia.push(a=>{a.getWasmMemory=function(){return t}}); | ||
+var c=moduleArg,aa,f,ba=new Promise((a,b)=>{aa=a;f=b}),ca="object"==typeof window,n="function"==typeof importScripts,p="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node;function r(a){a={log:a||function(){}};for(const b of r.Ia)b(a);return c.quickJSEmscriptenExtensions=a}r.Ia=[];c.quickjsEmscriptenInit=r;r.Ia.push(a=>{a.getWasmMemory=function(){return t}}); | ||
var da=Object.assign({},c),u="./this.program",w=(a,b)=>{throw b;},x="",y,z; | ||
if(p){var fs=require("fs"),ea=require("path");x=require("url").fileURLToPath(new URL("./",import.meta.url));z=a=>{a=A(a)?new URL(a):ea.normalize(a);return fs.readFileSync(a)};y=a=>{a=A(a)?new URL(a):ea.normalize(a);return new Promise((b,d)=>{fs.readFile(a,void 0,(e,g)=>{e?d(e):b(g.buffer)})})};!c.thisProgram&&1<process.argv.length&&(u=process.argv[1].replace(/\\/g,"/"));process.argv.slice(2);w=(a,b)=>{process.exitCode=a;throw b;}}else if(ca||n)n?x=self.location.href:"undefined"!=typeof document&& | ||
document.currentScript&&(x=document.currentScript.src),_scriptName&&(x=_scriptName),x.startsWith("blob:")?x="":x=x.substr(0,x.replace(/[?#].*/,"").lastIndexOf("/")+1),n&&(z=a=>{var b=new XMLHttpRequest;b.open("GET",a,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),y=a=>A(a)?new Promise((b,d)=>{var e=new XMLHttpRequest;e.open("GET",a,!0);e.responseType="arraybuffer";e.onload=()=>{200==e.status||0==e.status&&e.response?b(e.response):d(e.status)};e.onerror=d;e.send(null)}): |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.