@travetto/compiler
Advanced tools
Comparing version 3.3.1 to 3.3.2
{ | ||
"name": "@travetto/compiler", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "The compiler infrastructure for the Travetto framework", | ||
@@ -34,8 +34,8 @@ "keywords": [ | ||
"@parcel/watcher": "^2.3.0", | ||
"@travetto/manifest": "^3.3.1", | ||
"@travetto/manifest": "^3.3.2", | ||
"@travetto/terminal": "^3.3.1", | ||
"@travetto/transformer": "^3.3.1" | ||
"@travetto/transformer": "^3.3.2" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/cli": "^3.3.3" | ||
"@travetto/cli": "^3.3.4" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependenciesMeta": { |
@@ -24,2 +24,10 @@ { | ||
}, | ||
"watchOptions": { | ||
"excludeDirectories": [ | ||
"**/node_modules", | ||
"**/.trv_output", | ||
"**/.trv_compiler", | ||
"**/.git", | ||
] | ||
} | ||
} |
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
62905
1363
Updated@travetto/manifest@^3.3.2
Updated@travetto/transformer@^3.3.2