@tsed/platform-middlewares
Advanced tools
Comparing version 6.88.1 to 6.89.0
{ | ||
"name": "@tsed/platform-middlewares", | ||
"version": "6.88.1", | ||
"version": "6.89.0", | ||
"description": "Middlewares module for Ts.ED Framework", | ||
"private": false, | ||
"source": "./src/index.ts", | ||
"main": "./lib/index.js", | ||
"typings": "./lib/index.d.ts", | ||
"main": "./lib/cjs/index.js", | ||
"typings": "./lib/types/index.d.ts", | ||
"exports": { | ||
"require": "./lib/index.js", | ||
"default": "./lib/index.modern.js" | ||
"types": "./lib/types/index.d.ts", | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.js", | ||
"default": "./lib/esm/index.js" | ||
}, | ||
"scripts": { | ||
"build": "microbundle --target node --no-compress --format modern,cjs --tsconfig ./tsconfig.compile.json" | ||
"build": "yarn run build:esm && yarn run build:cjs", | ||
"build:cjs": "tsc --build tsconfig.compile.json", | ||
"build:esm": "tsc --build tsconfig.compile.esm.json" | ||
}, | ||
@@ -20,10 +24,10 @@ "dependencies": { | ||
"devDependencies": { | ||
"@tsed/core": "6.88.1", | ||
"@tsed/di": "6.88.1", | ||
"@tsed/schema": "6.88.1" | ||
"@tsed/core": "6.89.0", | ||
"@tsed/di": "6.89.0", | ||
"@tsed/schema": "6.89.0" | ||
}, | ||
"peerDependencies": { | ||
"@tsed/core": "^6.88.1", | ||
"@tsed/di": "^6.88.1", | ||
"@tsed/schema": "^6.88.1" | ||
"@tsed/core": "^6.89.0", | ||
"@tsed/di": "^6.89.0", | ||
"@tsed/schema": "^6.89.0" | ||
}, | ||
@@ -30,0 +34,0 @@ "repository": "https://github.com/tsedio/tsed", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
78934
81
1159
1