@tsed/engines
Advanced tools
Comparing version 7.67.4 to 7.67.5
{ | ||
"name": "@tsed/engines", | ||
"version": "7.67.4", | ||
"version": "7.67.5", | ||
"description": "Template engines library. Provide an API to adding custom engines from decorators.", | ||
@@ -18,3 +18,3 @@ "source": "./src/index.ts", | ||
"barrels": "yarn barrelsby --delete -d ./src -e \"\\.spec\\.ts\" -e \"__mock__\" -e \".benchmark.ts\"", | ||
"test": "cross-env NODE_ENV=test nyc mocha --timeout 15000", | ||
"test": "nyc mocha --timeout 15000", | ||
"build:ts": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json" | ||
@@ -30,3 +30,3 @@ }, | ||
"@babel/preset-react": "7.24.1", | ||
"@tsed/typescript": "7.67.4", | ||
"@tsed/typescript": "7.67.5", | ||
"@types/semver": "^7.5.8", | ||
@@ -33,0 +33,0 @@ "atpl": "0.9.3", |
18
192334