@stoplight/types
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -1,2 +0,1 @@ | ||
export * from './logs'; | ||
export * from './http'; | ||
@@ -3,0 +2,0 @@ export * from './node'; |
{ | ||
"name": "@stoplight/types", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Stoplight <support@stoplight.io>", | ||
@@ -8,3 +8,5 @@ "license": "MIT", | ||
"types": "./index.d.ts", | ||
"scripts": {}, | ||
"scripts": { | ||
"build": "tsc --project tsconfig.json" | ||
}, | ||
"prettier": { | ||
@@ -11,0 +13,0 @@ "printWidth": 100, |
@@ -7,3 +7,3 @@ import { LogLevel } from '../logs'; | ||
level?: LogLevel; | ||
level?: number; | ||
@@ -10,0 +10,0 @@ /** Starting line of error */ |
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
7974
11
285