@travetto/transformer
Advanced tools
Comparing version 1.0.0-rc.5 to 1.0.0-rc.6
@@ -10,3 +10,3 @@ { | ||
"dependencies": { | ||
"@travetto/base": "^1.0.0-rc.4" | ||
"@travetto/base": "^1.0.0-rc.5" | ||
}, | ||
@@ -31,4 +31,4 @@ "description": "Functionality for AST transformations, with transformer registration, and general utils", | ||
}, | ||
"version": "1.0.0-rc.5", | ||
"gitHead": "eac2ae593b666eafb9bb5a319cd74ccac5099ffb" | ||
"version": "1.0.0-rc.6", | ||
"gitHead": "262902845f6717257706a4ecacccbfc3405fd7f5" | ||
} |
import * as ts from 'typescript'; | ||
import { ConsoleManager } from '@travetto/base'; | ||
import { ConsoleManager } from '@travetto/base/src/console'; | ||
@@ -5,0 +5,0 @@ import { DecoratorMeta, TransformerType, NodeTransformer, TransformerSet, State, TransformPhase } from './types/visitor'; |
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
53527
Updated@travetto/base@^1.0.0-rc.5