@travetto/transformer
Advanced tools
Comparing version 3.1.0-rc.5 to 3.1.0
{ | ||
"name": "@travetto/transformer", | ||
"version": "3.1.0-rc.5", | ||
"version": "3.1.0", | ||
"description": "Functionality for AST transformations, with transformer registration, and general utils", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/manifest": "^3.1.0-rc.3", | ||
"@travetto/manifest": "^3.1.0", | ||
"tslib": "^2.5.0", | ||
@@ -30,0 +30,0 @@ "typescript": "^5.0.2" |
@@ -365,5 +365,5 @@ import ts from 'typescript'; | ||
return state.fromLiteral({ | ||
Ⲑid: `${ret.source.split('node_modules')[1]}+${ret.name}` | ||
Ⲑid: `${ret.source.split('node_modules/')[1]}+${ret.name}` | ||
}); | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
90127
Updated@travetto/manifest@^3.1.0