@simplysm/core-node 13.0.0-beta.16 → 13.0.0-beta.18

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.
@@ -1,7 +1,7 @@
1
1
  import { DebounceQueue } from "@simplysm/core-common";
2
2
  import * as chokidar from "chokidar";
3
3
  import { createConsola } from "consola";
4
- import { pathNorm } from "../utils/path";
4
+ import { pathNorm } from "../utils/path.js";
5
5
  const FS_WATCHER_EVENTS = ["add", "addDir", "change", "unlink", "unlinkDir"];
6
6
  class FsWatcher {
7
7
  /**
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
- export * from "./utils/fs";
2
- export * from "./utils/path";
3
- export * from "./features/fs-watcher";
4
- export * from "./worker/types";
5
- export * from "./worker/worker";
6
- export * from "./worker/create-worker";
1
+ export * from "./utils/fs.js";
2
+ export * from "./utils/path.js";
3
+ export * from "./features/fs-watcher.js";
4
+ export * from "./worker/types.js";
5
+ export * from "./worker/worker.js";
6
+ export * from "./worker/create-worker.js";
7
7
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/core-node",
3
- "version": "13.0.0-beta.16",
3
+ "version": "13.0.0-beta.18",
4
4
  "description": "심플리즘 패키지 - 코어 모듈 (node)",
5
5
  "author": "김석래",
6
6
  "repository": {
@@ -21,6 +21,6 @@
21
21
  "consola": "^3.4.2",
22
22
  "glob": "^13.0.2",
23
23
  "tsx": "^4.21.0",
24
- "@simplysm/core-common": "13.0.0-beta.16"
24
+ "@simplysm/core-common": "13.0.0-beta.18"
25
25
  }
26
26
  }