@stoplight/prism-core
Advanced tools
Comparing version 4.0.0-beta.63 to 4.0.0-beta.64
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.factory = void 0; | ||
const E = require("fp-ts/lib/Either"); | ||
const A = require("fp-ts/lib/Array"); | ||
const E = require("fp-ts/Either"); | ||
const A = require("fp-ts/Array"); | ||
const lodash_1 = require("lodash"); | ||
const TE = require("fp-ts/lib/TaskEither"); | ||
const pipeable_1 = require("fp-ts/lib/pipeable"); | ||
const TE = require("fp-ts/TaskEither"); | ||
const pipeable_1 = require("fp-ts/pipeable"); | ||
const lodash_2 = require("lodash"); | ||
const NonEmptyArray_1 = require("fp-ts/lib/NonEmptyArray"); | ||
const NonEmptyArray_1 = require("fp-ts/NonEmptyArray"); | ||
const types_1 = require("@stoplight/types"); | ||
const function_1 = require("fp-ts/lib/function"); | ||
const function_1 = require("fp-ts/function"); | ||
const eitherSequence = A.array.sequence(E.getValidation(NonEmptyArray_1.getSemigroup())); | ||
@@ -14,0 +14,0 @@ function isProxyConfig(p) { |
import { IDiagnostic } from '@stoplight/types'; | ||
import { Either } from 'fp-ts/lib/Either'; | ||
import { ReaderEither } from 'fp-ts/lib/ReaderEither'; | ||
import { ReaderTaskEither } from 'fp-ts/lib/ReaderTaskEither'; | ||
import { TaskEither } from 'fp-ts/lib/TaskEither'; | ||
import { Either } from 'fp-ts/Either'; | ||
import { ReaderEither } from 'fp-ts/ReaderEither'; | ||
import { ReaderTaskEither } from 'fp-ts/ReaderTaskEither'; | ||
import { TaskEither } from 'fp-ts/TaskEither'; | ||
import { Logger } from 'pino'; | ||
import { NonEmptyArray } from 'fp-ts/lib/NonEmptyArray'; | ||
import { NonEmptyArray } from 'fp-ts/NonEmptyArray'; | ||
export declare type IPrismDiagnostic = Omit<IDiagnostic, 'range' | 'path'> & { | ||
@@ -9,0 +9,0 @@ path?: string[]; |
{ | ||
"name": "@stoplight/prism-core", | ||
"version": "4.0.0-beta.63", | ||
"version": "4.0.0-beta.64", | ||
"main": "dist/index.js", | ||
@@ -27,3 +27,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "46cd61c520502581a2e22a5ec06e02e594815274" | ||
"gitHead": "46597839229dc23ce8c5e947ff37f63e55cf94b8" | ||
} |
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
18359