@tsed/di
Advanced tools
Comparing version 7.79.4 to 7.80.0
{ | ||
"name": "@tsed/di", | ||
"version": "7.79.4", | ||
"description": "DI module for Ts.ED Framework", | ||
"type": "commonjs", | ||
"version": "7.80.0", | ||
"source": "./src/index.ts", | ||
"main": "lib/cjs/index.js", | ||
"main": "lib/esm/index.js", | ||
"module": "lib/esm/index.js", | ||
@@ -11,7 +12,8 @@ "typings": "./lib/types/index.d.ts", | ||
"exports": { | ||
"types": "./lib/types/index.d.ts", | ||
"browser": "./lib/browser/di.umd.min.js", | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.js", | ||
"default": "./lib/esm/index.js" | ||
".": { | ||
"types": "./lib/types/index.d.ts", | ||
"browser": "./lib/browser/di.umd.min.js", | ||
"import": "./lib/esm/index.js", | ||
"default": "./lib/cjs/index.js" | ||
} | ||
}, | ||
@@ -22,4 +24,5 @@ "scripts": { | ||
"barrels": "barrels", | ||
"test": "jest --max-workers=2 && jest-coverage-thresholds-bumper", | ||
"build:ts": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json" | ||
"test": "vitest run", | ||
"build:ts": "tsc --build tsconfig.json", | ||
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true" | ||
}, | ||
@@ -30,17 +33,17 @@ "dependencies": { | ||
"devDependencies": { | ||
"@tsed/barrels": "7.79.4", | ||
"@tsed/core": "7.79.4", | ||
"@tsed/barrels": "7.80.0", | ||
"@tsed/core": "7.80.0", | ||
"@tsed/logger": ">=6.7.5", | ||
"@tsed/schema": "7.79.4", | ||
"@tsed/typescript": "7.79.4", | ||
"@tsed/schema": "7.80.0", | ||
"@tsed/typescript": "7.80.0", | ||
"cross-env": "7.0.3", | ||
"eslint": "^8.57.0", | ||
"jest": "^29.7.0", | ||
"typescript": "4.9.5", | ||
"vitest": "2.0.4", | ||
"webpack": "^5.75.0" | ||
}, | ||
"peerDependencies": { | ||
"@tsed/core": "7.79.4", | ||
"@tsed/core": "7.80.0", | ||
"@tsed/logger": ">=6.7.5", | ||
"@tsed/schema": "7.79.4" | ||
"@tsed/schema": "7.80.0" | ||
}, | ||
@@ -47,0 +50,0 @@ "peerDependenciesMeta": { |
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
551446
403
8205
2
139
12
28