Comparing version 1.0.10 to 1.0.11
@@ -39,2 +39,3 @@ "use strict"; | ||
const stmt = db.prepare("UPDATE modhook_profiles SET name = ?, description = ?, customUserDirName = ?, pathToModLoader = ?, originalAsarName = ?, asarHookToggleQuery = ? WHERE id = ?", profile.name, profile.description, profile.customUserDirName, profile.pathToModLoader, profile.originalAsarName, profile.asarHookToggleQuery ?? profile.pathToModLoader, profile.id); | ||
await (0, util_1.promisify)(stmt.run.bind(stmt))(); | ||
await (0, util_1.promisify)(stmt.finalize.bind(stmt))(); | ||
@@ -41,0 +42,0 @@ return await getProfile(profile.id); |
{ | ||
"name": "modhook", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Memory Injection of Mods for Discord", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100607
471