commit 216157ad9d0543c746a263b3b0e8b782852087aa
parent 77c50649c7fd0c63b069cc7f240493d2b8a5a328
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Thu, 19 Feb 2026 20:03:06 +0530
v2.1.3
Diffstat:
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
-# Mojic v2.1.2
+# Mojic v2.1.3

diff --git a/bin/mojic.js b/bin/mojic.js
@@ -9,7 +9,7 @@ import { Transform } from 'stream';
import { StringDecoder } from 'string_decoder';
import { CipherEngine } from '../lib/CipherEngine.js';
-const VERSION = '2.1.2';
+const VERSION = '2.1.3';
program
.name('mojic')
diff --git a/lib/CipherEngine.js b/lib/CipherEngine.js
@@ -3,7 +3,7 @@ import { Transform } from 'stream';
import { StringDecoder } from 'string_decoder';
/**
- * MOJIC v2.1.2 CIPHER ENGINE
+ * MOJIC v2.1.3 CIPHER ENGINE
* "Operation Ironclad"
* * Security Upgrades:
* - KDF: Upgraded from PBKDF2 to Scrypt (Memory-Hard, GPU-Resistant)
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
- "name": "@notamitgamer/mojic",
- "version": "2.1.2",
+ "name": "mojic",
+ "version": "2.1.3",
"description": "Obfuscate C source code into encrypted, password-seeded emoji streams.",
"main": "bin/mojic.js",
"bin": {
@@ -16,14 +16,14 @@
"url": "git+https://github.com/notamitgamer/mojic.git"
},
"publishConfig": {
- "registry": "https://npm.pkg.github.com/",
+ "registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
- "@notamitgamer/mojic": "^1.2.5",
- "chalk": "^5.3.0",
- "commander": "^11.1.0",
- "inquirer": "^9.2.12"
+ "@notamitgamer/mojic": "^2.1.0",
+ "chalk": "^5.6.2",
+ "commander": "^14.0.3",
+ "inquirer": "^13.2.5"
},
"devDependencies": {
"pkg": "^5.8.1"