@stoplight/spectral-runtime
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -1,2 +0,2 @@ | ||
import { JsonPath } from '@stoplight/types'; | ||
import type { JsonPath } from '@stoplight/types'; | ||
export declare enum PrintStyle { | ||
@@ -3,0 +3,0 @@ Dot = "dot", |
@@ -1,2 +0,2 @@ | ||
import { Dictionary, JsonPath } from '@stoplight/types'; | ||
import type { Dictionary, JsonPath } from '@stoplight/types'; | ||
export declare const startsWithProtocol: (input: string) => boolean; | ||
@@ -3,0 +3,0 @@ export declare const isAbsoluteRef: (ref: string) => boolean; |
{ | ||
"name": "@stoplight/spectral-runtime", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"homepage": "https://github.com/stoplightio/spectral", | ||
@@ -8,3 +8,3 @@ "bugs": "https://github.com/stoplightio/spectral/issues", | ||
"engines": { | ||
"node": ">=12" | ||
"node": "^16.20 || ^18.18 || >= 20.17" | ||
}, | ||
@@ -21,14 +21,11 @@ "license": "Apache-2.0", | ||
}, | ||
"scripts": { | ||
"release": "semantic-release -e semantic-release-monorepo" | ||
}, | ||
"dependencies": { | ||
"@stoplight/json": "^3.17.0", | ||
"@stoplight/json": "^3.20.1", | ||
"@stoplight/path": "^1.3.2", | ||
"@stoplight/types": "^12.3.0", | ||
"@stoplight/types": "^13.6.0", | ||
"abort-controller": "^3.0.0", | ||
"lodash": "^4.17.21", | ||
"node-fetch": "^2.6.7", | ||
"tslib": "^2.3.1" | ||
"tslib": "^2.8.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
19815
1
- Removed@stoplight/types@12.5.0(transitive)
Updated@stoplight/json@^3.20.1
Updated@stoplight/types@^13.6.0
Updatedtslib@^2.8.1