@castlemilk/omega 0.6.5 → 0.6.6

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/cli.js CHANGED
@@ -496,7 +496,7 @@ async function isApiReady(apiUrl) {
496
496
  return false;
497
497
  }
498
498
  }
499
- async function waitForApi(apiUrl, maxMs = 15e3) {
499
+ async function waitForApi(apiUrl, maxMs = 3e4) {
500
500
  const deadline = Date.now() + maxMs;
501
501
  while (Date.now() < deadline) {
502
502
  if (await isApiReady(apiUrl)) return;
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  -42
2
2
  /pglite/data
3
- 1783038054
3
+ 1783038458
4
4
  5432
5
5
 
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@castlemilk/omega",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "Omega Harness CLI - installable via npx",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",
@@ -27,8 +27,8 @@
27
27
  "@types/node": "^20.14.0",
28
28
  "esbuild": "^0.23.0",
29
29
  "@omega/core": "0.1.0",
30
- "@omega/providers": "0.1.0",
31
- "@omega/router": "0.1.0"
30
+ "@omega/router": "0.1.0",
31
+ "@omega/providers": "0.1.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"