@absolutejs/absolute 0.19.0-beta.50 → 0.19.0-beta.51

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.
@@ -197,7 +197,8 @@
197
197
  "Bash(PLAYWRIGHT_BROWSERS_PATH=/tmp/pw-browsers pnpm test runtime-runes -t hmr-preserve-state)",
198
198
  "Bash(mkdir -p .changeset)",
199
199
  "Bash(.changeset/hmr-preserve-state.md:*)",
200
- "Bash(./scripts/use-patched-bun.sh bun:*)"
200
+ "Bash(./scripts/use-patched-bun.sh bun:*)",
201
+ "Bash(find native:*)"
201
202
  ]
202
203
  }
203
204
  }
package/dist/build.js CHANGED
@@ -172216,7 +172216,7 @@ var safeRemoveFromGraph = (graph, fullPath) => {
172216
172216
  operation: "add"
172217
172217
  });
172218
172218
  }
172219
- }, shouldSkipFilename = (filename, isStylesDir) => !isStylesDir && (filename === "compiled" || filename === "build" || filename === "indexes" || filename === "server" || filename === "client" || filename.includes("/compiled") || filename.includes("/build") || filename.includes("/indexes") || filename.includes("/server") || filename.includes("/client")) || filename.endsWith("/"), setupWatcher = (absolutePath, isStylesDir, state, onFileChange) => {
172219
+ }, shouldSkipFilename = (filename, isStylesDir) => !isStylesDir && (filename === "compiled" || filename === "build" || filename === "indexes" || filename === "server" || filename === "client" || filename.includes("/compiled") || filename.includes("/build") || filename.includes("/indexes") || filename.includes("/server") || filename.includes("/client")) || filename.endsWith("/") || filename.includes(".tmp.") || filename.endsWith(".tmp") || filename.endsWith("~") || filename.startsWith(".#"), setupWatcher = (absolutePath, isStylesDir, state, onFileChange) => {
172220
172220
  const watcher = watch(absolutePath, { recursive: true }, (event, filename) => {
172221
172221
  if (!filename) {
172222
172222
  return;
@@ -204814,5 +204814,5 @@ export {
204814
204814
  build
204815
204815
  };
204816
204816
 
204817
- //# debugId=D45648FC059D7DC964756E2164756E21
204817
+ //# debugId=C66CB6CD40D7100264756E2164756E21
204818
204818
  //# sourceMappingURL=build.js.map