@travetto/base
Advanced tools
Comparing version 3.1.0-rc.1 to 3.1.0-rc.2
{ | ||
"name": "@travetto/base", | ||
"version": "3.1.0-rc.1", | ||
"version": "3.1.0-rc.2", | ||
"description": "Environment config and common utilities for travetto applications.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import fs from 'fs/promises'; | ||
import { watchFolders, path, WatchConfig, WatchStream } from '@travetto/manifest'; | ||
import { watchFolders, path, WatchFolder, WatchStream } from '@travetto/manifest'; | ||
@@ -63,3 +63,3 @@ import { FileResourceConfig, FileResourceProvider } from './resource'; | ||
*/ | ||
watchFiles(config?: WatchConfig): WatchStream { | ||
watchFiles(config?: Omit<WatchFolder, 'src' | 'target'>): WatchStream { | ||
console.log('Watching', this.getAllPaths()); | ||
@@ -66,0 +66,0 @@ return watchFolders(this.getAllPaths(), config); |
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
102137