laravel-precognition
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -1,2 +0,2 @@ | ||
import { Client, RequestMethod } from './types'; | ||
import { Client, RequestMethod } from './types.js'; | ||
/** | ||
@@ -3,0 +3,0 @@ * The precognitive HTTP client instance. |
@@ -1,3 +0,3 @@ | ||
export { client, resolveUrl, resolveMethod } from './client'; | ||
export { createValidator, toSimpleValidationErrors, resolveName } from './validator'; | ||
export * from './types'; | ||
export { client, resolveUrl, resolveMethod } from './client.js'; | ||
export { createValidator, toSimpleValidationErrors, resolveName } from './validator.js'; | ||
export * from './types.js'; |
@@ -1,3 +0,3 @@ | ||
export { client, resolveUrl, resolveMethod } from './client'; | ||
export { createValidator, toSimpleValidationErrors, resolveName } from './validator'; | ||
export * from './types'; | ||
export { client, resolveUrl, resolveMethod } from './client.js'; | ||
export { createValidator, toSimpleValidationErrors, resolveName } from './validator.js'; | ||
export * from './types.js'; |
@@ -1,2 +0,2 @@ | ||
import { ValidationCallback, NamedInputEvent, SimpleValidationErrors, ValidationErrors, Validator as TValidator } from './types'; | ||
import { ValidationCallback, NamedInputEvent, SimpleValidationErrors, ValidationErrors, Validator as TValidator } from './types.js'; | ||
export declare const createValidator: (callback: ValidationCallback, initialData?: Record<string, unknown>) => TValidator; | ||
@@ -3,0 +3,0 @@ /** |
@@ -5,3 +5,3 @@ import debounce from 'lodash.debounce'; | ||
import set from 'lodash.set'; | ||
import { client, isFile } from './client'; | ||
import { client, isFile } from './client.js'; | ||
import { isAxiosError } from 'axios'; | ||
@@ -8,0 +8,0 @@ import omit from 'lodash.omit'; |
{ | ||
"name": "laravel-precognition", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Laravel Precognition.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
26297