@mintlify/validation
Advanced tools
Comparing version 0.1.95 to 0.1.96
@@ -31,3 +31,3 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
this.options = options; | ||
if (obj instanceof (Sortable)) { | ||
if (obj instanceof Sortable) { | ||
this.obj = obj.obj; | ||
@@ -34,0 +34,0 @@ this.options = Object.assign(Object.assign({}, obj.options), options); |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.95", | ||
"version": "0.1.96", | ||
"description": "Validates mint.json files", | ||
@@ -52,3 +52,3 @@ "author": "Mintlify, Inc.", | ||
"@mintlify/eslint-config-typescript": "1.0.9", | ||
"@mintlify/models": "0.0.52", | ||
"@mintlify/models": "0.0.53", | ||
"@mintlify/prettier-config": "1.0.1", | ||
@@ -69,3 +69,3 @@ "@mintlify/ts-config": "2.0.2", | ||
"ts-loader": "^9.4.2", | ||
"typescript": "^4.8.2", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6", | ||
@@ -75,3 +75,3 @@ "webpack": "^5.75.0", | ||
}, | ||
"gitHead": "0bda04b12eafb95772aa8e4cbf8f5cf2d246fb8e" | ||
"gitHead": "90d6eb85912e52d6c9ceafd23ded036a69078a26" | ||
} |
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
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
196688