commit 17d70aede505b5bc55915d51332c181204cfdef7
parent 83b302b6ff53732f6c08c7549fa8fabe6a54d5e2
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Wed, 28 Jan 2026 20:21:06 +0530
v1.2.1
Diffstat:
7 files changed, 20 insertions(+), 13 deletions(-)
diff --git a/.npmrc b/.npmrc
@@ -0,0 +1,3 @@
+@notamitgamer:registry=https://registry.npmjs.org/
+
+registry=https://registry.npmjs.org/+
\ No newline at end of file
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
-# Mojic v1.1.0
+# Mojic v1.2.1
> **Operation Polymorphic Chaos: Obfuscate C source code into a randomized, password-seeded stream of emojis.**
diff --git a/bin/mojic.js b/bin/mojic.js
@@ -12,7 +12,7 @@ import { CipherEngine } from '../lib/CipherEngine.js';
program
.name('mojic')
.description('Obfuscate C source code into emojis')
- .version('1.1.0')
+ .version('1.2.2')
.addHelpCommand('help [command]', 'Display help for command')
.showHelpAfterError();
diff --git a/lib/CipherEngine.js b/lib/CipherEngine.js
@@ -3,7 +3,7 @@ import { Transform } from 'stream';
import { StringDecoder } from 'string_decoder';
/**
- * MOJIC v1.1.0 CIPHER ENGINE
+ * MOJIC v1.2.1 CIPHER ENGINE
* "Operation Polymorphic Chaos"
* * Features:
* - Xoshiro256** PRNG (256-bit State)
diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json
@@ -1,6 +1,6 @@
{
- "name": "mojic",
- "version": "1.1.0",
+ "name": "@notamitgamer/mojic",
+ "version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
- "name": "mojic",
- "version": "1.1.0",
+ "name": "@notamitgamer/mojic",
+ "version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "mojic",
- "version": "1.1.0",
+ "name": "@notamitgamer/mojic",
+ "version": "1.2.2",
"license": "Apache-2.0",
"dependencies": {
"chalk": "^5.3.0",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
- "name": "mojic",
- "version": "1.1.0",
+ "name": "@notamitgamer/mojic",
+ "version": "1.2.2",
"description": "Obfuscate C source code into encrypted, password-seeded emoji streams.",
"main": "bin/mojic.js",
"bin": {
@@ -15,6 +15,10 @@
"type": "git",
"url": "git+https://github.com/notamitgamer/mojic.git"
},
+ "publishConfig": {
+ "registry": "https://registry.npmjs.org/",
+ "access": "public"
+ },
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
@@ -50,4 +54,4 @@
],
"outputPath": "dist"
}
-}-
\ No newline at end of file
+}