@tsed/engines
Advanced tools
Comparing version 7.85.1 to 7.85.2
@@ -5,3 +5,3 @@ { | ||
"type": "commonjs", | ||
"version": "7.85.1", | ||
"version": "7.85.2", | ||
"source": "./src/index.ts", | ||
@@ -34,4 +34,4 @@ "main": "./lib/cjs/index.js", | ||
"@babel/preset-react": "7.24.1", | ||
"@tsed/barrels": "7.85.1", | ||
"@tsed/typescript": "7.85.1", | ||
"@tsed/barrels": "7.85.2", | ||
"@tsed/typescript": "7.85.2", | ||
"@types/semver": "^7.5.8", | ||
@@ -104,3 +104,6 @@ "atpl": "0.9.3", | ||
"author": "Romain Lenzotti", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"publishConfig": { | ||
"tag": "v7-latest" | ||
} | ||
} |
205897