arkormx 2.0.5 → 2.0.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/MorphToManyRelation-B2rHb9hS.mjs +4458 -0
- package/dist/MorphToManyRelation-CHqI2nyG.cjs +5241 -0
- package/dist/URLDriver-DxufCVQn.d.mts +5465 -0
- package/dist/URLDriver-LfQB9POc.d.cts +5465 -0
- package/dist/cli.mjs +1 -1
- package/dist/index.cjs +5362 -9838
- package/dist/index.d.cts +1 -5285
- package/dist/index.d.mts +1 -5285
- package/dist/index.mjs +5246 -9694
- package/dist/relationship/index.cjs +16 -0
- package/dist/relationship/index.d.cts +2 -0
- package/dist/relationship/index.d.mts +2 -0
- package/dist/relationship/index.mjs +3 -0
- package/package.json +5 -1
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
|
|
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;
|