rebuildjs 0.60.2 → 0.60.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rebuildjs",
3
- "version": "0.60.2",
3
+ "version": "0.60.4",
4
4
  "description": "Reactive esbuild...simple hackable alternative to vite for Multi Page Apps",
5
5
  "keywords": [
6
6
  "reactive",
@@ -55,7 +55,7 @@
55
55
  "./package.json": "./package.json"
56
56
  },
57
57
  "dependencies": {
58
- "ctx-core": "^6.1.2",
58
+ "ctx-core": "^6.1.3",
59
59
  "elysia": "^0.8.16",
60
60
  "esbuild": "^0.20.0",
61
61
  "fdir": "^6.1.1",
@@ -478,7 +478,7 @@ export function rebuildjs_plugin_() {
478
478
  await cmd(
479
479
  link(server_asset_path, browser_asset_path))
480
480
  return true
481
- })
481
+ }, 999_999_999)
482
482
  promise_a1.push(file_exists__waitfor(browser_asset_path))
483
483
  }
484
484
  await cmd(Promise.all(promise_a1))