@golemio/errors
Advanced tools
Comparing version 2.0.1-dev.889840946 to 2.0.1-dev.893894968
@@ -10,3 +10,3 @@ export interface IGolemioError { | ||
} | ||
export declare type IGolemioErrorInfoType = Error | IGolemioErrorInfoObject | IGolemioErrorInfoObject[] | string; | ||
export type IGolemioErrorInfoType = Error | IGolemioErrorInfoObject | IGolemioErrorInfoObject[] | string; | ||
interface IGolemioErrorInfoObject { | ||
@@ -13,0 +13,0 @@ message: string; |
{ | ||
"name": "@golemio/errors", | ||
"version": "2.0.1-dev.889840946", | ||
"version": "2.0.1-dev.893894968", | ||
"description": "Library of Error classes of the Golemio Data Platform System", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"build-watch": "tsc --watch --preserveWatchOutput", | ||
"test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r dotenv/config 'test/**/*.test.ts'", | ||
"test": "cross-env NODE_ENV=test mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r dotenv/config 'test/**/*.test.ts'", | ||
"test-debug": "run-s 'test -- --inspect-brk=9230'", | ||
@@ -46,5 +46,4 @@ "code-coverage": "nyc run-s 'test -- -r source-map-support/register'", | ||
"tslint": "5.11.0", | ||
"ttypescript": "^1.5.13", | ||
"typedoc": "^0.22.15", | ||
"typescript": "4.7.2" | ||
"typedoc": "^0.24.8", | ||
"typescript": "5.1.3" | ||
}, | ||
@@ -51,0 +50,0 @@ "dependencies": { |
18
36222