@buildautomaton/cli 0.1.90 → 0.1.92

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.
package/dist/worker.js CHANGED
@@ -1118,6 +1118,7 @@ import os3 from "node:os";
1118
1118
  var INDEX_WORK_YIELD_EVERY, INDEX_DIR, INDEX_HASH_LEN;
1119
1119
  var init_constants = __esm({
1120
1120
  "../bridge/src/files/index/constants.ts"() {
1121
+ "use strict";
1121
1122
  INDEX_WORK_YIELD_EVERY = 128;
1122
1123
  INDEX_DIR = path4.join(os3.homedir(), ".buildautomaton");
1123
1124
  INDEX_HASH_LEN = 16;