@laphilosophia/steady-watch 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -85,7 +85,6 @@ console.log(` ${import_chalk.default.dim("Delay:")} ${delay}ms
85
85
  var watcher = import_chokidar.default.watch(filePattern, {
86
86
  ignored: [/node_modules/, /\.git/, /dist/, /build/],
87
87
  ignoreInitial: false
88
- // Başta dosyaları indexle
89
88
  });
90
89
  watcher.on("ready", () => {
91
90
  console.log(import_chalk.default.green("\u{1F441}\uFE0F Watcher ready. Monitoring for changes..."));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laphilosophia/steady-watch",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Intelligent file watcher with content hashing and debouncing. No more ghost rebuilds.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {