@tapjs/error-serdes
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -1,3 +0,2 @@ | ||
/// <reference types="node" /> | ||
export declare const deserializeError: (error: Buffer) => any; | ||
//# sourceMappingURL=deserialize.d.ts.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
export type Location = { | ||
@@ -3,0 +2,0 @@ file?: string; |
@@ -1,3 +0,2 @@ | ||
/// <reference types="node" /> | ||
export declare const serializeError: (er: unknown) => Buffer; | ||
//# sourceMappingURL=serialize.d.ts.map |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { Minipass } from 'minipass'; | ||
@@ -4,0 +2,0 @@ import { FailData, NamedNestedLocation, PassData, PlanData, StringData } from './messages.js'; |
@@ -1,3 +0,2 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
export declare const deserializeError: (error: Buffer) => any; | ||
//# sourceMappingURL=deserialize.d.ts.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
export type Location = { | ||
@@ -3,0 +2,0 @@ file?: string; |
@@ -1,3 +0,2 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
export declare const serializeError: (er: unknown) => Buffer; | ||
//# sourceMappingURL=serialize.d.ts.map |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" resolution-mode="require"/> | ||
import { Minipass } from 'minipass'; | ||
@@ -4,0 +2,0 @@ import { FailData, NamedNestedLocation, PassData, PlanData, StringData } from './messages.js'; |
{ | ||
"name": "@tapjs/error-serdes", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Port of node's error_serdes.js to userland, plus test message streaming", | ||
@@ -22,2 +22,3 @@ "tshy": { | ||
"import": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/esm/index.d.ts", | ||
@@ -27,2 +28,3 @@ "default": "./dist/esm/index.js" | ||
"require": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/commonjs/index.d.ts", | ||
@@ -34,2 +36,3 @@ "default": "./dist/commonjs/index.js" | ||
"import": { | ||
"source": "./src/serialize.ts", | ||
"types": "./dist/esm/serialize.d.ts", | ||
@@ -39,2 +42,3 @@ "default": "./dist/esm/serialize.js" | ||
"require": { | ||
"source": "./src/serialize.ts", | ||
"types": "./dist/commonjs/serialize.d.ts", | ||
@@ -46,2 +50,3 @@ "default": "./dist/commonjs/serialize.js" | ||
"import": { | ||
"source": "./src/deserialize.ts", | ||
"types": "./dist/esm/deserialize.d.ts", | ||
@@ -51,2 +56,3 @@ "default": "./dist/esm/deserialize.js" | ||
"require": { | ||
"source": "./src/deserialize.ts", | ||
"types": "./dist/commonjs/deserialize.d.ts", | ||
@@ -58,2 +64,3 @@ "default": "./dist/commonjs/deserialize.js" | ||
"import": { | ||
"source": "./src/test-stream-deserialize.ts", | ||
"types": "./dist/esm/test-stream-deserialize.d.ts", | ||
@@ -63,2 +70,3 @@ "default": "./dist/esm/test-stream-deserialize.js" | ||
"require": { | ||
"source": "./src/test-stream-deserialize.ts", | ||
"types": "./dist/commonjs/test-stream-deserialize.d.ts", | ||
@@ -70,2 +78,3 @@ "default": "./dist/commonjs/test-stream-deserialize.js" | ||
"import": { | ||
"source": "./src/test-stream-serialize.ts", | ||
"types": "./dist/esm/test-stream-serialize.d.ts", | ||
@@ -75,2 +84,3 @@ "default": "./dist/esm/test-stream-serialize.js" | ||
"require": { | ||
"source": "./src/test-stream-serialize.ts", | ||
"types": "./dist/commonjs/test-stream-serialize.d.ts", | ||
@@ -113,5 +123,2 @@ "default": "./dist/commonjs/test-stream-serialize.js" | ||
], | ||
"engines": { | ||
"node": "16 >=16.17.0 || 18 >= 18.6.0 || >=20" | ||
}, | ||
"funding": { | ||
@@ -123,3 +130,6 @@ "url": "https://github.com/sponsors/isaacs" | ||
"url": "git+https://github.com/tapjs/tapjs.git" | ||
}, | ||
"engines": { | ||
"node": ">= 18.6.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
106686
1024