@joystick.js/cli-canary 0.0.0-canary.174 → 0.0.0-canary.175

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.
@@ -534,7 +534,7 @@ const dev = async (options, { resolve, reject }) => {
534
534
  if (options?.environment === "test") {
535
535
  process.loader.stop();
536
536
  const databaseProcessIds = getDatabaseProcessIds();
537
- console.log(process.serverProcess);
537
+ console.log(process._databases);
538
538
  await runTests({
539
539
  watch: options?.watch,
540
540
  __dirname,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/cli-canary",
3
- "version": "0.0.0-canary.174",
3
+ "version": "0.0.0-canary.175",
4
4
  "type": "module",
5
5
  "description": "CLI for the Joystick JavaScript framework.",
6
6
  "main": "development.js",
@@ -641,7 +641,7 @@ const dev = async (options, { resolve, reject }) => {
641
641
  process.loader.stop();
642
642
  const databaseProcessIds = getDatabaseProcessIds();
643
643
 
644
- console.log(process.serverProcess);
644
+ console.log(process._databases);
645
645
 
646
646
  await runTests({
647
647
  watch: options?.watch,