@stoplight/prism-core
Advanced tools
Comparing version 4.0.0-beta.3 to 4.0.0-beta.5
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.factory = void 0; | ||
const E = require("fp-ts/lib/Either"); | ||
@@ -4,0 +5,0 @@ const A = require("fp-ts/lib/Array"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
tslib_1.__exportStar(require("./factory"), exports); | ||
tslib_1.__exportStar(require("./logger"), exports); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createLogger = void 0; | ||
const pino = require("pino"); | ||
@@ -4,0 +5,0 @@ const lodash_1 = require("lodash"); |
{ | ||
"name": "@stoplight/prism-core", | ||
"version": "4.0.0-beta.3", | ||
"version": "4.0.0-beta.5", | ||
"main": "dist/index.js", | ||
@@ -27,3 +27,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "15db66ae05fa0a00fe6579a7b6e48ab694c1819d" | ||
"gitHead": "8f5cacfda4721e92fac2e7690203f34e253a86b4" | ||
} |
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
18403
164