Comparing version 2.1.4-next.74c9f1a to 2.1.4-next.7631e98
@@ -1,2 +0,1 @@ | ||
/// <reference lib="dom" /> | ||
interface OnUnsupported { | ||
@@ -50,3 +49,2 @@ (value: unknown): unknown; | ||
/// <reference lib="dom" /> | ||
declare class Deserializer { | ||
@@ -167,3 +165,5 @@ offset: number; | ||
declare namespace TypedArrays { | ||
const constructors: (new <T extends TypedArray>(...args: any) => T)[]; | ||
const constructors: { | ||
new <T extends TypedArray>(...args: any): T; | ||
}[]; | ||
const typedArrayTags: Map<string, BinaryTokens>; | ||
@@ -170,0 +170,0 @@ const typedArrayTagToConstructor: Map<BinaryTokens, new <T extends TypedArray>(...args: any) => T>; |
{ | ||
"name": "binarytf", | ||
"version": "2.1.4-next.74c9f1a", | ||
"version": "2.1.4-next.7631e98", | ||
"description": "Binary Term Format", | ||
@@ -32,5 +32,5 @@ "author": "kyranet <kyradiscord@gmail.com>", | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@favware/cliff-jumper": "^4.0.2", | ||
"@commitlint/cli": "^19.6.0", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@favware/cliff-jumper": "^5.0.0", | ||
"@sapphire/eslint-config": "^5.0.5", | ||
@@ -40,15 +40,15 @@ "@sapphire/prettier-config": "^2.0.0", | ||
"@types/node": "^20.11.5", | ||
"@typescript-eslint/eslint-plugin": "^7.12.0", | ||
"@typescript-eslint/parser": "^7.12.0", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"@typescript-eslint/eslint-plugin": "^7.13.1", | ||
"@typescript-eslint/parser": "^7.13.1", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.57.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"lint-staged": "^15.2.5", | ||
"prettier": "^3.3.1", | ||
"tsup": "^8.1.0", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.6.0" | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"lint-staged": "^15.2.11", | ||
"prettier": "^3.4.2", | ||
"tsup": "^8.3.5", | ||
"typedoc": "^0.26.1", | ||
"typescript": "^5.5.2", | ||
"vitest": "^2.1.8" | ||
}, | ||
@@ -99,3 +99,3 @@ "repository": { | ||
"prettier": "@sapphire/prettier-config", | ||
"packageManager": "yarn@4.2.2" | ||
"packageManager": "yarn@4.5.3" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
221604