Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
womp womp
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 committed May 14, 2024
1 parent 95bbba4 commit f263fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@z1g-project/injectify",
"description": "A improved version of Sodiums Plugin Injector ready to use in all your projects.",
"version": "0.1.3",
"version": "0.2.0",
"author": "z1g Project",
"type": "module",
"main": "lib/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XOR } from "./encoders"

export default async function injectify() {
// @ts-ignore
const cfg: cfg = window.__injectify$cfg
const cfg: cfg = JSON.stringify(window.__injectify$cfg)
if (cfg.extraLogging === true) {
console.log('Injectify has been inited')
console.log(`Configuration: ${cfg}`)
Expand Down

0 comments on commit f263fd6

Please sign in to comment.