@travetto/compiler
Advanced tools
Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "@travetto/compiler", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "The compiler infrastructure for the Travetto framework", | ||
@@ -35,7 +35,7 @@ "keywords": [ | ||
"@travetto/manifest": "^4.1.0", | ||
"@travetto/transformer": "^4.1.1", | ||
"@types/node": "^20.14.2" | ||
"@travetto/transformer": "^4.1.2", | ||
"@types/node": "^20.14.8" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/cli": "^4.1.1" | ||
"@travetto/cli": "^4.1.2" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependenciesMeta": { |
@@ -0,1 +1,3 @@ | ||
import os from 'node:os'; | ||
import { ManifestModuleFileType, ManifestModuleFolderType, ManifestModuleUtil, ManifestUtil, PackageUtil, RuntimeIndex, path } from '@travetto/manifest'; | ||
@@ -45,3 +47,4 @@ | ||
return [ | ||
// Disable exclusions until parcel watcher fixes itself | ||
return os.platform() === 'linux' ? [] : [ | ||
...ignores, | ||
@@ -48,0 +51,0 @@ '.git', '**/.git', |
{ | ||
"compilerOptions": { | ||
"module": "CommonJS", | ||
"module": "NodeNext", | ||
"target": "esnext", | ||
@@ -5,0 +5,0 @@ "moduleResolution": "Bundler", |
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
84026
1845
Updated@travetto/transformer@^4.1.2
Updated@types/node@^20.14.8