@spinajs/templates
Advanced tools
Comparing version 2.0.63 to 2.0.64
@@ -10,3 +10,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
}; | ||
import { InvalidOperation } from '../../exceptions/lib/index.js'; | ||
import { InvalidOperation } from '@spinajs/exceptions'; | ||
import { AsyncService, Inject, Autoinject } from '@spinajs/di'; | ||
@@ -13,0 +13,0 @@ import { Log, Logger } from '@spinajs/log'; |
{ | ||
"name": "@spinajs/templates", | ||
"version": "2.0.63", | ||
"version": "2.0.64", | ||
"description": "templates support eg. html file generation", | ||
@@ -51,8 +51,8 @@ "exports": "./lib/index.js", | ||
"dependencies": { | ||
"@spinajs/cli": "^2.0.63", | ||
"@spinajs/configuration": "^2.0.63", | ||
"@spinajs/di": "^2.0.63", | ||
"@spinajs/exceptions": "^2.0.63", | ||
"@spinajs/intl": "^2.0.63", | ||
"@spinajs/log": "^2.0.63", | ||
"@spinajs/cli": "^2.0.64", | ||
"@spinajs/configuration": "^2.0.64", | ||
"@spinajs/di": "^2.0.64", | ||
"@spinajs/exceptions": "^2.0.64", | ||
"@spinajs/intl": "^2.0.64", | ||
"@spinajs/log": "^2.0.64", | ||
"tempfile": "4.0.0" | ||
@@ -59,0 +59,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
22028
Updated@spinajs/cli@^2.0.64
Updated@spinajs/di@^2.0.64
Updated@spinajs/exceptions@^2.0.64
Updated@spinajs/intl@^2.0.64
Updated@spinajs/log@^2.0.64