arkormx 2.0.5 → 2.0.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.mjs CHANGED
@@ -4086,7 +4086,7 @@ var ModelsSyncCommand = class extends Command {
4086
4086
  {--schema= : Path to prisma schema file used when adapter introspection is unavailable}
4087
4087
  {--models= : Path to models directory}
4088
4088
  `;
4089
- description = "Sync model declare attributes from the active adapter when supported, otherwise fall back to the Prisma schema";
4089
+ description = "Sync model declare attributes from the active adapter when supported";
4090
4090
  async handle() {
4091
4091
  this.app.command = this;
4092
4092
  let result;
package/dist/index.cjs CHANGED
@@ -6160,7 +6160,7 @@ var ModelsSyncCommand = class extends _h3ravel_musket.Command {
6160
6160
  {--schema= : Path to prisma schema file used when adapter introspection is unavailable}
6161
6161
  {--models= : Path to models directory}
6162
6162
  `;
6163
- description = "Sync model declare attributes from the active adapter when supported, otherwise fall back to the Prisma schema";
6163
+ description = "Sync model declare attributes from the active adapter when supported";
6164
6164
  async handle() {
6165
6165
  this.app.command = this;
6166
6166
  let result;
package/dist/index.mjs CHANGED
@@ -6131,7 +6131,7 @@ var ModelsSyncCommand = class extends Command {
6131
6131
  {--schema= : Path to prisma schema file used when adapter introspection is unavailable}
6132
6132
  {--models= : Path to models directory}
6133
6133
  `;
6134
- description = "Sync model declare attributes from the active adapter when supported, otherwise fall back to the Prisma schema";
6134
+ description = "Sync model declare attributes from the active adapter when supported";
6135
6135
  async handle() {
6136
6136
  this.app.command = this;
6137
6137
  let result;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arkormx",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Modern TypeScript-first ORM for Node.js.",
5
5
  "keywords": [
6
6
  "orm",