testing-farm
Advanced tools
Comparing version 1.2.3 to 1.3.2
@@ -1,3 +0,5 @@ | ||
import type { About, Composes, NewRequest, NewRequestResponse, Ranch, Request, ErrorResponse } from './schema'; | ||
import { isError } from './util'; | ||
import { About, Composes, NewRequest, NewRequestResponse, Ranch, Request, ErrorResponse } from './schema'; | ||
export type { Ranch, NewRequest, NewRequestResponse, Request, Composes, About, ErrorResponse, }; | ||
export { isError }; | ||
export default class TestingFarmAPI { | ||
@@ -4,0 +6,0 @@ private readonly link; |
import { PublicLink } from './link'; | ||
import { isError } from './util'; | ||
import { composesSchema, aboutSchema, urlSchema, ranchSchema, newRequestResponseSchema, newRequestSchema, requestIdSchema, requestSchema, } from './schema'; | ||
export { isError }; | ||
export default class TestingFarmAPI { | ||
@@ -4,0 +6,0 @@ constructor(instance) { |
{ | ||
"name": "testing-farm", | ||
"version": "1.2.3", | ||
"version": "1.3.2", | ||
"description": "A NodeJS module to access Testing Farm instances through the REST API.", | ||
@@ -32,9 +32,9 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/node": "18.15.0", | ||
"@typescript-eslint/eslint-plugin": "5.54.1", | ||
"@typescript-eslint/parser": "5.54.1", | ||
"@types/node": "18.15.11", | ||
"@typescript-eslint/eslint-plugin": "5.57.0", | ||
"@typescript-eslint/parser": "5.57.0", | ||
"@vitest/coverage-c8": "^0.29.7", | ||
"eslint": "8.36.0", | ||
"prettier": "2.8.4", | ||
"typescript": "4.9.5", | ||
"eslint": "8.37.0", | ||
"prettier": "2.8.7", | ||
"typescript": "5.0.2", | ||
"vitest": "^0.29.7" | ||
@@ -41,0 +41,0 @@ }, |
import { PublicLink } from './link'; | ||
import type { | ||
import { isError } from './util'; | ||
import { | ||
About, | ||
@@ -32,2 +33,4 @@ Composes, | ||
export { isError }; | ||
export default class TestingFarmAPI { | ||
@@ -34,0 +37,0 @@ private readonly link: PublicLink; |
Sorry, the diff of this file is not supported yet
88108
19
1376