From b015bec7f66526ec5e959ae99865845f4db4b181 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 23 Jul 2021 22:02:44 -0400 Subject: feat: some shit - fix breaking changes - refactored active punishments into one table - made listeners args have stricter types --- .yarn/sdks/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.yarn/sdks/typescript') diff --git a/.yarn/sdks/typescript/package.json b/.yarn/sdks/typescript/package.json index fbe0980..27270c7 100644 --- a/.yarn/sdks/typescript/package.json +++ b/.yarn/sdks/typescript/package.json @@ -1,6 +1,6 @@ { "name": "typescript", - "version": "0.0.0-sdk", + "version": "4.2.4-pnpify", "main": "./lib/typescript.js", "type": "commonjs" } -- cgit