@spinajs/templates
Advanced tools
Comparing version 2.0.102 to 2.0.103
{ | ||
"name": "@spinajs/templates", | ||
"version": "2.0.102", | ||
"version": "2.0.103", | ||
"description": "templates support eg. html file generation", | ||
@@ -21,3 +21,3 @@ | ||
"build": "npm run clean && npm run compile", | ||
"compile": "tsc -b tsconfig.json", | ||
"compile": "tsc -b tsconfig.mjs.json", | ||
"compile:cjs": "tsc -b tsconfig.cjs.json", | ||
@@ -61,8 +61,8 @@ "rimraf": "./node_modules/rimraf/bin.js", | ||
"dependencies": { | ||
"@spinajs/cli": "^2.0.102", | ||
"@spinajs/configuration": "^2.0.102", | ||
"@spinajs/di": "^2.0.102", | ||
"@spinajs/exceptions": "^2.0.102", | ||
"@spinajs/intl": "^2.0.102", | ||
"@spinajs/log": "^2.0.102", | ||
"@spinajs/cli": "^2.0.103", | ||
"@spinajs/configuration": "^2.0.103", | ||
"@spinajs/di": "^2.0.103", | ||
"@spinajs/exceptions": "^2.0.103", | ||
"@spinajs/intl": "^2.0.103", | ||
"@spinajs/log": "^2.0.103", | ||
"tempfile": "4.0.0" | ||
@@ -69,0 +69,0 @@ }, |
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
173599
Updated@spinajs/cli@^2.0.103
Updated@spinajs/di@^2.0.103
Updated@spinajs/exceptions@^2.0.103
Updated@spinajs/intl@^2.0.103
Updated@spinajs/log@^2.0.103