arkormx 0.2.6 → 0.2.7

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.mjs CHANGED
@@ -2235,7 +2235,7 @@ var MigrationHistoryCommand = class extends Command {
2235
2235
  return;
2236
2236
  }
2237
2237
  state.migrations.sort((left, right) => left.appliedAt.localeCompare(right.appliedAt)).forEach((migration) => {
2238
- this.success(this.app.splitLogger("Applied", `${migration.id} @ ${migration.appliedAt}`));
2238
+ this.success(this.app.splitLogger("Applied:", `${migration.id} @ ${migration.appliedAt}`));
2239
2239
  });
2240
2240
  }
2241
2241
  };
package/dist/index.cjs CHANGED
@@ -2443,7 +2443,7 @@ var MigrationHistoryCommand = class extends _h3ravel_musket.Command {
2443
2443
  return;
2444
2444
  }
2445
2445
  state.migrations.sort((left, right) => left.appliedAt.localeCompare(right.appliedAt)).forEach((migration) => {
2446
- this.success(this.app.splitLogger("Applied", `${migration.id} @ ${migration.appliedAt}`));
2446
+ this.success(this.app.splitLogger("Applied:", `${migration.id} @ ${migration.appliedAt}`));
2447
2447
  });
2448
2448
  }
2449
2449
  };
package/dist/index.mjs CHANGED
@@ -2414,7 +2414,7 @@ var MigrationHistoryCommand = class extends Command {
2414
2414
  return;
2415
2415
  }
2416
2416
  state.migrations.sort((left, right) => left.appliedAt.localeCompare(right.appliedAt)).forEach((migration) => {
2417
- this.success(this.app.splitLogger("Applied", `${migration.id} @ ${migration.appliedAt}`));
2417
+ this.success(this.app.splitLogger("Applied:", `${migration.id} @ ${migration.appliedAt}`));
2418
2418
  });
2419
2419
  }
2420
2420
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arkormx",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Modern TypeScript-first ORM for Node.js.",
5
5
  "keywords": [
6
6
  "orm",