Comparing version 2.1.4-next.fbfd179 to 2.1.4-next.fde4761
@@ -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>; |
@@ -23,4 +23,4 @@ "use strict"; | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
BigIntegers: () => BigIntegers, | ||
@@ -757,4 +757,4 @@ BinaryPrimitives: () => BinaryPrimitives, | ||
__name(deserializeWithMetadata, "deserializeWithMetadata"); | ||
return __toCommonJS(src_exports); | ||
return __toCommonJS(index_exports); | ||
})(); | ||
//# sourceMappingURL=index.global.js.map |
@@ -22,4 +22,4 @@ "use strict"; | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
BigIntegers: () => BigIntegers, | ||
@@ -42,3 +42,3 @@ BinaryPrimitives: () => BinaryPrimitives, | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
@@ -45,0 +45,0 @@ // src/lib/errors/DeserializerError.ts |
{ | ||
"name": "binarytf", | ||
"version": "2.1.4-next.fbfd179", | ||
"version": "2.1.4-next.fde4761", | ||
"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.1", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@favware/cliff-jumper": "^6.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.13.0", | ||
"@typescript-eslint/parser": "^7.13.0", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"@typescript-eslint/eslint-plugin": "^7.13.1", | ||
"@typescript-eslint/parser": "^7.13.1", | ||
"@vitest/coverage-v8": "^3.0.4", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"lint-staged": "^15.2.7", | ||
"prettier": "^3.3.2", | ||
"tsup": "^8.1.0", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.6.0" | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^10.0.1", | ||
"eslint-plugin-prettier": "^5.2.3", | ||
"lint-staged": "^15.4.3", | ||
"prettier": "^3.4.2", | ||
"tsup": "^8.3.6", | ||
"typedoc": "^0.26.1", | ||
"typescript": "^5.5.2", | ||
"vitest": "^3.0.4" | ||
}, | ||
@@ -99,3 +99,3 @@ "repository": { | ||
"prettier": "@sapphire/prettier-config", | ||
"packageManager": "yarn@4.3.0" | ||
"packageManager": "yarn@4.6.0" | ||
} |
Sorry, the diff of this file is not supported yet
221616