@mintlify/http-client
Advanced tools
Comparing version 0.0.44 to 0.0.45
{ | ||
"name": "@mintlify/http-client", | ||
"version": "0.0.44", | ||
"version": "0.0.45", | ||
"type": "module", | ||
@@ -36,3 +36,3 @@ "description": "The Mintlify http client package", | ||
"lint": "eslint src --cache", | ||
"test": "jest", | ||
"test": "vitest run", | ||
"type": "tsc --noEmit", | ||
@@ -42,14 +42,2 @@ "format": "prettier . --write", | ||
}, | ||
"jest": { | ||
"preset": "ts-jest", | ||
"resolver": "ts-jest-resolver", | ||
"testEnvironment": "node", | ||
"moduleDirectories": [ | ||
"node_modules", | ||
"<rootDir>/" | ||
], | ||
"setupFilesAfterEnv": [ | ||
"<rootDir>/setup-jest.ts" | ||
] | ||
}, | ||
"peerDependencies": { | ||
@@ -62,10 +50,8 @@ "@mintlify/models": ">= 0.0.16 < 1", | ||
"@mintlify/eslint-config-typescript": "1.0.7", | ||
"@mintlify/models": "0.0.48", | ||
"@mintlify/models": "0.0.49", | ||
"@mintlify/prettier-config": "1.0.1", | ||
"@mintlify/ts-config": "2.0.0", | ||
"@mintlify/validation": "0.1.87", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@mintlify/validation": "0.1.88", | ||
"@trivago/prettier-plugin-sort-imports": "3.x", | ||
"@tsconfig/recommended": "1.x", | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^18.7.13", | ||
@@ -77,11 +63,9 @@ "@typescript-eslint/eslint-plugin": "5.x", | ||
"eslint-plugin-unused-imports": "2.x", | ||
"jest": "^29.4.3", | ||
"jest-fetch-mock": "^3.0.3", | ||
"prettier": "2.x", | ||
"rimraf": "^5.0.1", | ||
"ts-jest": "^29.0.5", | ||
"ts-jest-resolver": "^2.0.1", | ||
"typescript": "^4.9.5" | ||
"typescript": "^4.9.5", | ||
"vitest": "^0.34.6", | ||
"vitest-fetch-mock": "^0.2.2" | ||
}, | ||
"gitHead": "196783c28ecee2f6fc5a63c44c418f3c6fa4c28e" | ||
"gitHead": "e7b25227042c8329d0b98d111c6f958c24c3c2c8" | ||
} |
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
19
91131