@kosmic/types
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1513,6 +1513,4 @@ | ||
onerror(error: HttpError): void; | ||
createAsyncCtxStorageMiddleware(): Koa.Middleware; | ||
} | ||
export = Koa; |
{ | ||
"name": "@kosmic/types", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "An awesome opinionated starter template for new projects!", | ||
@@ -45,8 +45,8 @@ "license": "MIT", | ||
"dependencies": { | ||
"koa-compose": "^4.1.0" | ||
"type-fest": "^4.26.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@definitelytyped/eslint-plugin": "^0.1.12", | ||
"@commitlint/cli": "^19.4.1", | ||
"@commitlint/config-conventional": "^19.4.1", | ||
"@definitelytyped/eslint-plugin": "^0.1.18", | ||
"@types/accepts": "^1.3.7", | ||
@@ -66,21 +66,20 @@ "@types/content-disposition": "^0.5.8", | ||
"@types/parseurl": "^1.3.3", | ||
"@types/statuses": "^1.5.0", | ||
"@types/statuses": "^2.0.5", | ||
"@types/type-is": "^1.6.6", | ||
"@types/vary": "^1.1.3", | ||
"c8": "^9.1.0", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"np": "^10.0.5", | ||
"c8": "^10.1.2", | ||
"husky": "^9.1.5", | ||
"lint-staged": "^15.2.10", | ||
"np": "^10.0.7", | ||
"npm-check-updates": "latest", | ||
"npm-package-json-lint": "^7.1.0", | ||
"npm-package-json-lint-config-default": "^6.0.0", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-packagejson": "^2.5.0", | ||
"rimraf": "^5.0.7", | ||
"npm-package-json-lint": "^8.0.0", | ||
"npm-package-json-lint-config-default": "^7.0.1", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-packagejson": "^2.5.2", | ||
"rimraf": "^6.0.1", | ||
"tap-mocha-reporter": "^5.0.4", | ||
"tsx": "^4.10.3", | ||
"type-fest": "^4.15.0", | ||
"typescript": "^5.4.5", | ||
"xo": "^0.58.0" | ||
"tsx": "^4.19.0", | ||
"typescript": "^5.6.2", | ||
"xo": "^0.59.3" | ||
} | ||
} |
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
34
54479
1760
+ Addedtype-fest@^4.26.1
+ Addedtype-fest@4.26.1(transitive)
- Removedkoa-compose@^4.1.0
- Removedkoa-compose@4.2.0(transitive)