Skip to content

Commit

Permalink
Removing Erlpack dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkographic committed Aug 19, 2024
1 parent 6e45580 commit 3dbba9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions lib/gateway/WSManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
// Created by Wade (@pakkographic)
// Copyright (c) 2024 DinographicPixels. All rights reserved.
//
// Credits:
// > Oceanic.js:
// inspired by ShardManager.ts, using erlpack, pako, zlib-sync
// provide gateway encoding alternatives & more.
//
//

import GatewayError from "./GatewayError";
import type { Client } from "../structures/Client";
Expand All @@ -21,6 +27,7 @@ import assert from "node:assert";

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
let Erlpack: typeof import("erlpack") | undefined;
try {
// eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-unsafe-assignment, unicorn/prefer-module
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"erlpack": "^0.1.4",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.4.0",
Expand Down

0 comments on commit 3dbba9f

Please sign in to comment.